Gradient Ebony

Gradient and text preview:

This paragraph uses color with hex code 373F32. Color of text is in garmony with gradient primary color 555D50.

Stat info: Views 182 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #555D50 85.93.80
Secondary color #464E41 70.78.65
Border color #373F32 55.63.50
Box shadow color #646C5F 100.108.95
Text color 1234567890 #373F32 55.63.50

CSS3 styles:

background: #555D50;
color: #373F32;
background: linear-gradient(to bottom, #555D50 0%, #464E41 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555D50), color-stop(100%, #464E41));
background: -webkit-linear-gradient(top, #555D50 0%, #464E41 100%);
background: -moz-linear-gradient(top, #555D50 0%, #464E41 100%);
background: -o-linear-gradient(top, #555D50 0%, #464E41 100%);
background: -ms-linear-gradient(top, #555D50 0%, #464E41 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555D50', endColorstr='#464E41', GradientType=0);
border: 1px solid #373F32;
text-shadow: 0 1px 0 #646C5F;
-webkit-text-shadow: 0 1px 0 #646C5F;
-moz-text-shadow: 0 1px 0 #646C5F;
box-shadow: inset 0 1px 0 #646C5F;
-webkit-box-shadow: inset 0 1px 0 #646C5F;
-moz-box-shadow: inset 0 1px 0 #646C5F;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.