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