COLOR #173960

HEX: #173960
RGB: (23,57,96)

Color info

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

RGB color model

#173960 color RGB value is (23,57,96).

  • red value is 23;
  • green value is 57;
  • blue value is 96.
RGB:
(23,57,96)
(9%,22%,38%)

RGB channels and saturation

R 23 of 255 = 9%
G 57 of 255 = 22%
B 96 of 255 = 38%

23
57
96

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

Portions of RGB colors in percentages

R + G + B =
23 + 57 + 96 = 176 (100%)
R 23 of 176 ~ 13.07%
G 57 of 176 ~ 32.39%
B 96 of 176 ~ 54.55%

%13.07
%32.39
%54.55

CMYK color model

#173960 color CMYK value is (76,41,0,62).

  • cyan value is 76.04%
  • magenta value is 40.63%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(76,41,0,62)
C76M41Y0K62 
(76%,41%,0%,62%)
(0.76/0.41/0.00/0.62)	

CMYK percentages

%76.04
%40.63
%0
%62.35

Codes

Color #173960 in popluar color models

173960
RGB235796
HSL212°61.34%23.33%
HSB/HSV212°76.04%37.65%
CMYK76.04%40.63%0.00%
62.35%

Color #173960 in popluar number systems.

HEX173960
Decimal235796
Binary101111110011100000
Octal2771140

Shades and tints

Shades of #173960

#173960
(23,57,96)
#153458
(21,52,88)
#132F50
(19,47,80)
#112A48
(17,42,72)
#0F2540
(15,37,64)
#0D2038
(13,32,56)
#0B1B30
(11,27,48)
#091628
(9,22,40)
#071120
(7,17,32)
#050C18
(5,12,24)
#030710
(3,7,16)
#000000
(0,0,0)

Tints of #173960

#173960
(23,57,96)
#2C4B6E
(44,75,110)
#415D7C
(65,93,124)
#566F8A
(86,111,138)
#6B8198
(107,129,152)
#8093A6
(128,147,166)
#95A5B4
(149,165,180)
#AAB7C2
(170,183,194)
#BFC9D0
(191,201,208)
#D4DBDE
(212,219,222)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173960; }

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

This text font color is #173960.


Background Color

.myBgColor { background-color: #173960; }

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

This div background color is #173960.


Border color

.myBorderColor { border: 1px solid #173960; }

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

This div border color is #173960.


Opacity

.myOpacity80 { color: #173960; opacity: 0.8; }

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

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

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

This text has shadow with #173960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173960 on black background.


Color preview on white background

This text has color #173960 on white background.



Black color preview on #173960 background

This text has black color on #173960 background.


White color preview on #173960 background

This text has white color on #173960 background.