Gradient Chestnut

Gradient and text preview:

This paragraph uses color with hex code 772717. Color of text is in garmony with gradient primary color 954535.

Stat info: Views 163 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #954535 149.69.53
Secondary color #863626 134.54.38
Border color #772717 119.39.23
Box shadow color #A45444 164.84.68
Text color 1234567890 #772717 119.39.23

CSS3 styles:

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