COLOR #14170F

HEX: #14170F RGB: (20,23,15)

Color info

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

RGB color model

#14170F color RGB value is (20,23,15).

RGB: (20,23,15) (8%, 9%, 6%)

RGB channels and saturation

R 20 of 255 = 8%
G 23 of 255 = 9%
B 15 of 255 = 6%

20
23
15

R + G + B ~ 8%. #14170F is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 23 + 15 = 58 (100%)
R 20 of 58 ~ 34.48%
G 23 of 58 ~ 39.66%
B 15 of 58 ~ 25.86'%

%34.48
%39.66
%25.86

CMYK color model

#14170F color CMYK value is (13,0,35,91).

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

CMYK: (13,0,35,91)
C13M0Y35K91 (13%, 0%, 35%, 91%)
(0.13 / 0.00 / 0.35 / 0.91)

CMYK percentages

%13.04
%0
%34.78
%90.98

Codes

Color #14170F in popluar color models

14 17 0F
RGB 20 23 15
HSL 83° 21.05% 7.45%
HSB/HSV 83° 34.78% 9.02%
CMYK 13.04% 0.00% 34.78%
90.98%

Color #14170F in popluar number systems.

HEX 14 17 0F
Decimal 20 23 15
Binary 10100 10111 1111
Octal 24 27 17

Shades and tints

Shades of #14170F

#14170F
(20,23,15)
#13150E
(19,21,14)
#12130D
(18,19,13)
#11110C
(17,17,12)
#100F0B
(16,15,11)
#0F0D0A
(15,13,10)
#0E0B09
(14,11,9)
#0D0908
(13,9,8)
#0C0707
(12,7,7)
#0B0506
(11,5,6)
#0A0305
(10,3,5)
#000000
(0,0,0)

Tints of #14170F

#14170F
(20,23,15)
#292C24
(41,44,36)
#3E4139
(62,65,57)
#53564E
(83,86,78)
#686B63
(104,107,99)
#7D8078
(125,128,120)
#92958D
(146,149,141)
#A7AAA2
(167,170,162)
#BCBFB7
(188,191,183)
#D1D4CC
(209,212,204)
#E6E9E1
(230,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14170F; }

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

This text font color is #14170F.

Background Color

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

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

This div background color is #14170F.

Border color

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

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

This div border color is #14170F.

Opacity

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

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

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

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

This text has shadow with #14170F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #14170F.

Preview

Color preview on black background

This text has color #14170F on black background.


Color preview on white background

This text has color #14170F on white background.


Black color preview on #14170F background

This text has black color on #14170F background.


White color preview on #14170F background

This text has white color on #14170F background.


Related colors

Complementary color

Complementary color for #hex is #EBE8F0.


I love getcolorcode.com

Triadic colors

1 #0F1417 and #170F14 with #14170F are triadic colors.

2 #0F1714 and #17140F with #14170F are triadic colors.