Gradient Independence

Gradient and text preview:

This paragraph uses color with hex code 2E334F. Color of text is in garmony with gradient primary color 4C516D.

Stat info: Views 190 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #4C516D 76.81.109
Secondary color #3D425E 61.66.94
Border color #2E334F 46.51.79
Box shadow color #5B607C 91.96.124
Text color 1234567890 #2E334F 46.51.79

CSS3 styles:

background: #4C516D;
color: #2E334F;
background: linear-gradient(to bottom, #4C516D 0%, #3D425E 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4C516D), color-stop(100%, #3D425E));
background: -webkit-linear-gradient(top, #4C516D 0%, #3D425E 100%);
background: -moz-linear-gradient(top, #4C516D 0%, #3D425E 100%);
background: -o-linear-gradient(top, #4C516D 0%, #3D425E 100%);
background: -ms-linear-gradient(top, #4C516D 0%, #3D425E 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C516D', endColorstr='#3D425E', GradientType=0);
border: 1px solid #2E334F;
text-shadow: 0 1px 0 #5B607C;
-webkit-text-shadow: 0 1px 0 #5B607C;
-moz-text-shadow: 0 1px 0 #5B607C;
box-shadow: inset 0 1px 0 #5B607C;
-webkit-box-shadow: inset 0 1px 0 #5B607C;
-moz-box-shadow: inset 0 1px 0 #5B607C;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.