COLOR #04090C

HEX: #04090C
RGB: (4,9,12)

Color info

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

RGB color model

#04090C color RGB value is (4,9,12).

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

RGB channels and saturation

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

4
9
12

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

Portions of RGB colors in percentages

R + G + B =
4 + 9 + 12 = 25 (100%)
R 4 of 25 ~ 16%
G 9 of 25 ~ 36%
B 12 of 25 ~ 48%

%16
%36
%48

CMYK color model

#04090C color CMYK value is (67,25,0,95).

  • cyan value is 66.67%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(67,25,0,95)
C67M25Y0K95 
(67%,25%,0%,95%)
(0.67/0.25/0.00/0.95)	

CMYK percentages

%66.67
%25
%0
%95.29

Codes

Color #04090C in popluar color models

04090C
RGB4912
HSL203°50.00%3.14%
HSB/HSV203°66.67%4.71%
CMYK66.67%25.00%0.00%
95.29%

Color #04090C in popluar number systems.

HEX04090C
Decimal4912
Binary10010011100
Octal41114

Shades and tints

Shades of #04090C

#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)
#040902
(4,9,2)
#000000
(0,0,0)

Tints of #04090C

#04090C
(4,9,12)
#1A1F22
(26,31,34)
#303538
(48,53,56)
#464B4E
(70,75,78)
#5C6164
(92,97,100)
#72777A
(114,119,122)
#888D90
(136,141,144)
#9EA3A6
(158,163,166)
#B4B9BC
(180,185,188)
#CACFD2
(202,207,210)
#E0E5E8
(224,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04090C; }

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

This text font color is #04090C.


Background Color

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

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

This div background color is #04090C.


Border color

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

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

This div border color is #04090C.


Opacity

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

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

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

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

This text has shadow with #04090C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04090C on black background.


Color preview on white background

This text has color #04090C on white background.



Black color preview on #04090C background

This text has black color on #04090C background.


White color preview on #04090C background

This text has white color on #04090C background.