COLOR #04050C

HEX: #04050C
RGB: (4,5,12)

Color info

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

RGB color model

#04050C color RGB value is (4,5,12).

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

RGB channels and saturation

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

4
5
12

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

Portions of RGB colors in percentages

R + G + B =
4 + 5 + 12 = 21 (100%)
R 4 of 21 ~ 19.05%
G 5 of 21 ~ 23.81%
B 12 of 21 ~ 57.14%

%19.05
%23.81
%57.14

CMYK color model

#04050C color CMYK value is (67,58,0,95).

  • cyan value is 66.67%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(67,58,0,95)
C67M58Y0K95 
(67%,58%,0%,95%)
(0.67/0.58/0.00/0.95)	

CMYK percentages

%66.67
%58.33
%0
%95.29

Codes

Color #04050C in popluar color models

04050C
RGB4512
HSL233°50.00%3.14%
HSB/HSV233°66.67%4.71%
CMYK66.67%58.33%0.00%
95.29%

Color #04050C in popluar number systems.

HEX04050C
Decimal4512
Binary1001011100
Octal4514

Shades and tints

Shades of #04050C

#04050C
(4,5,12)
#04050B
(4,5,11)
#04050A
(4,5,10)
#040509
(4,5,9)
#040508
(4,5,8)
#040507
(4,5,7)
#040506
(4,5,6)
#040505
(4,5,5)
#040504
(4,5,4)
#040503
(4,5,3)
#040502
(4,5,2)
#000000
(0,0,0)

Tints of #04050C

#04050C
(4,5,12)
#1A1B22
(26,27,34)
#303138
(48,49,56)
#46474E
(70,71,78)
#5C5D64
(92,93,100)
#72737A
(114,115,122)
#888990
(136,137,144)
#9E9FA6
(158,159,166)
#B4B5BC
(180,181,188)
#CACBD2
(202,203,210)
#E0E1E8
(224,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04050C; }

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

This text font color is #04050C.


Background Color

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

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

This div background color is #04050C.


Border color

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

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

This div border color is #04050C.


Opacity

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

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

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

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

This text has shadow with #04050C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04050C on black background.


Color preview on white background

This text has color #04050C on white background.



Black color preview on #04050C background

This text has black color on #04050C background.


White color preview on #04050C background

This text has white color on #04050C background.