COLOR #04080B

HEX: #04080B RGB: (4,8,11)

Color info

#04080B contains red, green and blue colors in about the same proportion. Web safe color of #04080B is #000000 (or #000).

RGB color model

#04080B color RGB value is (4,8,11).

RGB: (4,8,11) (2%, 3%, 4%)

RGB channels and saturation

R 4 of 255 = 2%
G 8 of 255 = 3%
B 11 of 255 = 4%

4
8
11

R + G + B ~ 3%. #04080B is dark color.

Portions of RGB colors in percentages

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'%

%17.39
%34.78
%47.83

CMYK color model

#04080B color CMYK value is (64,27,0,96).

  • cyan value is 63.64%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 95.69%

CMYK: (64,27,0,96)
C64M27Y0K96 (64%, 27%, 0%, 96%)
(0.64 / 0.27 / 0.00 / 0.96)

CMYK percentages

%63.64
%27.27
%0
%95.69

Codes

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 and tints

Shades of #04080B

#04080B
(4,8,11)
#04080A
(4,8,10)
#040809
(4,8,9)
#040808
(4,8,8)
#040807
(4,8,7)
#040806
(4,8,6)
#040805
(4,8,5)
#040804
(4,8,4)
#040803
(4,8,3)
#040802
(4,8,2)
#040801
(4,8,1)
#000000
(0,0,0)

Tints of #04080B

#04080B
(4,8,11)
#1A1E21
(26,30,33)
#303437
(48,52,55)
#464A4D
(70,74,77)
#5C6063
(92,96,99)
#727679
(114,118,121)
#888C8F
(136,140,143)
#9EA2A5
(158,162,165)
#B4B8BB
(180,184,187)
#CACED1
(202,206,209)
#E0E4E7
(224,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04080B color. Also use rgb(4,8,11) instead hex code.

Text Font Color

.myTextColor { color: #04080B; }

<p style="color:#04080B">This sample text font color is #04080B.</p>

This text font color is #04080B.

Background Color

.myBgColor { background-color: #04080B; }

<div style="background-color:#04080B">Inner text</div>

This div background color is #04080B.

Border color

.myBorderColor { border: 1px solid #04080B; }

<div style="border:3px solid #04080B">Div</div>

This div border color is #04080B.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #04080B.

Preview

Color preview on black background

This text has color #04080B on black background.


Color preview on white background

This text has color #04080B on white background.


Black color preview on #04080B background

This text has black color on #04080B background.


White color preview on #04080B background

This text has white color on #04080B background.


Related colors

Complementary color

Complementary color for #hex is #FBF7F4.


I love getcolorcode.com

Triadic colors

1 #0B0408 and #080B04 with #04080B are triadic colors.

2 #0B0804 and #08040B with #04080B are triadic colors.