COLOR #14170D

HEX: #14170D RGB: (20,23,13)

Color info

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

RGB color model

#14170D color RGB value is (20,23,13).

RGB: (20,23,13) (8%, 9%, 5%)

RGB channels and saturation

R 20 of 255 = 8%
G 23 of 255 = 9%
B 13 of 255 = 5%

20
23
13

R + G + B ~ 7%. #14170D is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 23 + 13 = 56 (100%)
R 20 of 56 ~ 35.71%
G 23 of 56 ~ 41.07%
B 13 of 56 ~ 23.21'%

%35.71
%41.07
%23.21

CMYK color model

#14170D color CMYK value is (13,0,43,91).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 90.98%

CMYK: (13,0,43,91)
C13M0Y43K91 (13%, 0%, 43%, 91%)
(0.13 / 0.00 / 0.43 / 0.91)

CMYK percentages

%13.04
%0
%43.48
%90.98

Codes

Color #14170D in popluar color models

14 17 0D
RGB 20 23 13
HSL 78° 27.78% 7.06%
HSB/HSV 78° 43.48% 9.02%
CMYK 13.04% 0.00% 43.48%
90.98%

Color #14170D in popluar number systems.

HEX 14 17 0D
Decimal 20 23 13
Binary 10100 10111 1101
Octal 24 27 15

Shades and tints

Shades of #14170D

#14170D
(20,23,13)
#13150C
(19,21,12)
#12130B
(18,19,11)
#11110A
(17,17,10)
#100F09
(16,15,9)
#0F0D08
(15,13,8)
#0E0B07
(14,11,7)
#0D0906
(13,9,6)
#0C0705
(12,7,5)
#0B0504
(11,5,4)
#0A0303
(10,3,3)
#000000
(0,0,0)

Tints of #14170D

#14170D
(20,23,13)
#292C23
(41,44,35)
#3E4139
(62,65,57)
#53564F
(83,86,79)
#686B65
(104,107,101)
#7D807B
(125,128,123)
#929591
(146,149,145)
#A7AAA7
(167,170,167)
#BCBFBD
(188,191,189)
#D1D4D3
(209,212,211)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14170D; }

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

This text font color is #14170D.

Background Color

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

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

This div background color is #14170D.

Border color

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

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

This div border color is #14170D.

Opacity

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

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

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

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

This text has shadow with #14170D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #14170D.

Preview

Color preview on black background

This text has color #14170D on black background.


Color preview on white background

This text has color #14170D on white background.


Black color preview on #14170D background

This text has black color on #14170D background.


White color preview on #14170D background

This text has white color on #14170D background.


Related colors

Complementary color

Complementary color for #hex is #EBE8F2.


I love getcolorcode.com

Triadic colors

1 #0D1417 and #170D14 with #14170D are triadic colors.

2 #0D1714 and #17140D with #14170D are triadic colors.