COLOR #172D40

HEX: #172D40
RGB: (23,45,64)

Color info

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

RGB color model

#172D40 color RGB value is (23,45,64).

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

RGB channels and saturation

R 23 of 255 = 9%
G 45 of 255 = 18%
B 64 of 255 = 25%

23
45
64

R + G + B ~ 17%. #172D40 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 45 + 64 = 132 (100%)
R 23 of 132 ~ 17.42%
G 45 of 132 ~ 34.09%
B 64 of 132 ~ 48.48%

%17.42
%34.09
%48.48

CMYK color model

#172D40 color CMYK value is (64,30,0,75).

  • cyan value is 64.06%
  • magenta value is 29.69%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(64,30,0,75)
C64M30Y0K75 
(64%,30%,0%,75%)
(0.64/0.30/0.00/0.75)	

CMYK percentages

%64.06
%29.69
%0
%74.9

Codes

Color #172D40 in popluar color models

172D40
RGB234564
HSL208°47.13%17.06%
HSB/HSV208°64.06%25.10%
CMYK64.06%29.69%0.00%
74.90%

Color #172D40 in popluar number systems.

HEX172D40
Decimal234564
Binary101111011011000000
Octal2755100

Shades and tints

Shades of #172D40

#172D40
(23,45,64)
#15293B
(21,41,59)
#132536
(19,37,54)
#112131
(17,33,49)
#0F1D2C
(15,29,44)
#0D1927
(13,25,39)
#0B1522
(11,21,34)
#09111D
(9,17,29)
#070D18
(7,13,24)
#050913
(5,9,19)
#03050E
(3,5,14)
#000000
(0,0,0)

Tints of #172D40

#172D40
(23,45,64)
#2C4051
(44,64,81)
#415362
(65,83,98)
#566673
(86,102,115)
#6B7984
(107,121,132)
#808C95
(128,140,149)
#959FA6
(149,159,166)
#AAB2B7
(170,178,183)
#BFC5C8
(191,197,200)
#D4D8D9
(212,216,217)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #172D40; }

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

This text font color is #172D40.


Background Color

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

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

This div background color is #172D40.


Border color

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

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

This div border color is #172D40.


Opacity

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

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

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

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

This text has shadow with #172D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172D40 on black background.


Color preview on white background

This text has color #172D40 on white background.



Black color preview on #172D40 background

This text has black color on #172D40 background.


White color preview on #172D40 background

This text has white color on #172D40 background.