HEX: #47461B
RGB: (71,70,27)
#47461B contains red, green and blue colors in about the same proportion. Web safe color of #47461B is #333333 (or #333).
#47461B color RGB value is (71,70,27).
RGB: (71,70,27)
(28%, 27%, 11%)
R 71 of 255 = 28%
G 70 of 255 = 27%
B 27 of 255 = 11%
R + G + B ~ 22%. #47461B is dark color.
R + G + B = 71 + 70 + 27 = 168 (100%)
R 71 of 168 ~ 42.26%
G 70 of 168 ~ 41.67%
B 27 of 168 ~ 16.07'%
#47461B color CMYK value is (0,1,62,72).
CMYK: (0,1,62,72) C0M1Y62K72 (0%,1%,62%,72%) (0.00/0.01/0.62/0.72)
Color #47461B in popluar color models
47 | 46 | 1B | |
---|---|---|---|
RGB | 71 | 70 | 27 |
HSL | 59° | 44.90% | 19.22% |
HSB/HSV | 59° | 61.97% | 27.84% |
CMYK | 0.00% | 1.41% | 61.97% |
72.16% |
Color #47461B in popluar number systems.
HEX | 47 | 46 | 1B |
Decimal | 71 | 70 | 27 |
Binary | 1000111 | 1000110 | 11011 |
Octal | 107 | 106 | 33 |
Shades of #47461B
Tints of #47461B
Examples of css and html codes for elements with #47461B color. Also use rgb(71,70,27) instead hex code.
.myTextColor { color: #47461B; }
<p style="color:#47461B">This sample text font color is #47461B.</p>
This text font color is #47461B.
.myBgColor { background-color: #47461B; }
<div style="background-color:#47461B">Inner text</div>
This div background color is #47461B.
.myBorderColor { border: 1px solid #47461B; }
<div style="border:3px solid #47461B">Div</div>
This div border color is #47461B.
.myOpacity80 { color: #47461B; opacity: 0.8; }
<p style="color:#47461B;opacity:0.8;">80%</p>
Text with #47461B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47461B;}
<p style="text-shadow: 3px 3px 1px #47461B">Text here.</p>
This text has shadow with #47461B color.
.textShadow {text-shadow: 3px 3px 1px #47461B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47461B, 5px 5px 20px red">Text here.</p>
This text has shadow with #47461B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47461B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47461B, Direction=45, Strength=4)">Text</p>
This text has shadow with #47461B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47461B;
-webkit-box-shadow: 1px 1px 3px 2px #47461B;
box-shadow: 1px 1px 3px 2px #47461B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47461B; -webkit-box-shadow: 1px 1px 3px 2px #47461B; box-shadow:1px 1px 3px 2px #47461B;">
Div content here
</div>
This text has color #47461B on black background.
This text has color #47461B on white background.
This text has black color on #47461B background.
This text has white color on #47461B background.
Complementary color for #hex is #B8B9E4.