Gradient French Puce

Gradient and text preview:

This paragraph uses color with hex code 300000. Color of text is in garmony with gradient primary color 4E1609.

Stat info: Views 272 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #4E1609 78.22.9
Secondary color #3F0700 63.7.0
Border color #300000 48.0.0
Box shadow color #5D2518 93.37.24
Text color 1234567890 #300000 48.0.0

CSS3 styles:

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