Gradient Cinereous

Gradient and text preview:

This paragraph uses color with hex code 7A635D. Color of text is in garmony with gradient primary color 98817B.

Stat info: Views 213 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #98817B 152.129.123
Secondary color #89726C 137.114.108
Border color #7A635D 122.99.93
Box shadow color #A7908A 167.144.138
Text color 1234567890 #7A635D 122.99.93

CSS3 styles:

background: #98817B;
color: #7A635D;
background: linear-gradient(to bottom, #98817B 0%, #89726C 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #98817B), color-stop(100%, #89726C));
background: -webkit-linear-gradient(top, #98817B 0%, #89726C 100%);
background: -moz-linear-gradient(top, #98817B 0%, #89726C 100%);
background: -o-linear-gradient(top, #98817B 0%, #89726C 100%);
background: -ms-linear-gradient(top, #98817B 0%, #89726C 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98817B', endColorstr='#89726C', GradientType=0);
border: 1px solid #7A635D;
text-shadow: 0 1px 0 #A7908A;
-webkit-text-shadow: 0 1px 0 #A7908A;
-moz-text-shadow: 0 1px 0 #A7908A;
box-shadow: inset 0 1px 0 #A7908A;
-webkit-box-shadow: inset 0 1px 0 #A7908A;
-moz-box-shadow: inset 0 1px 0 #A7908A;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.