COLOR #172127

HEX: #172127 RGB: (23,33,39)

Color info

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

RGB color model

#172127 color RGB value is (23,33,39).

RGB: (23,33,39) (9%, 13%, 15%)

RGB channels and saturation

R 23 of 255 = 9%
G 33 of 255 = 13%
B 39 of 255 = 15%

23
33
39

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

Portions of RGB colors in percentages

R + G + B = 23 + 33 + 39 = 95 (100%)
R 23 of 95 ~ 24.21%
G 33 of 95 ~ 34.74%
B 39 of 95 ~ 41.05'%

%24.21
%34.74
%41.05

CMYK color model

#172127 color CMYK value is (41,15,0,85).

  • cyan value is 41.03%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 84.71%

CMYK: (41,15,0,85)
C41M15Y0K85 (41%, 15%, 0%, 85%)
(0.41 / 0.15 / 0.00 / 0.85)

CMYK percentages

%41.03
%15.38
%0
%84.71

Codes

Color #172127 in popluar color models

17 21 27
RGB 23 33 39
HSL 203° 25.81% 12.16%
HSB/HSV 203° 41.03% 15.29%
CMYK 41.03% 15.38% 0.00%
84.71%

Color #172127 in popluar number systems.

HEX 17 21 27
Decimal 23 33 39
Binary 10111 100001 100111
Octal 27 41 47

Shades and tints

Shades of #172127

#172127
(23,33,39)
#151E24
(21,30,36)
#131B21
(19,27,33)
#11181E
(17,24,30)
#0F151B
(15,21,27)
#0D1218
(13,18,24)
#0B0F15
(11,15,21)
#090C12
(9,12,18)
#07090F
(7,9,15)
#05060C
(5,6,12)
#030309
(3,3,9)
#000000
(0,0,0)

Tints of #172127

#172127
(23,33,39)
#2C353A
(44,53,58)
#41494D
(65,73,77)
#565D60
(86,93,96)
#6B7173
(107,113,115)
#808586
(128,133,134)
#959999
(149,153,153)
#AAADAC
(170,173,172)
#BFC1BF
(191,193,191)
#D4D5D2
(212,213,210)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #172127; }

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

This text font color is #172127.

Background Color

.myBgColor { background-color: #172127; }

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

This div background color is #172127.

Border color

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

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

This div border color is #172127.

Opacity

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

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

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

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

This text has shadow with #172127 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #172127.

Preview

Color preview on black background

This text has color #172127 on black background.


Color preview on white background

This text has color #172127 on white background.


Black color preview on #172127 background

This text has black color on #172127 background.


White color preview on #172127 background

This text has white color on #172127 background.


Related colors

Complementary color

Complementary color for #hex is #E8DED8.


I love getcolorcode.com

Triadic colors

1 #271721 and #212717 with #172127 are triadic colors.

2 #272117 and #211727 with #172127 are triadic colors.