COLOR #173C54

HEX: #173C54
RGB: (23,60,84)

Color info

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

RGB color model

#173C54 color RGB value is (23,60,84).

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

RGB channels and saturation

R 23 of 255 = 9%
G 60 of 255 = 24%
B 84 of 255 = 33%

23
60
84

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

Portions of RGB colors in percentages

R + G + B =
23 + 60 + 84 = 167 (100%)
R 23 of 167 ~ 13.77%
G 60 of 167 ~ 35.93%
B 84 of 167 ~ 50.3%

%13.77
%35.93
%50.3

CMYK color model

#173C54 color CMYK value is (73,29,0,67).

  • cyan value is 72.62%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(73,29,0,67)
C73M29Y0K67 
(73%,29%,0%,67%)
(0.73/0.29/0.00/0.67)	

CMYK percentages

%72.62
%28.57
%0
%67.06

Codes

Color #173C54 in popluar color models

173C54
RGB236084
HSL204°57.01%20.98%
HSB/HSV204°72.62%32.94%
CMYK72.62%28.57%0.00%
67.06%

Color #173C54 in popluar number systems.

HEX173C54
Decimal236084
Binary101111111001010100
Octal2774124

Shades and tints

Shades of #173C54

#173C54
(23,60,84)
#15374D
(21,55,77)
#133246
(19,50,70)
#112D3F
(17,45,63)
#0F2838
(15,40,56)
#0D2331
(13,35,49)
#0B1E2A
(11,30,42)
#091923
(9,25,35)
#07141C
(7,20,28)
#050F15
(5,15,21)
#030A0E
(3,10,14)
#000000
(0,0,0)

Tints of #173C54

#173C54
(23,60,84)
#2C4D63
(44,77,99)
#415E72
(65,94,114)
#566F81
(86,111,129)
#6B8090
(107,128,144)
#80919F
(128,145,159)
#95A2AE
(149,162,174)
#AAB3BD
(170,179,189)
#BFC4CC
(191,196,204)
#D4D5DB
(212,213,219)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173C54; }

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

This text font color is #173C54.


Background Color

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

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

This div background color is #173C54.


Border color

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

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

This div border color is #173C54.


Opacity

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

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

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

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

This text has shadow with #173C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173C54 on black background.


Color preview on white background

This text has color #173C54 on white background.



Black color preview on #173C54 background

This text has black color on #173C54 background.


White color preview on #173C54 background

This text has white color on #173C54 background.