COLOR #04060B

HEX: #04060B
RGB: (4,6,11)

Color info

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

RGB color model

#04060B color RGB value is (4,6,11).

  • red value is 4;
  • green value is 6;
  • blue value is 11.
RGB:
(4,6,11)
(2%,2%,4%)

RGB channels and saturation

R 4 of 255 = 2%
G 6 of 255 = 2%
B 11 of 255 = 4%

4
6
11

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

Portions of RGB colors in percentages

R + G + B =
4 + 6 + 11 = 21 (100%)
R 4 of 21 ~ 19.05%
G 6 of 21 ~ 28.57%
B 11 of 21 ~ 52.38%

%19.05
%28.57
%52.38

CMYK color model

#04060B color CMYK value is (64,45,0,96).

  • cyan value is 63.64%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(64,45,0,96)
C64M45Y0K96 
(64%,45%,0%,96%)
(0.64/0.45/0.00/0.96)	

CMYK percentages

%63.64
%45.45
%0
%95.69

Codes

Color #04060B in popluar color models

04060B
RGB4611
HSL223°46.67%2.94%
HSB/HSV223°63.64%4.31%
CMYK63.64%45.45%0.00%
95.69%

Color #04060B in popluar number systems.

HEX04060B
Decimal4611
Binary1001101011
Octal4613

Shades and tints

Shades of #04060B

#04060B
(4,6,11)
#04060A
(4,6,10)
#040609
(4,6,9)
#040608
(4,6,8)
#040607
(4,6,7)
#040606
(4,6,6)
#040605
(4,6,5)
#040604
(4,6,4)
#040603
(4,6,3)
#040602
(4,6,2)
#040601
(4,6,1)
#000000
(0,0,0)

Tints of #04060B

#04060B
(4,6,11)
#1A1C21
(26,28,33)
#303237
(48,50,55)
#46484D
(70,72,77)
#5C5E63
(92,94,99)
#727479
(114,116,121)
#888A8F
(136,138,143)
#9EA0A5
(158,160,165)
#B4B6BB
(180,182,187)
#CACCD1
(202,204,209)
#E0E2E7
(224,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04060B; }

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

This text font color is #04060B.


Background Color

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

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

This div background color is #04060B.


Border color

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

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

This div border color is #04060B.


Opacity

.myOpacity80 { color: #04060B; opacity: 0.8; }

<p style="color:#04060B;opacity:0.8;">80%</p>

Text with #04060B 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 #04060B;}

<p style="text-shadow: 3px 3px 1px #04060B">Text here.</p>

This text has shadow with #04060B color.

.textShadow {text-shadow: 3px 3px 1px #04060B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #04060B, 5px 5px 20px red">Text here.</p>

This text has shadow with #04060B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#04060B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#04060B, Direction=45, Strength=4)">Text</p>

This text has shadow with #04060B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #04060B;
  -webkit-box-shadow:	1px 1px 3px 2px #04060B;
  box-shadow:		1px 1px 3px 2px #04060B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #04060B;
-webkit-box-shadow: 1px 1px 3px 2px #04060B;
box-shadow:1px 1px 3px 2px #04060B;">
Div content here</div>
This div box has shadow with color #04060B.

Preview

Color preview on black background

This text has color #04060B on black background.


Color preview on white background

This text has color #04060B on white background.



Black color preview on #04060B background

This text has black color on #04060B background.


White color preview on #04060B background

This text has white color on #04060B background.