Original
This image is unfiltered.
Grayscale
This is using the css property {filter:grayscale;}
Saturate
This is using the css property {filter:saturate;}
.
This text is behind the Image
Opacity
This is using the css property {filter:opacity;}
Brightness
This is using the css property {filter:brightness;}
Blur
This is using the css property {filter:blur();}
. 3px blur will render text unreadable.
Hue-Rotate
This is using the css property {filter:hue-rotate;}
For some unknown reason, hue-rotate does not effect the background color.
Invert
This is using the css property {filter:invert;}
.
Invert does effect the background color.
Drop Shadow
This is using the css property {filter:drop-shadow;}