HEX: #050309
RGB: (5,3,9)
#050309 contains red, green and blue colors in about the same proportion. Web safe color of #050309 is #000000 (or #000).
#050309 color RGB value is (5,3,9).
RGB: (5,3,9)
(2%, 1%, 4%)
R 5 of 255 = 2%
G 3 of 255 = 1%
B 9 of 255 = 4%
R + G + B ~ 2%. #050309 is dark color.
R + G + B = 5 + 3 + 9 = 17 (100%)
R 5 of 17 ~ 29.41%
G 3 of 17 ~ 17.65%
B 9 of 17 ~ 52.94'%
#050309 color CMYK value is (44,67,0,96).
CMYK: (44,67,0,96)
C44M67Y0K96 (44%, 67%, 0%, 96%)
(0.44 / 0.67 / 0.00 / 0.96)
Color #050309 in popluar color models
05 | 03 | 09 | |
---|---|---|---|
RGB | 5 | 3 | 9 |
HSL | 260° | 50.00% | 2.35% |
HSB/HSV | 260° | 66.67% | 3.53% |
CMYK | 44.44% | 66.67% | 0.00% |
96.47% |
Color #050309 in popluar number systems.
HEX | 05 | 03 | 09 |
Decimal | 5 | 3 | 9 |
Binary | 101 | 11 | 1001 |
Octal | 5 | 3 | 11 |
Tints of #050309
Examples of css and html codes for elements with #050309 color. Also use rgb(5,3,9) instead hex code.
.myTextColor { color: #050309; }
<p style="color:#050309">This sample text font color is #050309.</p>
This text font color is #050309.
.myBgColor { background-color: #050309; }
<div style="background-color:#050309">Inner text</div>
This div background color is #050309.
.myBorderColor { border: 1px solid #050309; }
<div style="border:3px solid #050309">Div</div>
This div border color is #050309.
.myOpacity80 { color: #050309; opacity: 0.8; }
<p style="color:#050309;opacity:0.8;">80%</p>
Text with #050309 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #050309;}
<p style="text-shadow: 3px 3px 1px #050309">Text here.</p>
This text has shadow with #050309 color.
.textShadow {text-shadow: 3px 3px 1px #050309', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #050309, 5px 5px 20px red">Text here.</p>
This text has shadow with #050309 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#050309, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#050309, Direction=45, Strength=4)">Text</p>
This text has shadow with #050309 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #050309;
-webkit-box-shadow: 1px 1px 3px 2px #050309;
box-shadow: 1px 1px 3px 2px #050309;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #050309; -webkit-box-shadow: 1px 1px 3px 2px #050309; box-shadow:1px 1px 3px 2px #050309;">
Div content here
</div>
This text has color #050309 on black background.
This text has color #050309 on white background.
This text has black color on #050309 background.
This text has white color on #050309 background.
Complementary color for #hex is #FAFCF6.