COLOR #17395C

HEX: #17395C
RGB: (23,57,92)

Color info

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

RGB color model

#17395C color RGB value is (23,57,92).

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

RGB channels and saturation

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

23
57
92

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

Portions of RGB colors in percentages

R + G + B =
23 + 57 + 92 = 172 (100%)
R 23 of 172 ~ 13.37%
G 57 of 172 ~ 33.14%
B 92 of 172 ~ 53.49%

%13.37
%33.14
%53.49

CMYK color model

#17395C color CMYK value is (75,38,0,64).

  • cyan value is 75.00%
  • magenta value is 38.04%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(75,38,0,64)
C75M38Y0K64 
(75%,38%,0%,64%)
(0.75/0.38/0.00/0.64)	

CMYK percentages

%75
%38.04
%0
%63.92

Codes

Color #17395C in popluar color models

17395C
RGB235792
HSL210°60.00%22.55%
HSB/HSV210°75.00%36.08%
CMYK75.00%38.04%0.00%
63.92%

Color #17395C in popluar number systems.

HEX17395C
Decimal235792
Binary101111110011011100
Octal2771134

Shades and tints

Shades of #17395C

#17395C
(23,57,92)
#153454
(21,52,84)
#132F4C
(19,47,76)
#112A44
(17,42,68)
#0F253C
(15,37,60)
#0D2034
(13,32,52)
#0B1B2C
(11,27,44)
#091624
(9,22,36)
#07111C
(7,17,28)
#050C14
(5,12,20)
#03070C
(3,7,12)
#000000
(0,0,0)

Tints of #17395C

#17395C
(23,57,92)
#2C4B6A
(44,75,106)
#415D78
(65,93,120)
#566F86
(86,111,134)
#6B8194
(107,129,148)
#8093A2
(128,147,162)
#95A5B0
(149,165,176)
#AAB7BE
(170,183,190)
#BFC9CC
(191,201,204)
#D4DBDA
(212,219,218)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17395C; }

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

This text font color is #17395C.


Background Color

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

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

This div background color is #17395C.


Border color

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

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

This div border color is #17395C.


Opacity

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

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

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

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

This text has shadow with #17395C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17395C on black background.


Color preview on white background

This text has color #17395C on white background.



Black color preview on #17395C background

This text has black color on #17395C background.


White color preview on #17395C background

This text has white color on #17395C background.