HEX: #47471F
RGB: (71,71,31)
#47471F contains red, green and blue colors in about the same proportion. Web safe color of #47471F is #333333 (or #333).
#47471F color RGB value is (71,71,31).
RGB: (71,71,31) (28%,28%,12%)
R 71 of 255 = 28%
G 71 of 255 = 28%
B 31 of 255 = 12%
R + G + B ~ 23%. #47471F is dark color.
R + G + B =
71 + 71 + 31 = 173 (100%)
R 71 of 173 ~ 41.04%
G 71 of 173 ~ 41.04%
B 31 of 173 ~ 17.92%
#47471F color CMYK value is (0,0,56,72).
CMYK: (0,0,56,72) C0M0Y56K72 (0%,0%,56%,72%) (0.00/0.00/0.56/0.72)
47 | 47 | 1F | |
---|---|---|---|
RGB | 71 | 71 | 31 |
HSL | 60° | 39.22% | 20.00% |
HSB/HSV | 60° | 56.34% | 27.84% |
CMYK | 0.00% | 0.00% | 56.34% |
72.16% |
HEX | 47 | 47 | 1F |
Decimal | 71 | 71 | 31 |
Binary | 1000111 | 1000111 | 11111 |
Octal | 107 | 107 | 37 |
Examples of css and html codes for elements with #47471F color. Also use rgb(71,71,31) instead hex code.
.myTextColor { color: #47471F; }
<p style="color:#47471F">This sample text font color is #47471F.</p>
This text font color is #47471F.
.myBgColor { background-color: #47471F; }
<div style="background-color:#47471F">Inner text</div>
This div background color is #47471F.
.myBorderColor { border: 1px solid #47471F; }
<div style="border:3px solid #47471F">Div</div>
This div border color is #47471F.
.myOpacity80 { color: #47471F; opacity: 0.8; }
<p style="color:#47471F;opacity:0.8;">80%</p>
Text with #47471F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47471F;}
<p style="text-shadow: 3px 3px 1px #47471F">Text here.</p>
This text has shadow with #47471F color.
.textShadow {text-shadow: 3px 3px 1px #47471F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47471F, 5px 5px 20px red">Text here.</p>
This text has shadow with #47471F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47471F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47471F, Direction=45, Strength=4)">Text</p>
This text has shadow with #47471F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47471F; -webkit-box-shadow: 1px 1px 3px 2px #47471F; box-shadow: 1px 1px 3px 2px #47471F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47471F; -webkit-box-shadow: 1px 1px 3px 2px #47471F; box-shadow:1px 1px 3px 2px #47471F;">
Div content here</div>
This text has color #47471F on black background.
This text has color #47471F on white background.
This text has black color on #47471F background.
This text has white color on #47471F background.