COLOR #172321

HEX: #172321
RGB: (23,35,33)

Color info

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

RGB color model

#172321 color RGB value is (23,35,33).

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

RGB channels and saturation

R 23 of 255 = 9%
G 35 of 255 = 14%
B 33 of 255 = 13%

23
35
33

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

Portions of RGB colors in percentages

R + G + B =
23 + 35 + 33 = 91 (100%)
R 23 of 91 ~ 25.27%
G 35 of 91 ~ 38.46%
B 33 of 91 ~ 36.26%

%25.27
%38.46
%36.26

CMYK color model

#172321 color CMYK value is (34,0,6,86).

  • cyan value is 34.29%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 86.27%
CMYK:
(34,0,6,86)
C34M0Y6K86 
(34%,0%,6%,86%)
(0.34/0.00/0.06/0.86)	

CMYK percentages

%34.29
%0
%5.71
%86.27

Codes

Color #172321 in popluar color models

172321
RGB233533
HSL170°20.69%11.37%
HSB/HSV170°34.29%13.73%
CMYK34.29%0.00%5.71%
86.27%

Color #172321 in popluar number systems.

HEX172321
Decimal233533
Binary10111100011100001
Octal274341

Shades and tints

Shades of #172321

#172321
(23,35,33)
#15201E
(21,32,30)
#131D1B
(19,29,27)
#111A18
(17,26,24)
#0F1715
(15,23,21)
#0D1412
(13,20,18)
#0B110F
(11,17,15)
#090E0C
(9,14,12)
#070B09
(7,11,9)
#050806
(5,8,6)
#030503
(3,5,3)
#000000
(0,0,0)

Tints of #172321

#172321
(23,35,33)
#2C3735
(44,55,53)
#414B49
(65,75,73)
#565F5D
(86,95,93)
#6B7371
(107,115,113)
#808785
(128,135,133)
#959B99
(149,155,153)
#AAAFAD
(170,175,173)
#BFC3C1
(191,195,193)
#D4D7D5
(212,215,213)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #172321; }

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

This text font color is #172321.


Background Color

.myBgColor { background-color: #172321; }

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

This div background color is #172321.


Border color

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

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

This div border color is #172321.


Opacity

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

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

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

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

This text has shadow with #172321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172321 on black background.


Color preview on white background

This text has color #172321 on white background.



Black color preview on #172321 background

This text has black color on #172321 background.


White color preview on #172321 background

This text has white color on #172321 background.