COLOR #040D14

HEX: #040D14
RGB: (4,13,20)

Color info

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

RGB color model

#040D14 color RGB value is (4,13,20).

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

RGB channels and saturation

R 4 of 255 = 2%
G 13 of 255 = 5%
B 20 of 255 = 8%

4
13
20

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

Portions of RGB colors in percentages

R + G + B =
4 + 13 + 20 = 37 (100%)
R 4 of 37 ~ 10.81%
G 13 of 37 ~ 35.14%
B 20 of 37 ~ 54.05%

%10.81
%35.14
%54.05

CMYK color model

#040D14 color CMYK value is (80,35,0,92).

  • cyan value is 80.00%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(80,35,0,92)
C80M35Y0K92 
(80%,35%,0%,92%)
(0.80/0.35/0.00/0.92)	

CMYK percentages

%80
%35
%0
%92.16

Codes

Color #040D14 in popluar color models

040D14
RGB41320
HSL206°66.67%4.71%
HSB/HSV206°80.00%7.84%
CMYK80.00%35.00%0.00%
92.16%

Color #040D14 in popluar number systems.

HEX040D14
Decimal41320
Binary100110110100
Octal41524

Shades and tints

Shades of #040D14

#040D14
(4,13,20)
#040C13
(4,12,19)
#040B12
(4,11,18)
#040A11
(4,10,17)
#040910
(4,9,16)
#04080F
(4,8,15)
#04070E
(4,7,14)
#04060D
(4,6,13)
#04050C
(4,5,12)
#04040B
(4,4,11)
#04030A
(4,3,10)
#000000
(0,0,0)

Tints of #040D14

#040D14
(4,13,20)
#1A2329
(26,35,41)
#30393E
(48,57,62)
#464F53
(70,79,83)
#5C6568
(92,101,104)
#727B7D
(114,123,125)
#889192
(136,145,146)
#9EA7A7
(158,167,167)
#B4BDBC
(180,189,188)
#CAD3D1
(202,211,209)
#E0E9E6
(224,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040D14; }

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

This text font color is #040D14.


Background Color

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

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

This div background color is #040D14.


Border color

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

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

This div border color is #040D14.


Opacity

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

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

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

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

This text has shadow with #040D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040D14 on black background.


Color preview on white background

This text has color #040D14 on white background.



Black color preview on #040D14 background

This text has black color on #040D14 background.


White color preview on #040D14 background

This text has white color on #040D14 background.