COLOR #172351

HEX: #172351
RGB: (23,35,81)

Color info

#172351 contains red, green and blue colors in about the same proportion. Web safe color of #172351 is #003366 (or #036).

RGB color model

#172351 color RGB value is (23,35,81).

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

RGB channels and saturation

R 23 of 255 = 9%
G 35 of 255 = 14%
B 81 of 255 = 32%

23
35
81

R + G + B ~ 18%. #172351 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 35 + 81 = 139 (100%)
R 23 of 139 ~ 16.55%
G 35 of 139 ~ 25.18%
B 81 of 139 ~ 58.27%

%16.55
%25.18
%58.27

CMYK color model

#172351 color CMYK value is (72,57,0,68).

  • cyan value is 71.60%
  • magenta value is 56.79%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(72,57,0,68)
C72M57Y0K68 
(72%,57%,0%,68%)
(0.72/0.57/0.00/0.68)	

CMYK percentages

%71.6
%56.79
%0
%68.24

Codes

Color #172351 in popluar color models

172351
RGB233581
HSL228°55.77%20.39%
HSB/HSV228°71.60%31.76%
CMYK71.60%56.79%0.00%
68.24%

Color #172351 in popluar number systems.

HEX172351
Decimal233581
Binary101111000111010001
Octal2743121

Shades and tints

Shades of #172351

#172351
(23,35,81)
#15204A
(21,32,74)
#131D43
(19,29,67)
#111A3C
(17,26,60)
#0F1735
(15,23,53)
#0D142E
(13,20,46)
#0B1127
(11,17,39)
#090E20
(9,14,32)
#070B19
(7,11,25)
#050812
(5,8,18)
#03050B
(3,5,11)
#000000
(0,0,0)

Tints of #172351

#172351
(23,35,81)
#2C3760
(44,55,96)
#414B6F
(65,75,111)
#565F7E
(86,95,126)
#6B738D
(107,115,141)
#80879C
(128,135,156)
#959BAB
(149,155,171)
#AAAFBA
(170,175,186)
#BFC3C9
(191,195,201)
#D4D7D8
(212,215,216)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #172351; }

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

This text font color is #172351.


Background Color

.myBgColor { background-color: #172351; }

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

This div background color is #172351.


Border color

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

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

This div border color is #172351.


Opacity

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

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

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

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

This text has shadow with #172351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172351 on black background.


Color preview on white background

This text has color #172351 on white background.



Black color preview on #172351 background

This text has black color on #172351 background.


White color preview on #172351 background

This text has white color on #172351 background.