COLOR #173F51

HEX: #173F51
RGB: (23,63,81)

Color info

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

RGB color model

#173F51 color RGB value is (23,63,81).

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

RGB channels and saturation

R 23 of 255 = 9%
G 63 of 255 = 25%
B 81 of 255 = 32%

23
63
81

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

Portions of RGB colors in percentages

R + G + B =
23 + 63 + 81 = 167 (100%)
R 23 of 167 ~ 13.77%
G 63 of 167 ~ 37.72%
B 81 of 167 ~ 48.5%

%13.77
%37.72
%48.5

CMYK color model

#173F51 color CMYK value is (72,22,0,68).

  • cyan value is 71.60%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(72,22,0,68)
C72M22Y0K68 
(72%,22%,0%,68%)
(0.72/0.22/0.00/0.68)	

CMYK percentages

%71.6
%22.22
%0
%68.24

Codes

Color #173F51 in popluar color models

173F51
RGB236381
HSL199°55.77%20.39%
HSB/HSV199°71.60%31.76%
CMYK71.60%22.22%0.00%
68.24%

Color #173F51 in popluar number systems.

HEX173F51
Decimal236381
Binary101111111111010001
Octal2777121

Shades and tints

Shades of #173F51

#173F51
(23,63,81)
#153A4A
(21,58,74)
#133543
(19,53,67)
#11303C
(17,48,60)
#0F2B35
(15,43,53)
#0D262E
(13,38,46)
#0B2127
(11,33,39)
#091C20
(9,28,32)
#071719
(7,23,25)
#051212
(5,18,18)
#030D0B
(3,13,11)
#000000
(0,0,0)

Tints of #173F51

#173F51
(23,63,81)
#2C5060
(44,80,96)
#41616F
(65,97,111)
#56727E
(86,114,126)
#6B838D
(107,131,141)
#80949C
(128,148,156)
#95A5AB
(149,165,171)
#AAB6BA
(170,182,186)
#BFC7C9
(191,199,201)
#D4D8D8
(212,216,216)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173F51; }

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

This text font color is #173F51.


Background Color

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

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

This div background color is #173F51.


Border color

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

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

This div border color is #173F51.


Opacity

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

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

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

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

This text has shadow with #173F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173F51 on black background.


Color preview on white background

This text has color #173F51 on white background.



Black color preview on #173F51 background

This text has black color on #173F51 background.


White color preview on #173F51 background

This text has white color on #173F51 background.