COLOR #17395D

HEX: #17395D
RGB: (23,57,93)

Color info

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

RGB color model

#17395D color RGB value is (23,57,93).

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

RGB channels and saturation

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

23
57
93

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

Portions of RGB colors in percentages

R + G + B =
23 + 57 + 93 = 173 (100%)
R 23 of 173 ~ 13.29%
G 57 of 173 ~ 32.95%
B 93 of 173 ~ 53.76%

%13.29
%32.95
%53.76

CMYK color model

#17395D color CMYK value is (75,39,0,64).

  • cyan value is 75.27%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(75,39,0,64)
C75M39Y0K64 
(75%,39%,0%,64%)
(0.75/0.39/0.00/0.64)	

CMYK percentages

%75.27
%38.71
%0
%63.53

Codes

Color #17395D in popluar color models

17395D
RGB235793
HSL211°60.34%22.75%
HSB/HSV211°75.27%36.47%
CMYK75.27%38.71%0.00%
63.53%

Color #17395D in popluar number systems.

HEX17395D
Decimal235793
Binary101111110011011101
Octal2771135

Shades and tints

Shades of #17395D

#17395D
(23,57,93)
#153455
(21,52,85)
#132F4D
(19,47,77)
#112A45
(17,42,69)
#0F253D
(15,37,61)
#0D2035
(13,32,53)
#0B1B2D
(11,27,45)
#091625
(9,22,37)
#07111D
(7,17,29)
#050C15
(5,12,21)
#03070D
(3,7,13)
#000000
(0,0,0)

Tints of #17395D

#17395D
(23,57,93)
#2C4B6B
(44,75,107)
#415D79
(65,93,121)
#566F87
(86,111,135)
#6B8195
(107,129,149)
#8093A3
(128,147,163)
#95A5B1
(149,165,177)
#AAB7BF
(170,183,191)
#BFC9CD
(191,201,205)
#D4DBDB
(212,219,219)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17395D; }

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

This text font color is #17395D.


Background Color

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

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

This div background color is #17395D.


Border color

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

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

This div border color is #17395D.


Opacity

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

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

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

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

This text has shadow with #17395D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17395D on black background.


Color preview on white background

This text has color #17395D on white background.



Black color preview on #17395D background

This text has black color on #17395D background.


White color preview on #17395D background

This text has white color on #17395D background.