HEX: #70470D
RGB: (112,71,13)
#70470D contains mainly red and green colors. Web safe color of #70470D is #663300 (or #630).
#70470D color RGB value is (112,71,13).
RGB: (112,71,13)
(44%, 28%, 5%)
R 112 of 255 = 44%
G 71 of 255 = 28%
B 13 of 255 = 5%
R + G + B ~ 26%. #70470D is quite dark color.
R + G + B = 112 + 71 + 13 = 196 (100%)
R 112 of 196 ~ 57.14%
G 71 of 196 ~ 36.22%
B 13 of 196 ~ 6.63'%
#70470D color CMYK value is (0,37,88,56).
CMYK: (0,37,88,56) C0M37Y88K56 (0%,37%,88%,56%) (0.00/0.37/0.88/0.56)
Color #70470D in popluar color models
70 | 47 | 0D | |
---|---|---|---|
RGB | 112 | 71 | 13 |
HSL | 35° | 79.20% | 24.51% |
HSB/HSV | 35° | 88.39% | 43.92% |
CMYK | 0.00% | 36.61% | 88.39% |
56.08% |
Color #70470D in popluar number systems.
HEX | 70 | 47 | 0D |
Decimal | 112 | 71 | 13 |
Binary | 1110000 | 1000111 | 1101 |
Octal | 160 | 107 | 15 |
Shades of #70470D
Tints of #70470D
Examples of css and html codes for elements with #70470D color. Also use rgb(112,71,13) instead hex code.
.myTextColor { color: #70470D; }
<p style="color:#70470D">This sample text font color is #70470D.</p>
This text font color is #70470D.
.myBgColor { background-color: #70470D; }
<div style="background-color:#70470D">Inner text</div>
This div background color is #70470D.
.myBorderColor { border: 1px solid #70470D; }
<div style="border:3px solid #70470D">Div</div>
This div border color is #70470D.
.myOpacity80 { color: #70470D; opacity: 0.8; }
<p style="color:#70470D;opacity:0.8;">80%</p>
Text with #70470D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #70470D;}
<p style="text-shadow: 3px 3px 1px #70470D">Text here.</p>
This text has shadow with #70470D color.
.textShadow {text-shadow: 3px 3px 1px #70470D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #70470D, 5px 5px 20px red">Text here.</p>
This text has shadow with #70470D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#70470D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#70470D, Direction=45, Strength=4)">Text</p>
This text has shadow with #70470D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #70470D;
-webkit-box-shadow: 1px 1px 3px 2px #70470D;
box-shadow: 1px 1px 3px 2px #70470D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #70470D; -webkit-box-shadow: 1px 1px 3px 2px #70470D; box-shadow:1px 1px 3px 2px #70470D;">
Div content here
</div>
This text has color #70470D on black background.
This text has color #70470D on white background.
This text has black color on #70470D background.
This text has white color on #70470D background.
Complementary color for #hex is #8FB8F2.