COLOR #173A5F

HEX: #173A5F RGB: (23,58,95)

Color info

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

RGB color model

#173A5F color RGB value is (23,58,95).

RGB: (23,58,95) (9%, 23%, 37%)

RGB channels and saturation

R 23 of 255 = 9%
G 58 of 255 = 23%
B 95 of 255 = 37%

23
58
95

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

Portions of RGB colors in percentages

R + G + B = 23 + 58 + 95 = 176 (100%)
R 23 of 176 ~ 13.07%
G 58 of 176 ~ 32.95%
B 95 of 176 ~ 53.98'%

%13.07
%32.95
%53.98

CMYK color model

#173A5F color CMYK value is (76,39,0,63).

  • cyan value is 75.79%
  • magenta value is 38.95%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (76,39,0,63)
C76M39Y0K63 (76%, 39%, 0%, 63%)
(0.76 / 0.39 / 0.00 / 0.63)

CMYK percentages

%75.79
%38.95
%0
%62.75

Codes

Color #173A5F in popluar color models

17 3A 5F
RGB 23 58 95
HSL 211° 61.02% 23.14%
HSB/HSV 211° 75.79% 37.25%
CMYK 75.79% 38.95% 0.00%
62.75%

Color #173A5F in popluar number systems.

HEX 17 3A 5F
Decimal 23 58 95
Binary 10111 111010 1011111
Octal 27 72 137

Shades and tints

Shades of #173A5F

#173A5F
(23,58,95)
#153557
(21,53,87)
#13304F
(19,48,79)
#112B47
(17,43,71)
#0F263F
(15,38,63)
#0D2137
(13,33,55)
#0B1C2F
(11,28,47)
#091727
(9,23,39)
#07121F
(7,18,31)
#050D17
(5,13,23)
#03080F
(3,8,15)
#000000
(0,0,0)

Tints of #173A5F

#173A5F
(23,58,95)
#2C4B6D
(44,75,109)
#415C7B
(65,92,123)
#566D89
(86,109,137)
#6B7E97
(107,126,151)
#808FA5
(128,143,165)
#95A0B3
(149,160,179)
#AAB1C1
(170,177,193)
#BFC2CF
(191,194,207)
#D4D3DD
(212,211,221)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173A5F color. Also use rgb(23,58,95) instead hex code.

Text Font Color

.myTextColor { color: #173A5F; }

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

This text font color is #173A5F.

Background Color

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

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

This div background color is #173A5F.

Border color

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

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

This div border color is #173A5F.

Opacity

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

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

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

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

This text has shadow with #173A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #173A5F.

Preview

Color preview on black background

This text has color #173A5F on black background.


Color preview on white background

This text has color #173A5F on white background.


Black color preview on #173A5F background

This text has black color on #173A5F background.


White color preview on #173A5F background

This text has white color on #173A5F background.


Related colors

Complementary color

Complementary color for #hex is #E8C5A0.


I love getcolorcode.com

Triadic colors

1 #5F173A and #3A5F17 with #173A5F are triadic colors.

2 #5F3A17 and #3A175F with #173A5F are triadic colors.