HEX: #473911
RGB: (71,57,17)
#473911 contains red, green and blue colors in about the same proportion. Web safe color of #473911 is #333300 (or #330).
#473911 color RGB value is (71,57,17).
RGB: (71,57,17) (28%,22%,7%)
R 71 of 255 = 28%
G 57 of 255 = 22%
B 17 of 255 = 7%
R + G + B ~ 19%. #473911 is dark color.
R + G + B =
71 + 57 + 17 = 145 (100%)
R 71 of 145 ~ 48.97%
G 57 of 145 ~ 39.31%
B 17 of 145 ~ 11.72%
#473911 color CMYK value is (0,20,76,72).
CMYK: (0,20,76,72) C0M20Y76K72 (0%,20%,76%,72%) (0.00/0.20/0.76/0.72)
47 | 39 | 11 | |
---|---|---|---|
RGB | 71 | 57 | 17 |
HSL | 44° | 61.36% | 17.25% |
HSB/HSV | 44° | 76.06% | 27.84% |
CMYK | 0.00% | 19.72% | 76.06% |
72.16% |
HEX | 47 | 39 | 11 |
Decimal | 71 | 57 | 17 |
Binary | 1000111 | 111001 | 10001 |
Octal | 107 | 71 | 21 |
Examples of css and html codes for elements with #473911 color. Also use rgb(71,57,17) instead hex code.
.myTextColor { color: #473911; }
<p style="color:#473911">This sample text font color is #473911.</p>
This text font color is #473911.
.myBgColor { background-color: #473911; }
<div style="background-color:#473911">Inner text</div>
This div background color is #473911.
.myBorderColor { border: 1px solid #473911; }
<div style="border:3px solid #473911">Div</div>
This div border color is #473911.
.myOpacity80 { color: #473911; opacity: 0.8; }
<p style="color:#473911;opacity:0.8;">80%</p>
Text with #473911 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473911;}
<p style="text-shadow: 3px 3px 1px #473911">Text here.</p>
This text has shadow with #473911 color.
.textShadow {text-shadow: 3px 3px 1px #473911, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473911, 5px 5px 20px red">Text here.</p>
This text has shadow with #473911 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473911, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473911, Direction=45, Strength=4)">Text</p>
This text has shadow with #473911 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #473911; -webkit-box-shadow: 1px 1px 3px 2px #473911; box-shadow: 1px 1px 3px 2px #473911; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #473911; -webkit-box-shadow: 1px 1px 3px 2px #473911; box-shadow:1px 1px 3px 2px #473911;">
Div content here</div>
This text has color #473911 on black background.
This text has color #473911 on white background.
This text has black color on #473911 background.
This text has white color on #473911 background.