COLOR #041212

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

Color info

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

RGB color model

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

RGB: (4,18,18) (2%, 7%, 7%)

RGB channels and saturation

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

4
18
18

R + G + B ~ 5%. #041212 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 18 + 18 = 40 (100%)
R 4 of 40 ~ 10%
G 18 of 40 ~ 45%
B 18 of 40 ~ 45'%

%45
%45

CMYK color model

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

  • cyan value is 77.78%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 92.94%

CMYK: (78,0,0,93)
C78M0Y0K93 (78%, 0%, 0%, 93%)
(0.78 / 0.00 / 0.00 / 0.93)

CMYK percentages

%77.78
%0
%0
%92.94

Codes

Color #041212 in popluar color models

04 12 12
RGB 4 18 18
HSL 180° 63.64% 4.31%
HSB/HSV 180° 77.78% 7.06%
CMYK 77.78% 0.00% 0.00%
92.94%

Color #041212 in popluar number systems.

HEX 04 12 12
Decimal 4 18 18
Binary 100 10010 10010
Octal 4 22 22

Shades and tints

Shades of #041212

#041212
(4,18,18)
#041111
(4,17,17)
#041010
(4,16,16)
#040F0F
(4,15,15)
#040E0E
(4,14,14)
#040D0D
(4,13,13)
#040C0C
(4,12,12)
#040B0B
(4,11,11)
#040A0A
(4,10,10)
#040909
(4,9,9)
#040808
(4,8,8)
#000000
(0,0,0)

Tints of #041212

#041212
(4,18,18)
#1A2727
(26,39,39)
#303C3C
(48,60,60)
#465151
(70,81,81)
#5C6666
(92,102,102)
#727B7B
(114,123,123)
#889090
(136,144,144)
#9EA5A5
(158,165,165)
#B4BABA
(180,186,186)
#CACFCF
(202,207,207)
#E0E4E4
(224,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041212; }

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

This text font color is #041212.

Background Color

.myBgColor { background-color: #041212; }

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

This div background color is #041212.

Border color

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

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

This div border color is #041212.

Opacity

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

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

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

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

This text has shadow with #041212 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041212.

Preview

Color preview on black background

This text has color #041212 on black background.


Color preview on white background

This text has color #041212 on white background.


Black color preview on #041212 background

This text has black color on #041212 background.


White color preview on #041212 background

This text has white color on #041212 background.


Related colors

Complementary color

Complementary color for #hex is #FBEDED.


I love getcolorcode.com