V
V
ValeraValera2016-10-06 16:44:12
css
ValeraValera, 2016-10-06 16:44:12

How to make PNG images all the same color and tone?

There is a set of logos in PNG, the logos are all colored, you need to do everything in one color and one tone, as in the picture.
What is the way to do it?
The images are already inserted into the site as they are. There are no CSS filters.
brRQ8OzcQK7KQA.png

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
dom1n1k, 2016-10-06
@cluberr

Color Overlay effect in Photoshop

N
Nwton, 2016-10-06
@Nwton

On pure css. All 3 images have the same source.
https://jsfiddle.net/f3hc6wwg/4/

A
Anna, 2016-10-06
@Naf_Naf

Cut each png logo from the background (if there is a background) and add a clipping mask with the desired color on top.

S
sergski, 2016-10-06
@sergski

Most likely you have them as a sprite.
1. Open Photoshop
2. Images -> Mode -> Greyscale
3. Images -> Adjustments -> Levels

P
Pretor DH, 2016-10-06
@PretorDH

jsfiddle

.contrast {
  -webkit-filter: grayscale(100%) brightness(60%) contrast(2000%) opacity(50%);
  filter: grayscale(100%) brightness(60%) contrast(2000%) opacity(50%);
}

Anti-aliasing is lost, but otherwise without changing the picture in any way.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question