COLOR #040D12

HEX: #040D12
RGB: (4,13,18)

Color info

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

RGB color model

#040D12 color RGB value is (4,13,18).

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

RGB channels and saturation

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

4
13
18

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

Portions of RGB colors in percentages

R + G + B =
4 + 13 + 18 = 35 (100%)
R 4 of 35 ~ 11.43%
G 13 of 35 ~ 37.14%
B 18 of 35 ~ 51.43%

%11.43
%37.14
%51.43

CMYK color model

#040D12 color CMYK value is (78,28,0,93).

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

CMYK percentages

%77.78
%27.78
%0
%92.94

Codes

Color #040D12 in popluar color models

040D12
RGB41318
HSL201°63.64%4.31%
HSB/HSV201°77.78%7.06%
CMYK77.78%27.78%0.00%
92.94%

Color #040D12 in popluar number systems.

HEX040D12
Decimal41318
Binary100110110010
Octal41522

Shades and tints

Shades of #040D12

#040D12
(4,13,18)
#040C11
(4,12,17)
#040B10
(4,11,16)
#040A0F
(4,10,15)
#04090E
(4,9,14)
#04080D
(4,8,13)
#04070C
(4,7,12)
#04060B
(4,6,11)
#04050A
(4,5,10)
#040409
(4,4,9)
#040308
(4,3,8)
#000000
(0,0,0)

Tints of #040D12

#040D12
(4,13,18)
#1A2327
(26,35,39)
#30393C
(48,57,60)
#464F51
(70,79,81)
#5C6566
(92,101,102)
#727B7B
(114,123,123)
#889190
(136,145,144)
#9EA7A5
(158,167,165)
#B4BDBA
(180,189,186)
#CAD3CF
(202,211,207)
#E0E9E4
(224,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040D12; }

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

This text font color is #040D12.


Background Color

.myBgColor { background-color: #040D12; }

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

This div background color is #040D12.


Border color

.myBorderColor { border: 1px solid #040D12; }

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

This div border color is #040D12.


Opacity

.myOpacity80 { color: #040D12; opacity: 0.8; }

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

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

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

This text has shadow with #040D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040D12 on black background.


Color preview on white background

This text has color #040D12 on white background.



Black color preview on #040D12 background

This text has black color on #040D12 background.


White color preview on #040D12 background

This text has white color on #040D12 background.