COLOR #040D09

HEX: #040D09 RGB: (4,13,9)

Color info

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

RGB color model

#040D09 color RGB value is (4,13,9).

RGB: (4,13,9) (2%, 5%, 4%)

RGB channels and saturation

R 4 of 255 = 2%
G 13 of 255 = 5%
B 9 of 255 = 4%

4
13
9

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

Portions of RGB colors in percentages

R + G + B = 4 + 13 + 9 = 26 (100%)
R 4 of 26 ~ 15.38%
G 13 of 26 ~ 50%
B 9 of 26 ~ 34.62'%

%15.38
%50
%34.62

CMYK color model

#040D09 color CMYK value is (69,0,31,95).

  • cyan value is 69.23%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 94.90%

CMYK: (69,0,31,95)
C69M0Y31K95 (69%, 0%, 31%, 95%)
(0.69 / 0.00 / 0.31 / 0.95)

CMYK percentages

%69.23
%0
%30.77
%94.9

Codes

Color #040D09 in popluar color models

04 0D 09
RGB 4 13 9
HSL 153° 52.94% 3.33%
HSB/HSV 153° 69.23% 5.10%
CMYK 69.23% 0.00% 30.77%
94.90%

Color #040D09 in popluar number systems.

HEX 04 0D 09
Decimal 4 13 9
Binary 100 1101 1001
Octal 4 15 11

Shades and tints

Shades of #040D09

#040D09
(4,13,9)
#040C09
(4,12,9)
#040B09
(4,11,9)
#040A09
(4,10,9)
#040909
(4,9,9)
#040809
(4,8,9)
#040709
(4,7,9)
#040609
(4,6,9)
#040509
(4,5,9)
#040409
(4,4,9)
#040309
(4,3,9)
#000000
(0,0,0)

Tints of #040D09

#040D09
(4,13,9)
#1A231F
(26,35,31)
#303935
(48,57,53)
#464F4B
(70,79,75)
#5C6561
(92,101,97)
#727B77
(114,123,119)
#88918D
(136,145,141)
#9EA7A3
(158,167,163)
#B4BDB9
(180,189,185)
#CAD3CF
(202,211,207)
#E0E9E5
(224,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040D09; }

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

This text font color is #040D09.

Background Color

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

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

This div background color is #040D09.

Border color

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

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

This div border color is #040D09.

Opacity

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

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

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

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

This text has shadow with #040D09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #040D09.

Preview

Color preview on black background

This text has color #040D09 on black background.


Color preview on white background

This text has color #040D09 on white background.


Black color preview on #040D09 background

This text has black color on #040D09 background.


White color preview on #040D09 background

This text has white color on #040D09 background.


Related colors

Complementary color

Complementary color for #hex is #FBF2F6.


I love getcolorcode.com

Triadic colors

1 #09040D and #0D0904 with #040D09 are triadic colors.

2 #090D04 and #0D0409 with #040D09 are triadic colors.