COLOR #172020

HEX: #172020 RGB: (23,32,32)

Color info

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

RGB color model

#172020 color RGB value is (23,32,32).

RGB: (23,32,32) (9%, 13%, 13%)

RGB channels and saturation

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

23
32
32

R + G + B ~ 12%. #172020 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 32 + 32 = 87 (100%)
R 23 of 87 ~ 26.44%
G 32 of 87 ~ 36.78%
B 32 of 87 ~ 36.78'%

%26.44
%36.78
%36.78

CMYK color model

#172020 color CMYK value is (28,0,0,87).

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

CMYK percentages

%28.13
%0
%0
%87.45

Codes

Color #172020 in popluar color models

17 20 20
RGB 23 32 32
HSL 180° 16.36% 10.78%
HSB/HSV 180° 28.13% 12.55%
CMYK 28.13% 0.00% 0.00%
87.45%

Color #172020 in popluar number systems.

HEX 17 20 20
Decimal 23 32 32
Binary 10111 100000 100000
Octal 27 40 40

Shades and tints

Shades of #172020

#172020
(23,32,32)
#151E1E
(21,30,30)
#131C1C
(19,28,28)
#111A1A
(17,26,26)
#0F1818
(15,24,24)
#0D1616
(13,22,22)
#0B1414
(11,20,20)
#091212
(9,18,18)
#071010
(7,16,16)
#050E0E
(5,14,14)
#030C0C
(3,12,12)
#000000
(0,0,0)

Tints of #172020

#172020
(23,32,32)
#2C3434
(44,52,52)
#414848
(65,72,72)
#565C5C
(86,92,92)
#6B7070
(107,112,112)
#808484
(128,132,132)
#959898
(149,152,152)
#AAACAC
(170,172,172)
#BFC0C0
(191,192,192)
#D4D4D4
(212,212,212)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #172020; }

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

This text font color is #172020.

Background Color

.myBgColor { background-color: #172020; }

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

This div background color is #172020.

Border color

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

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

This div border color is #172020.

Opacity

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

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

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

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

This text has shadow with #172020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #172020.

Preview

Color preview on black background

This text has color #172020 on black background.


Color preview on white background

This text has color #172020 on white background.


Black color preview on #172020 background

This text has black color on #172020 background.


White color preview on #172020 background

This text has white color on #172020 background.


Related colors

Complementary color

Complementary color for #hex is #E8DFDF.


I love getcolorcode.com