COLOR #171D1E

HEX: #171D1E
RGB: (23,29,30)

Color info

#171D1E contains red, green and blue colors in about the same proportion. Web safe color of #171D1E is #003333 (or #033).

RGB color model

#171D1E color RGB value is (23,29,30).

  • red value is 23;
  • green value is 29;
  • blue value is 30.
RGB:
(23,29,30)
(9%,11%,12%)

RGB channels and saturation

R 23 of 255 = 9%
G 29 of 255 = 11%
B 30 of 255 = 12%

23
29
30

R + G + B ~ 11%. #171D1E is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 29 + 30 = 82 (100%)
R 23 of 82 ~ 28.05%
G 29 of 82 ~ 35.37%
B 30 of 82 ~ 36.59%

%28.05
%35.37
%36.59

CMYK color model

#171D1E color CMYK value is (23,3,0,88).

  • cyan value is 23.33%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(23,3,0,88)
C23M3Y0K88 
(23%,3%,0%,88%)
(0.23/0.03/0.00/0.88)	

CMYK percentages

%23.33
%3.33
%0
%88.24

Codes

Color #171D1E in popluar color models

171D1E
RGB232930
HSL189°13.21%10.39%
HSB/HSV189°23.33%11.76%
CMYK23.33%3.33%0.00%
88.24%

Color #171D1E in popluar number systems.

HEX171D1E
Decimal232930
Binary101111110111110
Octal273536

Shades and tints

Shades of #171D1E

#171D1E
(23,29,30)
#151B1C
(21,27,28)
#13191A
(19,25,26)
#111718
(17,23,24)
#0F1516
(15,21,22)
#0D1314
(13,19,20)
#0B1112
(11,17,18)
#090F10
(9,15,16)
#070D0E
(7,13,14)
#050B0C
(5,11,12)
#03090A
(3,9,10)
#000000
(0,0,0)

Tints of #171D1E

#171D1E
(23,29,30)
#2C3132
(44,49,50)
#414546
(65,69,70)
#56595A
(86,89,90)
#6B6D6E
(107,109,110)
#808182
(128,129,130)
#959596
(149,149,150)
#AAA9AA
(170,169,170)
#BFBDBE
(191,189,190)
#D4D1D2
(212,209,210)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #171D1E color. Also use rgb(23,29,30) instead hex code.

Text Font Color

.myTextColor { color: #171D1E; }

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

This text font color is #171D1E.


Background Color

.myBgColor { background-color: #171D1E; }

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

This div background color is #171D1E.


Border color

.myBorderColor { border: 1px solid #171D1E; }

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

This div border color is #171D1E.


Opacity

.myOpacity80 { color: #171D1E; opacity: 0.8; }

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

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

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

This text has shadow with #171D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171D1E on black background.


Color preview on white background

This text has color #171D1E on white background.



Black color preview on #171D1E background

This text has black color on #171D1E background.


White color preview on #171D1E background

This text has white color on #171D1E background.