COLOR #17201D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

23
32
29

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

Portions of RGB colors in percentages

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

%27.38
%38.1
%34.52

CMYK color model

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

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 9.37%
  • key color value is 87.45%

CMYK: (28,0,9,87)
C28M0Y9K87 (28%, 0%, 9%, 87%)
(0.28 / 0.00 / 0.09 / 0.87)

CMYK percentages

%28.13
%0
%9.37
%87.45

Codes

Color #17201D in popluar color models

17 20 1D
RGB 23 32 29
HSL 160° 16.36% 10.78%
HSB/HSV 160° 28.13% 12.55%
CMYK 28.13% 0.00% 9.37%
87.45%

Color #17201D in popluar number systems.

HEX 17 20 1D
Decimal 23 32 29
Binary 10111 100000 11101
Octal 27 40 35

Shades and tints

Shades of #17201D

#17201D
(23,32,29)
#151E1B
(21,30,27)
#131C19
(19,28,25)
#111A17
(17,26,23)
#0F1815
(15,24,21)
#0D1613
(13,22,19)
#0B1411
(11,20,17)
#09120F
(9,18,15)
#07100D
(7,16,13)
#050E0B
(5,14,11)
#030C09
(3,12,9)
#000000
(0,0,0)

Tints of #17201D

#17201D
(23,32,29)
#2C3431
(44,52,49)
#414845
(65,72,69)
#565C59
(86,92,89)
#6B706D
(107,112,109)
#808481
(128,132,129)
#959895
(149,152,149)
#AAACA9
(170,172,169)
#BFC0BD
(191,192,189)
#D4D4D1
(212,212,209)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17201D; }

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

This text font color is #17201D.

Background Color

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

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

This div background color is #17201D.

Border color

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

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

This div border color is #17201D.

Opacity

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

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

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

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

This text has shadow with #17201D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17201D.

Preview

Color preview on black background

This text has color #17201D on black background.


Color preview on white background

This text has color #17201D on white background.


Black color preview on #17201D background

This text has black color on #17201D background.


White color preview on #17201D background

This text has white color on #17201D background.


Related colors

Complementary color

Complementary color for #hex is #E8DFE2.


I love getcolorcode.com

Triadic colors

1 #1D1720 and #201D17 with #17201D are triadic colors.

2 #1D2017 and #20171D with #17201D are triadic colors.