COLOR #040D10

HEX: #040D10 RGB: (4,13,16)

Color info

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

RGB color model

#040D10 color RGB value is (4,13,16).

RGB: (4,13,16) (2%, 5%, 6%)

RGB channels and saturation

R 4 of 255 = 2%
G 13 of 255 = 5%
B 16 of 255 = 6%

4
13
16

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

Portions of RGB colors in percentages

R + G + B = 4 + 13 + 16 = 33 (100%)
R 4 of 33 ~ 12.12%
G 13 of 33 ~ 39.39%
B 16 of 33 ~ 48.48'%

%12.12
%39.39
%48.48

CMYK color model

#040D10 color CMYK value is (75,19,0,94).

  • cyan value is 75.00%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 93.73%

CMYK: (75,19,0,94)
C75M19Y0K94 (75%, 19%, 0%, 94%)
(0.75 / 0.19 / 0.00 / 0.94)

CMYK percentages

%75
%18.75
%0
%93.73

Codes

Color #040D10 in popluar color models

04 0D 10
RGB 4 13 16
HSL 195° 60.00% 3.92%
HSB/HSV 195° 75.00% 6.27%
CMYK 75.00% 18.75% 0.00%
93.73%

Color #040D10 in popluar number systems.

HEX 04 0D 10
Decimal 4 13 16
Binary 100 1101 10000
Octal 4 15 20

Shades and tints

Shades of #040D10

#040D10
(4,13,16)
#040C0F
(4,12,15)
#040B0E
(4,11,14)
#040A0D
(4,10,13)
#04090C
(4,9,12)
#04080B
(4,8,11)
#04070A
(4,7,10)
#040609
(4,6,9)
#040508
(4,5,8)
#040407
(4,4,7)
#040306
(4,3,6)
#000000
(0,0,0)

Tints of #040D10

#040D10
(4,13,16)
#1A2325
(26,35,37)
#30393A
(48,57,58)
#464F4F
(70,79,79)
#5C6564
(92,101,100)
#727B79
(114,123,121)
#88918E
(136,145,142)
#9EA7A3
(158,167,163)
#B4BDB8
(180,189,184)
#CAD3CD
(202,211,205)
#E0E9E2
(224,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040D10; }

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

This text font color is #040D10.

Background Color

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

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

This div background color is #040D10.

Border color

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

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

This div border color is #040D10.

Opacity

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

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

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

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

This text has shadow with #040D10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #040D10.

Preview

Color preview on black background

This text has color #040D10 on black background.


Color preview on white background

This text has color #040D10 on white background.


Black color preview on #040D10 background

This text has black color on #040D10 background.


White color preview on #040D10 background

This text has white color on #040D10 background.


Related colors

Complementary color

Complementary color for #hex is #FBF2EF.


I love getcolorcode.com

Triadic colors

1 #10040D and #0D1004 with #040D10 are triadic colors.

2 #100D04 and #0D0410 with #040D10 are triadic colors.