COLOR #173D60

HEX: #173D60 RGB: (23,61,96)

Color info

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

RGB color model

#173D60 color RGB value is (23,61,96).

RGB: (23,61,96) (9%, 24%, 38%)

RGB channels and saturation

R 23 of 255 = 9%
G 61 of 255 = 24%
B 96 of 255 = 38%

23
61
96

R + G + B ~ 24%. #173D60 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 61 + 96 = 180 (100%)
R 23 of 180 ~ 12.78%
G 61 of 180 ~ 33.89%
B 96 of 180 ~ 53.33'%

%12.78
%33.89
%53.33

CMYK color model

#173D60 color CMYK value is (76,36,0,62).

  • cyan value is 76.04%
  • magenta value is 36.46%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (76,36,0,62)
C76M36Y0K62 (76%, 36%, 0%, 62%)
(0.76 / 0.36 / 0.00 / 0.62)

CMYK percentages

%76.04
%36.46
%0
%62.35

Codes

Color #173D60 in popluar color models

17 3D 60
RGB 23 61 96
HSL 209° 61.34% 23.33%
HSB/HSV 209° 76.04% 37.65%
CMYK 76.04% 36.46% 0.00%
62.35%

Color #173D60 in popluar number systems.

HEX 17 3D 60
Decimal 23 61 96
Binary 10111 111101 1100000
Octal 27 75 140

Shades and tints

Shades of #173D60

#173D60
(23,61,96)
#153858
(21,56,88)
#133350
(19,51,80)
#112E48
(17,46,72)
#0F2940
(15,41,64)
#0D2438
(13,36,56)
#0B1F30
(11,31,48)
#091A28
(9,26,40)
#071520
(7,21,32)
#051018
(5,16,24)
#030B10
(3,11,16)
#000000
(0,0,0)

Tints of #173D60

#173D60
(23,61,96)
#2C4E6E
(44,78,110)
#415F7C
(65,95,124)
#56708A
(86,112,138)
#6B8198
(107,129,152)
#8092A6
(128,146,166)
#95A3B4
(149,163,180)
#AAB4C2
(170,180,194)
#BFC5D0
(191,197,208)
#D4D6DE
(212,214,222)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173D60 color. Also use rgb(23,61,96) instead hex code.

Text Font Color

.myTextColor { color: #173D60; }

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

This text font color is #173D60.

Background Color

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

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

This div background color is #173D60.

Border color

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

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

This div border color is #173D60.

Opacity

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

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

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

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

This text has shadow with #173D60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #173D60.

Preview

Color preview on black background

This text has color #173D60 on black background.


Color preview on white background

This text has color #173D60 on white background.


Black color preview on #173D60 background

This text has black color on #173D60 background.


White color preview on #173D60 background

This text has white color on #173D60 background.


Related colors

Complementary color

Complementary color for #hex is #E8C29F.


I love getcolorcode.com

Triadic colors

1 #60173D and #3D6017 with #173D60 are triadic colors.

2 #603D17 and #3D1760 with #173D60 are triadic colors.