HEX: #471512
RGB: (71,21,18)
#471512 contains red, green and blue colors in about the same proportion. Web safe color of #471512 is #330000 (or #300).
#471512 color RGB value is (71,21,18).
RGB: (71,21,18)
(28%, 8%, 7%)
R 71 of 255 = 28%
G 21 of 255 = 8%
B 18 of 255 = 7%
R + G + B ~ 14%. #471512 is dark color.
R + G + B = 71 + 21 + 18 = 110 (100%)
R 71 of 110 ~ 64.55%
G 21 of 110 ~ 19.09%
B 18 of 110 ~ 16.36'%
#471512 color CMYK value is (0,70,75,72).
CMYK: (0,70,75,72)
C0M70Y75K72 (0%, 70%, 75%, 72%)
(0.00 / 0.70 / 0.75 / 0.72)
Color #471512 in popluar color models
47 | 15 | 12 | |
---|---|---|---|
RGB | 71 | 21 | 18 |
HSL | 3° | 59.55% | 17.45% |
HSB/HSV | 3° | 74.65% | 27.84% |
CMYK | 0.00% | 70.42% | 74.65% |
72.16% |
Color #471512 in popluar number systems.
HEX | 47 | 15 | 12 |
Decimal | 71 | 21 | 18 |
Binary | 1000111 | 10101 | 10010 |
Octal | 107 | 25 | 22 |
Shades of #471512
Tints of #471512
Examples of css and html codes for elements with #471512 color. Also use rgb(71,21,18) instead hex code.
.myTextColor { color: #471512; }
<p style="color:#471512">This sample text font color is #471512.</p>
This text font color is #471512.
.myBgColor { background-color: #471512; }
<div style="background-color:#471512">Inner text</div>
This div background color is #471512.
.myBorderColor { border: 1px solid #471512; }
<div style="border:3px solid #471512">Div</div>
This div border color is #471512.
.myOpacity80 { color: #471512; opacity: 0.8; }
<p style="color:#471512;opacity:0.8;">80%</p>
Text with #471512 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471512;}
<p style="text-shadow: 3px 3px 1px #471512">Text here.</p>
This text has shadow with #471512 color.
.textShadow {text-shadow: 3px 3px 1px #471512', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471512, 5px 5px 20px red">Text here.</p>
This text has shadow with #471512 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471512, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471512, Direction=45, Strength=4)">Text</p>
This text has shadow with #471512 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #471512;
-webkit-box-shadow: 1px 1px 3px 2px #471512;
box-shadow: 1px 1px 3px 2px #471512;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #471512; -webkit-box-shadow: 1px 1px 3px 2px #471512; box-shadow:1px 1px 3px 2px #471512;">
Div content here
</div>
This text has color #471512 on black background.
This text has color #471512 on white background.
This text has black color on #471512 background.
This text has white color on #471512 background.
Complementary color for #hex is #B8EAED.