COLOR #173C56

HEX: #173C56
RGB: (23,60,86)

Color info

#173C56 contains mainly green and blue colors. Web safe color of #173C56 is #003366 (or #036).

RGB color model

#173C56 color RGB value is (23,60,86).

  • red value is 23;
  • green value is 60;
  • blue value is 86.
RGB:
(23,60,86)
(9%,24%,34%)

RGB channels and saturation

R 23 of 255 = 9%
G 60 of 255 = 24%
B 86 of 255 = 34%

23
60
86

R + G + B ~ 22%. #173C56 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 60 + 86 = 169 (100%)
R 23 of 169 ~ 13.61%
G 60 of 169 ~ 35.5%
B 86 of 169 ~ 50.89%

%13.61
%35.5
%50.89

CMYK color model

#173C56 color CMYK value is (73,30,0,66).

  • cyan value is 73.26%
  • magenta value is 30.23%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(73,30,0,66)
C73M30Y0K66 
(73%,30%,0%,66%)
(0.73/0.30/0.00/0.66)	

CMYK percentages

%73.26
%30.23
%0
%66.27

Codes

Color #173C56 in popluar color models

173C56
RGB236086
HSL205°57.80%21.37%
HSB/HSV205°73.26%33.73%
CMYK73.26%30.23%0.00%
66.27%

Color #173C56 in popluar number systems.

HEX173C56
Decimal236086
Binary101111111001010110
Octal2774126

Shades and tints

Shades of #173C56

#173C56
(23,60,86)
#15374F
(21,55,79)
#133248
(19,50,72)
#112D41
(17,45,65)
#0F283A
(15,40,58)
#0D2333
(13,35,51)
#0B1E2C
(11,30,44)
#091925
(9,25,37)
#07141E
(7,20,30)
#050F17
(5,15,23)
#030A10
(3,10,16)
#000000
(0,0,0)

Tints of #173C56

#173C56
(23,60,86)
#2C4D65
(44,77,101)
#415E74
(65,94,116)
#566F83
(86,111,131)
#6B8092
(107,128,146)
#8091A1
(128,145,161)
#95A2B0
(149,162,176)
#AAB3BF
(170,179,191)
#BFC4CE
(191,196,206)
#D4D5DD
(212,213,221)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173C56 color. Also use rgb(23,60,86) instead hex code.

Text Font Color

.myTextColor { color: #173C56; }

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

This text font color is #173C56.


Background Color

.myBgColor { background-color: #173C56; }

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

This div background color is #173C56.


Border color

.myBorderColor { border: 1px solid #173C56; }

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

This div border color is #173C56.


Opacity

.myOpacity80 { color: #173C56; opacity: 0.8; }

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

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

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

This text has shadow with #173C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173C56 on black background.


Color preview on white background

This text has color #173C56 on white background.



Black color preview on #173C56 background

This text has black color on #173C56 background.


White color preview on #173C56 background

This text has white color on #173C56 background.