COLOR #172D21

HEX: #172D21
RGB: (23,45,33)

Color info

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

RGB color model

#172D21 color RGB value is (23,45,33).

  • red value is 23;
  • green value is 45;
  • blue value is 33.
RGB: (23,45,33) (9%,18%,13%)

RGB channels and saturation

R 23 of 255 = 9%
G 45 of 255 = 18%
B 33 of 255 = 13%

23
45
33

R + G + B ~ 13%. #172D21 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 45 + 33 = 101 (100%)
R 23 of 101 ~ 22.77%
G 45 of 101 ~ 44.55%
B 33 of 101 ~ 32.67%

%22.77
%44.55
%32.67

CMYK color model

#172D21 color CMYK value is (49,0,27,82).

  • cyan value is 48.89%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 82.35%
CMYK: (49,0,27,82) C49M0Y27K82 (49%,0%,27%,82%) (0.49/0.00/0.27/0.82)

CMYK percentages

%48.89
%0
%26.67
%82.35

Codes

Color #172D21 in popluar color models

172D21
RGB234533
HSL147°32.35%13.33%
HSB/HSV147°48.89%17.65%
CMYK48.89%0.00%26.67%
82.35%

Color #172D21 in popluar number systems.

HEX172D21
Decimal234533
Binary10111101101100001
Octal275541

Shades and tints

Shades of #172D21

#172D21
(23,45,33)
#15291E
(21,41,30)
#13251B
(19,37,27)
#112118
(17,33,24)
#0F1D15
(15,29,21)
#0D1912
(13,25,18)
#0B150F
(11,21,15)
#09110C
(9,17,12)
#070D09
(7,13,9)
#050906
(5,9,6)
#030503
(3,5,3)
#000000
(0,0,0)

Tints of #172D21

#172D21
(23,45,33)
#2C4035
(44,64,53)
#415349
(65,83,73)
#56665D
(86,102,93)
#6B7971
(107,121,113)
#808C85
(128,140,133)
#959F99
(149,159,153)
#AAB2AD
(170,178,173)
#BFC5C1
(191,197,193)
#D4D8D5
(212,216,213)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #172D21 color. Also use rgb(23,45,33) instead hex code.

Text Font Color

.myTextColor { color: #172D21; }

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

This text font color is #172D21.


Background Color

.myBgColor { background-color: #172D21; }

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

This div background color is #172D21.


Border color

.myBorderColor { border: 1px solid #172D21; }

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

This div border color is #172D21.


Opacity

.myOpacity80 { color: #172D21; opacity: 0.8; }

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

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

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

This text has shadow with #172D21 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #172D21 on black background.


Color preview on white background

This text has color #172D21 on white background.



Black color preview on #172D21 background

This text has black color on #172D21 background.


White color preview on #172D21 background

This text has white color on #172D21 background.