HEX: #501006
RGB: (80,16,6)
#501006 contains mainly red color. Web safe color of #501006 is #660000 (or #600).
#501006 color RGB value is (80,16,6).
RGB: (80,16,6)
(31%, 6%, 2%)
R 80 of 255 = 31%
G 16 of 255 = 6%
B 6 of 255 = 2%
R + G + B ~ 13%. #501006 is dark color.
R + G + B = 80 + 16 + 6 = 102 (100%)
R 80 of 102 ~ 78.43%
G 16 of 102 ~ 15.69%
B 6 of 102 ~ 5.88'%
#501006 color CMYK value is (0,80,93,69).
CMYK: (0,80,93,69) C0M80Y93K69 (0%,80%,93%,69%) (0.00/0.80/0.93/0.69)
Color #501006 in popluar color models
50 | 10 | 06 | |
---|---|---|---|
RGB | 80 | 16 | 6 |
HSL | 8° | 86.05% | 16.86% |
HSB/HSV | 8° | 92.50% | 31.37% |
CMYK | 0.00% | 80.00% | 92.50% |
68.63% |
Color #501006 in popluar number systems.
HEX | 50 | 10 | 06 |
Decimal | 80 | 16 | 6 |
Binary | 1010000 | 10000 | 110 |
Octal | 120 | 20 | 6 |
Shades of #501006
Tints of #501006
Examples of css and html codes for elements with #501006 color. Also use rgb(80,16,6) instead hex code.
.myTextColor { color: #501006; }
<p style="color:#501006">This sample text font color is #501006.</p>
This text font color is #501006.
.myBgColor { background-color: #501006; }
<div style="background-color:#501006">Inner text</div>
This div background color is #501006.
.myBorderColor { border: 1px solid #501006; }
<div style="border:3px solid #501006">Div</div>
This div border color is #501006.
.myOpacity80 { color: #501006; opacity: 0.8; }
<p style="color:#501006;opacity:0.8;">80%</p>
Text with #501006 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #501006;}
<p style="text-shadow: 3px 3px 1px #501006">Text here.</p>
This text has shadow with #501006 color.
.textShadow {text-shadow: 3px 3px 1px #501006', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #501006, 5px 5px 20px red">Text here.</p>
This text has shadow with #501006 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#501006, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#501006, Direction=45, Strength=4)">Text</p>
This text has shadow with #501006 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #501006;
-webkit-box-shadow: 1px 1px 3px 2px #501006;
box-shadow: 1px 1px 3px 2px #501006;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #501006; -webkit-box-shadow: 1px 1px 3px 2px #501006; box-shadow:1px 1px 3px 2px #501006;">
Div content here
</div>
This text has color #501006 on black background.
This text has color #501006 on white background.
This text has black color on #501006 background.
This text has white color on #501006 background.
Complementary color for #hex is #AFEFF9.