HEX: #47070E
RGB: (71,7,14)
#47070E contains mainly red and blue colors. Web safe color of #47070E is #330000 (or #300).
#47070E color RGB value is (71,7,14).
RGB: (71,7,14)
(28%, 3%, 5%)
R 71 of 255 = 28%
G 7 of 255 = 3%
B 14 of 255 = 5%
R + G + B ~ 12%. #47070E is dark color.
R + G + B = 71 + 7 + 14 = 92 (100%)
R 71 of 92 ~ 77.17%
G 7 of 92 ~ 7.61%
B 14 of 92 ~ 15.22'%
#47070E color CMYK value is (0,90,80,72).
CMYK: (0,90,80,72) C0M90Y80K72 (0%,90%,80%,72%) (0.00/0.90/0.80/0.72)
Color #47070E in popluar color models
47 | 07 | 0E | |
---|---|---|---|
RGB | 71 | 7 | 14 |
HSL | 353° | 82.05% | 15.29% |
HSB/HSV | 353° | 90.14% | 27.84% |
CMYK | 0.00% | 90.14% | 80.28% |
72.16% |
Color #47070E in popluar number systems.
HEX | 47 | 07 | 0E |
Decimal | 71 | 7 | 14 |
Binary | 1000111 | 111 | 1110 |
Octal | 107 | 7 | 16 |
Shades of #47070E
Tints of #47070E
Examples of css and html codes for elements with #47070E color. Also use rgb(71,7,14) instead hex code.
.myTextColor { color: #47070E; }
<p style="color:#47070E">This sample text font color is #47070E.</p>
This text font color is #47070E.
.myBgColor { background-color: #47070E; }
<div style="background-color:#47070E">Inner text</div>
This div background color is #47070E.
.myBorderColor { border: 1px solid #47070E; }
<div style="border:3px solid #47070E">Div</div>
This div border color is #47070E.
.myOpacity80 { color: #47070E; opacity: 0.8; }
<p style="color:#47070E;opacity:0.8;">80%</p>
Text with #47070E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47070E;}
<p style="text-shadow: 3px 3px 1px #47070E">Text here.</p>
This text has shadow with #47070E color.
.textShadow {text-shadow: 3px 3px 1px #47070E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47070E, 5px 5px 20px red">Text here.</p>
This text has shadow with #47070E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47070E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47070E, Direction=45, Strength=4)">Text</p>
This text has shadow with #47070E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47070E;
-webkit-box-shadow: 1px 1px 3px 2px #47070E;
box-shadow: 1px 1px 3px 2px #47070E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47070E; -webkit-box-shadow: 1px 1px 3px 2px #47070E; box-shadow:1px 1px 3px 2px #47070E;">
Div content here
</div>
This text has color #47070E on black background.
This text has color #47070E on white background.
This text has black color on #47070E background.
This text has white color on #47070E background.
Complementary color for #hex is #B8F8F1.