HEX: #474028
RGB: (71,64,40)
#474028 contains red, green and blue colors in about the same proportion. Web safe color of #474028 is #333333 (or #333).
#474028 color RGB value is (71,64,40).
RGB: (71,64,40) (28%,25%,16%)
R 71 of 255 = 28%
G 64 of 255 = 25%
B 40 of 255 = 16%
R + G + B ~ 23%. #474028 is dark color.
R + G + B =
71 + 64 + 40 = 175 (100%)
R 71 of 175 ~ 40.57%
G 64 of 175 ~ 36.57%
B 40 of 175 ~ 22.86%
#474028 color CMYK value is (0,10,44,72).
CMYK: (0,10,44,72) C0M10Y44K72 (0%,10%,44%,72%) (0.00/0.10/0.44/0.72)
47 | 40 | 28 | |
---|---|---|---|
RGB | 71 | 64 | 40 |
HSL | 46° | 27.93% | 21.76% |
HSB/HSV | 46° | 43.66% | 27.84% |
CMYK | 0.00% | 9.86% | 43.66% |
72.16% |
HEX | 47 | 40 | 28 |
Decimal | 71 | 64 | 40 |
Binary | 1000111 | 1000000 | 101000 |
Octal | 107 | 100 | 50 |
Examples of css and html codes for elements with #474028 color. Also use rgb(71,64,40) instead hex code.
.myTextColor { color: #474028; }
<p style="color:#474028">This sample text font color is #474028.</p>
This text font color is #474028.
.myBgColor { background-color: #474028; }
<div style="background-color:#474028">Inner text</div>
This div background color is #474028.
.myBorderColor { border: 1px solid #474028; }
<div style="border:3px solid #474028">Div</div>
This div border color is #474028.
.myOpacity80 { color: #474028; opacity: 0.8; }
<p style="color:#474028;opacity:0.8;">80%</p>
Text with #474028 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474028;}
<p style="text-shadow: 3px 3px 1px #474028">Text here.</p>
This text has shadow with #474028 color.
.textShadow {text-shadow: 3px 3px 1px #474028, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474028, 5px 5px 20px red">Text here.</p>
This text has shadow with #474028 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474028, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474028, Direction=45, Strength=4)">Text</p>
This text has shadow with #474028 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #474028; -webkit-box-shadow: 1px 1px 3px 2px #474028; box-shadow: 1px 1px 3px 2px #474028; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #474028; -webkit-box-shadow: 1px 1px 3px 2px #474028; box-shadow:1px 1px 3px 2px #474028;">
Div content here</div>
This text has color #474028 on black background.
This text has color #474028 on white background.
This text has black color on #474028 background.
This text has white color on #474028 background.