COLOR #04010C

HEX: #04010C
RGB: (4,1,12)

Color info

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

RGB color model

#04010C color RGB value is (4,1,12).

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

RGB channels and saturation

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

4
1
12

R + G + B ~ 2%. #04010C is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 1 + 12 = 17 (100%)
R 4 of 17 ~ 23.53%
G 1 of 17 ~ 5.88%
B 12 of 17 ~ 70.59%

%23.53
%70.59

CMYK color model

#04010C color CMYK value is (67,92,0,95).

  • cyan value is 66.67%
  • magenta value is 91.67%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(67,92,0,95)
C67M92Y0K95 
(67%,92%,0%,95%)
(0.67/0.92/0.00/0.95)	

CMYK percentages

%66.67
%91.67
%0
%95.29

Codes

Color #04010C in popluar color models

04010C
RGB4112
HSL256°84.62%2.55%
HSB/HSV256°91.67%4.71%
CMYK66.67%91.67%0.00%
95.29%

Color #04010C in popluar number systems.

HEX04010C
Decimal4112
Binary10011100
Octal4114

Shades and tints

Shades of #04010C

#04010C
(4,1,12)
#04010B
(4,1,11)
#04010A
(4,1,10)
#040109
(4,1,9)
#040108
(4,1,8)
#040107
(4,1,7)
#040106
(4,1,6)
#040105
(4,1,5)
#040104
(4,1,4)
#040103
(4,1,3)
#040102
(4,1,2)
#000000
(0,0,0)

Tints of #04010C

#04010C
(4,1,12)
#1A1822
(26,24,34)
#302F38
(48,47,56)
#46464E
(70,70,78)
#5C5D64
(92,93,100)
#72747A
(114,116,122)
#888B90
(136,139,144)
#9EA2A6
(158,162,166)
#B4B9BC
(180,185,188)
#CAD0D2
(202,208,210)
#E0E7E8
(224,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04010C; }

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

This text font color is #04010C.


Background Color

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

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

This div background color is #04010C.


Border color

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

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

This div border color is #04010C.


Opacity

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

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

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

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

This text has shadow with #04010C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04010C on black background.


Color preview on white background

This text has color #04010C on white background.



Black color preview on #04010C background

This text has black color on #04010C background.


White color preview on #04010C background

This text has white color on #04010C background.