COLOR #171514

HEX: #171514 RGB: (23,21,20)

Color info

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

RGB color model

#171514 color RGB value is (23,21,20).

RGB: (23,21,20) (9%, 8%, 8%)

RGB channels and saturation

R 23 of 255 = 9%
G 21 of 255 = 8%
B 20 of 255 = 8%

23
21
20

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

Portions of RGB colors in percentages

R + G + B = 23 + 21 + 20 = 64 (100%)
R 23 of 64 ~ 35.94%
G 21 of 64 ~ 32.81%
B 20 of 64 ~ 31.25'%

%35.94
%32.81
%31.25

CMYK color model

#171514 color CMYK value is (0,9,13,91).

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

CMYK: (0,9,13,91)
C0M9Y13K91 (0%, 9%, 13%, 91%)
(0.00 / 0.09 / 0.13 / 0.91)

CMYK percentages

%0
%8.7
%13.04
%90.98

Codes

Color #171514 in popluar color models

17 15 14
RGB 23 21 20
HSL 20° 6.98% 8.43%
HSB/HSV 20° 13.04% 9.02%
CMYK 0.00% 8.70% 13.04%
90.98%

Color #171514 in popluar number systems.

HEX 17 15 14
Decimal 23 21 20
Binary 10111 10101 10100
Octal 27 25 24

Shades and tints

Shades of #171514

#171514
(23,21,20)
#151413
(21,20,19)
#131312
(19,19,18)
#111211
(17,18,17)
#0F1110
(15,17,16)
#0D100F
(13,16,15)
#0B0F0E
(11,15,14)
#090E0D
(9,14,13)
#070D0C
(7,13,12)
#050C0B
(5,12,11)
#030B0A
(3,11,10)
#000000
(0,0,0)

Tints of #171514

#171514
(23,21,20)
#2C2A29
(44,42,41)
#413F3E
(65,63,62)
#565453
(86,84,83)
#6B6968
(107,105,104)
#807E7D
(128,126,125)
#959392
(149,147,146)
#AAA8A7
(170,168,167)
#BFBDBC
(191,189,188)
#D4D2D1
(212,210,209)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171514; }

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

This text font color is #171514.

Background Color

.myBgColor { background-color: #171514; }

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

This div background color is #171514.

Border color

.myBorderColor { border: 1px solid #171514; }

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

This div border color is #171514.

Opacity

.myOpacity80 { color: #171514; opacity: 0.8; }

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

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

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

This text has shadow with #171514 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #171514.

Preview

Color preview on black background

This text has color #171514 on black background.


Color preview on white background

This text has color #171514 on white background.


Black color preview on #171514 background

This text has black color on #171514 background.


White color preview on #171514 background

This text has white color on #171514 background.


Related colors

Complementary color

Complementary color for #hex is #E8EAEB.


I love getcolorcode.com

Triadic colors

1 #141715 and #151417 with #171514 are triadic colors.

2 #141517 and #151714 with #171514 are triadic colors.