COLOR #17395E

HEX: #17395E
RGB: (23,57,94)

Color info

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

RGB color model

#17395E color RGB value is (23,57,94).

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

RGB channels and saturation

R 23 of 255 = 9%
G 57 of 255 = 22%
B 94 of 255 = 37%

23
57
94

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

Portions of RGB colors in percentages

R + G + B =
23 + 57 + 94 = 174 (100%)
R 23 of 174 ~ 13.22%
G 57 of 174 ~ 32.76%
B 94 of 174 ~ 54.02%

%13.22
%32.76
%54.02

CMYK color model

#17395E color CMYK value is (76,39,0,63).

  • cyan value is 75.53%
  • magenta value is 39.36%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(76,39,0,63)
C76M39Y0K63 
(76%,39%,0%,63%)
(0.76/0.39/0.00/0.63)	

CMYK percentages

%75.53
%39.36
%0
%63.14

Codes

Color #17395E in popluar color models

17395E
RGB235794
HSL211°60.68%22.94%
HSB/HSV211°75.53%36.86%
CMYK75.53%39.36%0.00%
63.14%

Color #17395E in popluar number systems.

HEX17395E
Decimal235794
Binary101111110011011110
Octal2771136

Shades and tints

Shades of #17395E

#17395E
(23,57,94)
#153456
(21,52,86)
#132F4E
(19,47,78)
#112A46
(17,42,70)
#0F253E
(15,37,62)
#0D2036
(13,32,54)
#0B1B2E
(11,27,46)
#091626
(9,22,38)
#07111E
(7,17,30)
#050C16
(5,12,22)
#03070E
(3,7,14)
#000000
(0,0,0)

Tints of #17395E

#17395E
(23,57,94)
#2C4B6C
(44,75,108)
#415D7A
(65,93,122)
#566F88
(86,111,136)
#6B8196
(107,129,150)
#8093A4
(128,147,164)
#95A5B2
(149,165,178)
#AAB7C0
(170,183,192)
#BFC9CE
(191,201,206)
#D4DBDC
(212,219,220)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17395E; }

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

This text font color is #17395E.


Background Color

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

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

This div background color is #17395E.


Border color

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

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

This div border color is #17395E.


Opacity

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

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

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

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

This text has shadow with #17395E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17395E on black background.


Color preview on white background

This text has color #17395E on white background.



Black color preview on #17395E background

This text has black color on #17395E background.


White color preview on #17395E background

This text has white color on #17395E background.