COLOR #14070D

HEX: #14070D RGB: (20,7,13)

Color info

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

RGB color model

#14070D color RGB value is (20,7,13).

RGB: (20,7,13) (8%, 3%, 5%)

RGB channels and saturation

R 20 of 255 = 8%
G 7 of 255 = 3%
B 13 of 255 = 5%

20
7
13

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

Portions of RGB colors in percentages

R + G + B = 20 + 7 + 13 = 40 (100%)
R 20 of 40 ~ 50%
G 7 of 40 ~ 17.5%
B 13 of 40 ~ 32.5'%

%50
%17.5
%32.5

CMYK color model

#14070D color CMYK value is (0,65,35,92).

  • cyan value is 0.00%
  • magenta value is 65.00%
  • yellow value is 35.00%
  • key color value is 92.16%
CMYK: (0,65,35,92) C0M65Y35K92 (0%,65%,35%,92%) (0.00/0.65/0.35/0.92) 

CMYK percentages

%0
%65
%35
%92.16

Codes

Color #14070D in popluar color models

14 07 0D
RGB 20 7 13
HSL 332° 48.15% 5.29%
HSB/HSV 332° 65.00% 7.84%
CMYK 0.00% 65.00% 35.00%
92.16%

Color #14070D in popluar number systems.

HEX 14 07 0D
Decimal 20 7 13
Binary 10100 111 1101
Octal 24 7 15

Shades and tints

Shades of #14070D

#14070D
(20,7,13)
#13070C
(19,7,12)
#12070B
(18,7,11)
#11070A
(17,7,10)
#100709
(16,7,9)
#0F0708
(15,7,8)
#0E0707
(14,7,7)
#0D0706
(13,7,6)
#0C0705
(12,7,5)
#0B0704
(11,7,4)
#0A0703
(10,7,3)
#000000
(0,0,0)

Tints of #14070D

#14070D
(20,7,13)
#291D23
(41,29,35)
#3E3339
(62,51,57)
#53494F
(83,73,79)
#685F65
(104,95,101)
#7D757B
(125,117,123)
#928B91
(146,139,145)
#A7A1A7
(167,161,167)
#BCB7BD
(188,183,189)
#D1CDD3
(209,205,211)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14070D; }

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

This text font color is #14070D.

Background Color

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

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

This div background color is #14070D.

Border color

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

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

This div border color is #14070D.

Opacity

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

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

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

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

This text has shadow with #14070D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #14070D.

Preview

Color preview on black background

This text has color #14070D on black background.


Color preview on white background

This text has color #14070D on white background.


Black color preview on #14070D background

This text has black color on #14070D background.


White color preview on #14070D background

This text has white color on #14070D background.


Related colors

Complementary color

Complementary color for #hex is #EBF8F2.


I love getcolorcode.com

Triadic colors

1 #0D1407 and #070D14 with #14070D are triadic colors.

2 #0D0714 and #07140D with #14070D are triadic colors.