HEX: #04080B
RGB: (4,8,11)
#04080B contains red, green and blue colors in about the same proportion. Web safe color of #04080B is #000000 (or #000).
#04080B color RGB value is (4,8,11).
RGB: (4,8,11)
(2%, 3%, 4%)
R 4 of 255 = 2%
G 8 of 255 = 3%
B 11 of 255 = 4%
R + G + B ~ 3%. #04080B is dark color.
R + G + B = 4 + 8 + 11 = 23 (100%)
R 4 of 23 ~ 17.39%
G 8 of 23 ~ 34.78%
B 11 of 23 ~ 47.83'%
#04080B color CMYK value is (64,27,0,96).
CMYK: (64,27,0,96)
C64M27Y0K96 (64%, 27%, 0%, 96%)
(0.64 / 0.27 / 0.00 / 0.96)
Color #04080B in popluar color models
04 | 08 | 0B | |
---|---|---|---|
RGB | 4 | 8 | 11 |
HSL | 206° | 46.67% | 2.94% |
HSB/HSV | 206° | 63.64% | 4.31% |
CMYK | 63.64% | 27.27% | 0.00% |
95.69% |
Color #04080B in popluar number systems.
HEX | 04 | 08 | 0B |
Decimal | 4 | 8 | 11 |
Binary | 100 | 1000 | 1011 |
Octal | 4 | 10 | 13 |
Shades of #04080B
Tints of #04080B
Examples of css and html codes for elements with #04080B color. Also use rgb(4,8,11) instead hex code.
.myTextColor { color: #04080B; }
<p style="color:#04080B">This sample text font color is #04080B.</p>
This text font color is #04080B.
.myBgColor { background-color: #04080B; }
<div style="background-color:#04080B">Inner text</div>
This div background color is #04080B.
.myBorderColor { border: 1px solid #04080B; }
<div style="border:3px solid #04080B">Div</div>
This div border color is #04080B.
.myOpacity80 { color: #04080B; opacity: 0.8; }
<p style="color:#04080B;opacity:0.8;">80%</p>
Text with #04080B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #04080B;}
<p style="text-shadow: 3px 3px 1px #04080B">Text here.</p>
This text has shadow with #04080B color.
.textShadow {text-shadow: 3px 3px 1px #04080B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #04080B, 5px 5px 20px red">Text here.</p>
This text has shadow with #04080B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#04080B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#04080B, Direction=45, Strength=4)">Text</p>
This text has shadow with #04080B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #04080B;
-webkit-box-shadow: 1px 1px 3px 2px #04080B;
box-shadow: 1px 1px 3px 2px #04080B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #04080B; -webkit-box-shadow: 1px 1px 3px 2px #04080B; box-shadow:1px 1px 3px 2px #04080B;">
Div content here
</div>
This text has color #04080B on black background.
This text has color #04080B on white background.
This text has black color on #04080B background.
This text has white color on #04080B background.
Complementary color for #hex is #FBF7F4.