COLOR #17375C

HEX: #17375C
RGB: (23,55,92)

Color info

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

RGB color model

#17375C color RGB value is (23,55,92).

  • red value is 23;
  • green value is 55;
  • blue value is 92.
RGB:
(23,55,92)
(9%,22%,36%)

RGB channels and saturation

R 23 of 255 = 9%
G 55 of 255 = 22%
B 92 of 255 = 36%

23
55
92

R + G + B ~ 22%. #17375C is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 55 + 92 = 170 (100%)
R 23 of 170 ~ 13.53%
G 55 of 170 ~ 32.35%
B 92 of 170 ~ 54.12%

%13.53
%32.35
%54.12

CMYK color model

#17375C color CMYK value is (75,40,0,64).

  • cyan value is 75.00%
  • magenta value is 40.22%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(75,40,0,64)
C75M40Y0K64 
(75%,40%,0%,64%)
(0.75/0.40/0.00/0.64)	

CMYK percentages

%75
%40.22
%0
%63.92

Codes

Color #17375C in popluar color models

17375C
RGB235592
HSL212°60.00%22.55%
HSB/HSV212°75.00%36.08%
CMYK75.00%40.22%0.00%
63.92%

Color #17375C in popluar number systems.

HEX17375C
Decimal235592
Binary101111101111011100
Octal2767134

Shades and tints

Shades of #17375C

#17375C
(23,55,92)
#153254
(21,50,84)
#132D4C
(19,45,76)
#112844
(17,40,68)
#0F233C
(15,35,60)
#0D1E34
(13,30,52)
#0B192C
(11,25,44)
#091424
(9,20,36)
#070F1C
(7,15,28)
#050A14
(5,10,20)
#03050C
(3,5,12)
#000000
(0,0,0)

Tints of #17375C

#17375C
(23,55,92)
#2C496A
(44,73,106)
#415B78
(65,91,120)
#566D86
(86,109,134)
#6B7F94
(107,127,148)
#8091A2
(128,145,162)
#95A3B0
(149,163,176)
#AAB5BE
(170,181,190)
#BFC7CC
(191,199,204)
#D4D9DA
(212,217,218)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17375C color. Also use rgb(23,55,92) instead hex code.

Text Font Color

.myTextColor { color: #17375C; }

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

This text font color is #17375C.


Background Color

.myBgColor { background-color: #17375C; }

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

This div background color is #17375C.


Border color

.myBorderColor { border: 1px solid #17375C; }

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

This div border color is #17375C.


Opacity

.myOpacity80 { color: #17375C; opacity: 0.8; }

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

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

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

This text has shadow with #17375C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17375C on black background.


Color preview on white background

This text has color #17375C on white background.



Black color preview on #17375C background

This text has black color on #17375C background.


White color preview on #17375C background

This text has white color on #17375C background.