COLOR #040412

HEX: #040412
RGB: (4,4,18)

Color info

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

RGB color model

#040412 color RGB value is (4,4,18).

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

RGB channels and saturation

R 4 of 255 = 2%
G 4 of 255 = 2%
B 18 of 255 = 7%

4
4
18

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

Portions of RGB colors in percentages

R + G + B =
4 + 4 + 18 = 26 (100%)
R 4 of 26 ~ 15.38%
G 4 of 26 ~ 15.38%
B 18 of 26 ~ 69.23%

%15.38
%15.38
%69.23

CMYK color model

#040412 color CMYK value is (78,78,0,93).

  • cyan value is 77.78%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(78,78,0,93)
C78M78Y0K93 
(78%,78%,0%,93%)
(0.78/0.78/0.00/0.93)	

CMYK percentages

%77.78
%77.78
%0
%92.94

Codes

Color #040412 in popluar color models

040412
RGB4418
HSL240°63.64%4.31%
HSB/HSV240°77.78%7.06%
CMYK77.78%77.78%0.00%
92.94%

Color #040412 in popluar number systems.

HEX040412
Decimal4418
Binary10010010010
Octal4422

Shades and tints

Shades of #040412

#040412
(4,4,18)
#040411
(4,4,17)
#040410
(4,4,16)
#04040F
(4,4,15)
#04040E
(4,4,14)
#04040D
(4,4,13)
#04040C
(4,4,12)
#04040B
(4,4,11)
#04040A
(4,4,10)
#040409
(4,4,9)
#040408
(4,4,8)
#000000
(0,0,0)

Tints of #040412

#040412
(4,4,18)
#1A1A27
(26,26,39)
#30303C
(48,48,60)
#464651
(70,70,81)
#5C5C66
(92,92,102)
#72727B
(114,114,123)
#888890
(136,136,144)
#9E9EA5
(158,158,165)
#B4B4BA
(180,180,186)
#CACACF
(202,202,207)
#E0E0E4
(224,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #040412 color. Also use rgb(4,4,18) instead hex code.

Text Font Color

.myTextColor { color: #040412; }

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

This text font color is #040412.


Background Color

.myBgColor { background-color: #040412; }

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

This div background color is #040412.


Border color

.myBorderColor { border: 1px solid #040412; }

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

This div border color is #040412.


Opacity

.myOpacity80 { color: #040412; opacity: 0.8; }

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

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

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

This text has shadow with #040412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040412 on black background.


Color preview on white background

This text has color #040412 on white background.



Black color preview on #040412 background

This text has black color on #040412 background.


White color preview on #040412 background

This text has white color on #040412 background.