HEX: #050506
RGB: (5,5,6)
#050506 contains red, green and blue colors in about the same proportion. Web safe color of #050506 is #000000 (or #000).
#050506 color RGB value is (5,5,6).
RGB: (5,5,6)
(2%, 2%, 2%)
R 5 of 255 = 2%
G 5 of 255 = 2%
B 6 of 255 = 2%
R + G + B ~ 2%. #050506 is dark color.
R + G + B = 5 + 5 + 6 = 16 (100%)
R 5 of 16 ~ 31.25%
G 5 of 16 ~ 31.25%
B 6 of 16 ~ 37.5'%
#050506 color CMYK value is (17,17,0,98).
CMYK: (17,17,0,98) C17M17Y0K98 (17%,17%,0%,98%) (0.17/0.17/0.00/0.98)
Color #050506 in popluar color models
05 | 05 | 06 | |
---|---|---|---|
RGB | 5 | 5 | 6 |
HSL | 240° | 9.09% | 2.16% |
HSB/HSV | 240° | 16.67% | 2.35% |
CMYK | 16.67% | 16.67% | 0.00% |
97.65% |
Color #050506 in popluar number systems.
HEX | 05 | 05 | 06 |
Decimal | 5 | 5 | 6 |
Binary | 101 | 101 | 110 |
Octal | 5 | 5 | 6 |
Tints of #050506
Examples of css and html codes for elements with #050506 color. Also use rgb(5,5,6) instead hex code.
.myTextColor { color: #050506; }
<p style="color:#050506">This sample text font color is #050506.</p>
This text font color is #050506.
.myBgColor { background-color: #050506; }
<div style="background-color:#050506">Inner text</div>
This div background color is #050506.
.myBorderColor { border: 1px solid #050506; }
<div style="border:3px solid #050506">Div</div>
This div border color is #050506.
.myOpacity80 { color: #050506; opacity: 0.8; }
<p style="color:#050506;opacity:0.8;">80%</p>
Text with #050506 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #050506;}
<p style="text-shadow: 3px 3px 1px #050506">Text here.</p>
This text has shadow with #050506 color.
.textShadow {text-shadow: 3px 3px 1px #050506', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #050506, 5px 5px 20px red">Text here.</p>
This text has shadow with #050506 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#050506, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#050506, Direction=45, Strength=4)">Text</p>
This text has shadow with #050506 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #050506;
-webkit-box-shadow: 1px 1px 3px 2px #050506;
box-shadow: 1px 1px 3px 2px #050506;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #050506; -webkit-box-shadow: 1px 1px 3px 2px #050506; box-shadow:1px 1px 3px 2px #050506;">
Div content here
</div>
This text has color #050506 on black background.
This text has color #050506 on white background.
This text has black color on #050506 background.
This text has white color on #050506 background.