COLOR #04040B

HEX: #04040B
RGB: (4,4,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

4
4
11

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

Portions of RGB colors in percentages

R + G + B =
4 + 4 + 11 = 19 (100%)
R 4 of 19 ~ 21.05%
G 4 of 19 ~ 21.05%
B 11 of 19 ~ 57.89%

%21.05
%21.05
%57.89

CMYK color model

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

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

CMYK percentages

%63.64
%63.64
%0
%95.69

Codes

Color #04040B in popluar color models

04040B
RGB4411
HSL240°46.67%2.94%
HSB/HSV240°63.64%4.31%
CMYK63.64%63.64%0.00%
95.69%

Color #04040B in popluar number systems.

HEX04040B
Decimal4411
Binary1001001011
Octal4413

Shades and tints

Shades of #04040B

#04040B
(4,4,11)
#04040A
(4,4,10)
#040409
(4,4,9)
#040408
(4,4,8)
#040407
(4,4,7)
#040406
(4,4,6)
#040405
(4,4,5)
#040404
(4,4,4)
#040403
(4,4,3)
#040402
(4,4,2)
#040401
(4,4,1)
#000000
(0,0,0)

Tints of #04040B

#04040B
(4,4,11)
#1A1A21
(26,26,33)
#303037
(48,48,55)
#46464D
(70,70,77)
#5C5C63
(92,92,99)
#727279
(114,114,121)
#88888F
(136,136,143)
#9E9EA5
(158,158,165)
#B4B4BB
(180,180,187)
#CACAD1
(202,202,209)
#E0E0E7
(224,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04040B; }

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

This text font color is #04040B.


Background Color

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

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

This div background color is #04040B.


Border color

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

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

This div border color is #04040B.


Opacity

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

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

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

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

This text has shadow with #04040B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04040B on black background.


Color preview on white background

This text has color #04040B on white background.



Black color preview on #04040B background

This text has black color on #04040B background.


White color preview on #04040B background

This text has white color on #04040B background.