COLOR #14040D

HEX: #14040D RGB: (20,4,13)

Color info

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

RGB color model

#14040D color RGB value is (20,4,13).

RGB: (20,4,13) (8%, 2%, 5%)

RGB channels and saturation

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

20
4
13

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

Portions of RGB colors in percentages

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

%54.05
%10.81
%35.14

CMYK color model

#14040D color CMYK value is (0,80,35,92).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 35.00%
  • key color value is 92.16%

CMYK: (0,80,35,92)
C0M80Y35K92 (0%, 80%, 35%, 92%)
(0.00 / 0.80 / 0.35 / 0.92)

CMYK percentages

%0
%80
%35
%92.16

Codes

Color #14040D in popluar color models

14 04 0D
RGB 20 4 13
HSL 326° 66.67% 4.71%
HSB/HSV 326° 80.00% 7.84%
CMYK 0.00% 80.00% 35.00%
92.16%

Color #14040D in popluar number systems.

HEX 14 04 0D
Decimal 20 4 13
Binary 10100 100 1101
Octal 24 4 15

Shades and tints

Shades of #14040D

#14040D
(20,4,13)
#13040C
(19,4,12)
#12040B
(18,4,11)
#11040A
(17,4,10)
#100409
(16,4,9)
#0F0408
(15,4,8)
#0E0407
(14,4,7)
#0D0406
(13,4,6)
#0C0405
(12,4,5)
#0B0404
(11,4,4)
#0A0403
(10,4,3)
#000000
(0,0,0)

Tints of #14040D

#14040D
(20,4,13)
#291A23
(41,26,35)
#3E3039
(62,48,57)
#53464F
(83,70,79)
#685C65
(104,92,101)
#7D727B
(125,114,123)
#928891
(146,136,145)
#A79EA7
(167,158,167)
#BCB4BD
(188,180,189)
#D1CAD3
(209,202,211)
#E6E0E9
(230,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14040D; }

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

This text font color is #14040D.

Background Color

.myBgColor { background-color: #14040D; }

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

This div background color is #14040D.

Border color

.myBorderColor { border: 1px solid #14040D; }

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

This div border color is #14040D.

Opacity

.myOpacity80 { color: #14040D; opacity: 0.8; }

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

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

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

This text has shadow with #14040D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #14040D.

Preview

Color preview on black background

This text has color #14040D on black background.


Color preview on white background

This text has color #14040D on white background.


Black color preview on #14040D background

This text has black color on #14040D background.


White color preview on #14040D background

This text has white color on #14040D background.


Related colors

Complementary color

Complementary color for #hex is #EBFBF2.


I love getcolorcode.com

Triadic colors

1 #0D1404 and #040D14 with #14040D are triadic colors.

2 #0D0414 and #04140D with #14040D are triadic colors.