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