COLOR #04090D

HEX: #04090D
RGB: (4,9,13)

Color info

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

RGB color model

#04090D color RGB value is (4,9,13).

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

RGB channels and saturation

R 4 of 255 = 2%
G 9 of 255 = 4%
B 13 of 255 = 5%

4
9
13

R + G + B ~ 4%. #04090D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 9 + 13 = 26 (100%)
R 4 of 26 ~ 15.38%
G 9 of 26 ~ 34.62%
B 13 of 26 ~ 50%

%15.38
%34.62
%50

CMYK color model

#04090D color CMYK value is (69,31,0,95).

  • cyan value is 69.23%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(69,31,0,95)
C69M31Y0K95 
(69%,31%,0%,95%)
(0.69/0.31/0.00/0.95)	

CMYK percentages

%69.23
%30.77
%0
%94.9

Codes

Color #04090D in popluar color models

04090D
RGB4913
HSL207°52.94%3.33%
HSB/HSV207°69.23%5.10%
CMYK69.23%30.77%0.00%
94.90%

Color #04090D in popluar number systems.

HEX04090D
Decimal4913
Binary10010011101
Octal41115

Shades and tints

Shades of #04090D

#04090D
(4,9,13)
#04090C
(4,9,12)
#04090B
(4,9,11)
#04090A
(4,9,10)
#040909
(4,9,9)
#040908
(4,9,8)
#040907
(4,9,7)
#040906
(4,9,6)
#040905
(4,9,5)
#040904
(4,9,4)
#040903
(4,9,3)
#000000
(0,0,0)

Tints of #04090D

#04090D
(4,9,13)
#1A1F23
(26,31,35)
#303539
(48,53,57)
#464B4F
(70,75,79)
#5C6165
(92,97,101)
#72777B
(114,119,123)
#888D91
(136,141,145)
#9EA3A7
(158,163,167)
#B4B9BD
(180,185,189)
#CACFD3
(202,207,211)
#E0E5E9
(224,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04090D color. Also use rgb(4,9,13) instead hex code.

Text Font Color

.myTextColor { color: #04090D; }

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

This text font color is #04090D.


Background Color

.myBgColor { background-color: #04090D; }

<div style="background-color:#04090D">Inner text</div>

This div background color is #04090D.


Border color

.myBorderColor { border: 1px solid #04090D; }

<div style="border:3px solid #04090D">Div</div>

This div border color is #04090D.


Opacity

.myOpacity80 { color: #04090D; opacity: 0.8; }

<p style="color:#04090D;opacity:0.8;">80%</p>

Text with #04090D 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 #04090D;}

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

This text has shadow with #04090D color.

.textShadow {text-shadow: 3px 3px 1px #04090D, 3px 3px 1px red;}

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

This text has shadow with #04090D primary color and red secondary color.


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

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

This text has shadow with #04090D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04090D on black background.


Color preview on white background

This text has color #04090D on white background.



Black color preview on #04090D background

This text has black color on #04090D background.


White color preview on #04090D background

This text has white color on #04090D background.