COLOR #173F5A

HEX: #173F5A RGB: (23,63,90)

Color info

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

RGB color model

#173F5A color RGB value is (23,63,90).

RGB: (23,63,90) (9%, 25%, 35%)

RGB channels and saturation

R 23 of 255 = 9%
G 63 of 255 = 25%
B 90 of 255 = 35%

23
63
90

R + G + B ~ 23%. #173F5A is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 63 + 90 = 176 (100%)
R 23 of 176 ~ 13.07%
G 63 of 176 ~ 35.8%
B 90 of 176 ~ 51.14'%

%13.07
%35.8
%51.14

CMYK color model

#173F5A color CMYK value is (74,30,0,65).

  • cyan value is 74.44%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (74,30,0,65)
C74M30Y0K65 (74%, 30%, 0%, 65%)
(0.74 / 0.30 / 0.00 / 0.65)

CMYK percentages

%74.44
%30
%0
%64.71

Codes

Color #173F5A in popluar color models

17 3F 5A
RGB 23 63 90
HSL 204° 59.29% 22.16%
HSB/HSV 204° 74.44% 35.29%
CMYK 74.44% 30.00% 0.00%
64.71%

Color #173F5A in popluar number systems.

HEX 17 3F 5A
Decimal 23 63 90
Binary 10111 111111 1011010
Octal 27 77 132

Shades and tints

Shades of #173F5A

#173F5A
(23,63,90)
#153A52
(21,58,82)
#13354A
(19,53,74)
#113042
(17,48,66)
#0F2B3A
(15,43,58)
#0D2632
(13,38,50)
#0B212A
(11,33,42)
#091C22
(9,28,34)
#07171A
(7,23,26)
#051212
(5,18,18)
#030D0A
(3,13,10)
#000000
(0,0,0)

Tints of #173F5A

#173F5A
(23,63,90)
#2C5069
(44,80,105)
#416178
(65,97,120)
#567287
(86,114,135)
#6B8396
(107,131,150)
#8094A5
(128,148,165)
#95A5B4
(149,165,180)
#AAB6C3
(170,182,195)
#BFC7D2
(191,199,210)
#D4D8E1
(212,216,225)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173F5A; }

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

This text font color is #173F5A.

Background Color

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

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

This div background color is #173F5A.

Border color

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

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

This div border color is #173F5A.

Opacity

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

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

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

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

This text has shadow with #173F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #173F5A.

Preview

Color preview on black background

This text has color #173F5A on black background.


Color preview on white background

This text has color #173F5A on white background.


Black color preview on #173F5A background

This text has black color on #173F5A background.


White color preview on #173F5A background

This text has white color on #173F5A background.


Related colors

Complementary color

Complementary color for #hex is #E8C0A5.


I love getcolorcode.com

Triadic colors

1 #5A173F and #3F5A17 with #173F5A are triadic colors.

2 #5A3F17 and #3F175A with #173F5A are triadic colors.