COLOR #04090E

HEX: #04090E
RGB: (4,9,14)

Color info

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

RGB color model

#04090E color RGB value is (4,9,14).

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

RGB channels and saturation

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

4
9
14

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

Portions of RGB colors in percentages

R + G + B =
4 + 9 + 14 = 27 (100%)
R 4 of 27 ~ 14.81%
G 9 of 27 ~ 33.33%
B 14 of 27 ~ 51.85%

%14.81
%33.33
%51.85

CMYK color model

#04090E color CMYK value is (71,36,0,95).

  • cyan value is 71.43%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(71,36,0,95)
C71M36Y0K95 
(71%,36%,0%,95%)
(0.71/0.36/0.00/0.95)	

CMYK percentages

%71.43
%35.71
%0
%94.51

Codes

Color #04090E in popluar color models

04090E
RGB4914
HSL210°55.56%3.53%
HSB/HSV210°71.43%5.49%
CMYK71.43%35.71%0.00%
94.51%

Color #04090E in popluar number systems.

HEX04090E
Decimal4914
Binary10010011110
Octal41116

Shades and tints

Shades of #04090E

#04090E
(4,9,14)
#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)
#000000
(0,0,0)

Tints of #04090E

#04090E
(4,9,14)
#1A1F23
(26,31,35)
#303538
(48,53,56)
#464B4D
(70,75,77)
#5C6162
(92,97,98)
#727777
(114,119,119)
#888D8C
(136,141,140)
#9EA3A1
(158,163,161)
#B4B9B6
(180,185,182)
#CACFCB
(202,207,203)
#E0E5E0
(224,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04090E; }

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

This text font color is #04090E.


Background Color

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

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

This div background color is #04090E.


Border color

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

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

This div border color is #04090E.


Opacity

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

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

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

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

This text has shadow with #04090E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04090E on black background.


Color preview on white background

This text has color #04090E on white background.



Black color preview on #04090E background

This text has black color on #04090E background.


White color preview on #04090E background

This text has white color on #04090E background.