COLOR #172E31

HEX: #172E31
RGB: (23,46,49)

Color info

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

RGB color model

#172E31 color RGB value is (23,46,49).

  • red value is 23;
  • green value is 46;
  • blue value is 49.
RGB:
(23,46,49)
(9%,18%,19%)

RGB channels and saturation

R 23 of 255 = 9%
G 46 of 255 = 18%
B 49 of 255 = 19%

23
46
49

R + G + B ~ 15%. #172E31 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 46 + 49 = 118 (100%)
R 23 of 118 ~ 19.49%
G 46 of 118 ~ 38.98%
B 49 of 118 ~ 41.53%

%19.49
%38.98
%41.53

CMYK color model

#172E31 color CMYK value is (53,6,0,81).

  • cyan value is 53.06%
  • magenta value is 6.12%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(53,6,0,81)
C53M6Y0K81 
(53%,6%,0%,81%)
(0.53/0.06/0.00/0.81)	

CMYK percentages

%53.06
%6.12
%0
%80.78

Codes

Color #172E31 in popluar color models

172E31
RGB234649
HSL187°36.11%14.12%
HSB/HSV187°53.06%19.22%
CMYK53.06%6.12%0.00%
80.78%

Color #172E31 in popluar number systems.

HEX172E31
Decimal234649
Binary10111101110110001
Octal275661

Shades and tints

Shades of #172E31

#172E31
(23,46,49)
#152A2D
(21,42,45)
#132629
(19,38,41)
#112225
(17,34,37)
#0F1E21
(15,30,33)
#0D1A1D
(13,26,29)
#0B1619
(11,22,25)
#091215
(9,18,21)
#070E11
(7,14,17)
#050A0D
(5,10,13)
#030609
(3,6,9)
#000000
(0,0,0)

Tints of #172E31

#172E31
(23,46,49)
#2C4143
(44,65,67)
#415455
(65,84,85)
#566767
(86,103,103)
#6B7A79
(107,122,121)
#808D8B
(128,141,139)
#95A09D
(149,160,157)
#AAB3AF
(170,179,175)
#BFC6C1
(191,198,193)
#D4D9D3
(212,217,211)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #172E31 color. Also use rgb(23,46,49) instead hex code.

Text Font Color

.myTextColor { color: #172E31; }

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

This text font color is #172E31.


Background Color

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

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

This div background color is #172E31.


Border color

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

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

This div border color is #172E31.


Opacity

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

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

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

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

This text has shadow with #172E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172E31 on black background.


Color preview on white background

This text has color #172E31 on white background.



Black color preview on #172E31 background

This text has black color on #172E31 background.


White color preview on #172E31 background

This text has white color on #172E31 background.