COLOR #171518

HEX: #171518
RGB: (23,21,24)

Color info

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

RGB color model

#171518 color RGB value is (23,21,24).

  • red value is 23;
  • green value is 21;
  • blue value is 24.
RGB:
(23,21,24)
(9%,8%,9%)

RGB channels and saturation

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

23
21
24

R + G + B ~ 9%. #171518 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 21 + 24 = 68 (100%)
R 23 of 68 ~ 33.82%
G 21 of 68 ~ 30.88%
B 24 of 68 ~ 35.29%

%33.82
%30.88
%35.29

CMYK color model

#171518 color CMYK value is (4,13,0,91).

  • cyan value is 4.17%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(4,13,0,91)
C4M13Y0K91 
(4%,13%,0%,91%)
(0.04/0.13/0.00/0.91)	

CMYK percentages

%4.17
%12.5
%0
%90.59

Codes

Color #171518 in popluar color models

171518
RGB232124
HSL280°6.67%8.82%
HSB/HSV280°12.50%9.41%
CMYK4.17%12.50%0.00%
90.59%

Color #171518 in popluar number systems.

HEX171518
Decimal232124
Binary101111010111000
Octal272530

Shades and tints

Shades of #171518

#171518
(23,21,24)
#151416
(21,20,22)
#131314
(19,19,20)
#111212
(17,18,18)
#0F1110
(15,17,16)
#0D100E
(13,16,14)
#0B0F0C
(11,15,12)
#090E0A
(9,14,10)
#070D08
(7,13,8)
#050C06
(5,12,6)
#030B04
(3,11,4)
#000000
(0,0,0)

Tints of #171518

#171518
(23,21,24)
#2C2A2D
(44,42,45)
#413F42
(65,63,66)
#565457
(86,84,87)
#6B696C
(107,105,108)
#807E81
(128,126,129)
#959396
(149,147,150)
#AAA8AB
(170,168,171)
#BFBDC0
(191,189,192)
#D4D2D5
(212,210,213)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171518; }

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

This text font color is #171518.


Background Color

.myBgColor { background-color: #171518; }

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

This div background color is #171518.


Border color

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

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

This div border color is #171518.


Opacity

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

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

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

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

This text has shadow with #171518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171518 on black background.


Color preview on white background

This text has color #171518 on white background.



Black color preview on #171518 background

This text has black color on #171518 background.


White color preview on #171518 background

This text has white color on #171518 background.