COLOR #171413

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

23
20
19

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

Portions of RGB colors in percentages

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

%37.1
%32.26
%30.65

CMYK color model

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

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

CMYK percentages

%0
%13.04
%17.39
%90.98

Codes

Color #171413 in popluar color models

171413
RGB232019
HSL15°9.52%8.24%
HSB/HSV15°17.39%9.02%
CMYK0.00%13.04%17.39%
90.98%

Color #171413 in popluar number systems.

HEX171413
Decimal232019
Binary101111010010011
Octal272423

Shades and tints

Shades of #171413

#171413
(23,20,19)
#151312
(21,19,18)
#131211
(19,18,17)
#111110
(17,17,16)
#0F100F
(15,16,15)
#0D0F0E
(13,15,14)
#0B0E0D
(11,14,13)
#090D0C
(9,13,12)
#070C0B
(7,12,11)
#050B0A
(5,11,10)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #171413

#171413
(23,20,19)
#2C2928
(44,41,40)
#413E3D
(65,62,61)
#565352
(86,83,82)
#6B6867
(107,104,103)
#807D7C
(128,125,124)
#959291
(149,146,145)
#AAA7A6
(170,167,166)
#BFBCBB
(191,188,187)
#D4D1D0
(212,209,208)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171413; }

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

This text font color is #171413.


Background Color

.myBgColor { background-color: #171413; }

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

This div background color is #171413.


Border color

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

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

This div border color is #171413.


Opacity

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

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

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

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

This text has shadow with #171413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171413 on black background.


Color preview on white background

This text has color #171413 on white background.



Black color preview on #171413 background

This text has black color on #171413 background.


White color preview on #171413 background

This text has white color on #171413 background.