COLOR #20171D

HEX: #20171D
RGB: (32,23,29)

Color info

#20171D contains red, green and blue colors in about the same proportion. Web safe color of #20171D is #330033 (or #303).

RGB color model

#20171D color RGB value is (32,23,29).

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

RGB channels and saturation

R 32 of 255 = 13%
G 23 of 255 = 9%
B 29 of 255 = 11%

32
23
29

R + G + B ~ 11%. #20171D is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 23 + 29 = 84 (100%)
R 32 of 84 ~ 38.1%
G 23 of 84 ~ 27.38%
B 29 of 84 ~ 34.52%

%38.1
%27.38
%34.52

CMYK color model

#20171D color CMYK value is (0,28,9,87).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 9.37%
  • key color value is 87.45%
CMYK:
(0,28,9,87)
C0M28Y9K87 
(0%,28%,9%,87%)
(0.00/0.28/0.09/0.87)	

CMYK percentages

%0
%28.13
%9.37
%87.45

Codes

Color #20171D in popluar color models

20171D
RGB322329
HSL320°16.36%10.78%
HSB/HSV320°28.13%12.55%
CMYK0.00%28.13%9.37%
87.45%

Color #20171D in popluar number systems.

HEX20171D
Decimal322329
Binary1000001011111101
Octal402735

Shades and tints

Shades of #20171D

#20171D
(32,23,29)
#1E151B
(30,21,27)
#1C1319
(28,19,25)
#1A1117
(26,17,23)
#180F15
(24,15,21)
#160D13
(22,13,19)
#140B11
(20,11,17)
#12090F
(18,9,15)
#10070D
(16,7,13)
#0E050B
(14,5,11)
#0C0309
(12,3,9)
#000000
(0,0,0)

Tints of #20171D

#20171D
(32,23,29)
#342C31
(52,44,49)
#484145
(72,65,69)
#5C5659
(92,86,89)
#706B6D
(112,107,109)
#848081
(132,128,129)
#989595
(152,149,149)
#ACAAA9
(172,170,169)
#C0BFBD
(192,191,189)
#D4D4D1
(212,212,209)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20171D color. Also use rgb(32,23,29) instead hex code.

Text Font Color

.myTextColor { color: #20171D; }

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

This text font color is #20171D.


Background Color

.myBgColor { background-color: #20171D; }

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

This div background color is #20171D.


Border color

.myBorderColor { border: 1px solid #20171D; }

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

This div border color is #20171D.


Opacity

.myOpacity80 { color: #20171D; opacity: 0.8; }

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

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

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

This text has shadow with #20171D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20171D on black background.


Color preview on white background

This text has color #20171D on white background.



Black color preview on #20171D background

This text has black color on #20171D background.


White color preview on #20171D background

This text has white color on #20171D background.