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