COLOR #171314

HEX: #171314
RGB: (23,19,20)

Color info

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

RGB color model

#171314 color RGB value is (23,19,20).

  • red value is 23;
  • green value is 19;
  • blue value is 20.
RGB:
(23,19,20)
(9%,7%,8%)

RGB channels and saturation

R 23 of 255 = 9%
G 19 of 255 = 7%
B 20 of 255 = 8%

23
19
20

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

Portions of RGB colors in percentages

R + G + B =
23 + 19 + 20 = 62 (100%)
R 23 of 62 ~ 37.1%
G 19 of 62 ~ 30.65%
B 20 of 62 ~ 32.26%

%37.1
%30.65
%32.26

CMYK color model

#171314 color CMYK value is (0,17,13,91).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 13.04%
  • key color value is 90.98%
CMYK:
(0,17,13,91)
C0M17Y13K91 
(0%,17%,13%,91%)
(0.00/0.17/0.13/0.91)	

CMYK percentages

%0
%17.39
%13.04
%90.98

Codes

Color #171314 in popluar color models

171314
RGB231920
HSL345°9.52%8.24%
HSB/HSV345°17.39%9.02%
CMYK0.00%17.39%13.04%
90.98%

Color #171314 in popluar number systems.

HEX171314
Decimal231920
Binary101111001110100
Octal272324

Shades and tints

Shades of #171314

#171314
(23,19,20)
#151213
(21,18,19)
#131112
(19,17,18)
#111011
(17,16,17)
#0F0F10
(15,15,16)
#0D0E0F
(13,14,15)
#0B0D0E
(11,13,14)
#090C0D
(9,12,13)
#070B0C
(7,11,12)
#050A0B
(5,10,11)
#03090A
(3,9,10)
#000000
(0,0,0)

Tints of #171314

#171314
(23,19,20)
#2C2829
(44,40,41)
#413D3E
(65,61,62)
#565253
(86,82,83)
#6B6768
(107,103,104)
#807C7D
(128,124,125)
#959192
(149,145,146)
#AAA6A7
(170,166,167)
#BFBBBC
(191,187,188)
#D4D0D1
(212,208,209)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171314; }

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

This text font color is #171314.


Background Color

.myBgColor { background-color: #171314; }

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

This div background color is #171314.


Border color

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

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

This div border color is #171314.


Opacity

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

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

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

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

This text has shadow with #171314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171314 on black background.


Color preview on white background

This text has color #171314 on white background.



Black color preview on #171314 background

This text has black color on #171314 background.


White color preview on #171314 background

This text has white color on #171314 background.