COLOR #17204C

HEX: #17204C
RGB: (23,32,76)

Color info

#17204C contains red, green and blue colors in about the same proportion. Web safe color of #17204C is #003333 (or #033).

RGB color model

#17204C color RGB value is (23,32,76).

  • red value is 23;
  • green value is 32;
  • blue value is 76.
RGB:
(23,32,76)
(9%,13%,30%)

RGB channels and saturation

R 23 of 255 = 9%
G 32 of 255 = 13%
B 76 of 255 = 30%

23
32
76

R + G + B ~ 17%. #17204C is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 32 + 76 = 131 (100%)
R 23 of 131 ~ 17.56%
G 32 of 131 ~ 24.43%
B 76 of 131 ~ 58.02%

%17.56
%24.43
%58.02

CMYK color model

#17204C color CMYK value is (70,58,0,70).

  • cyan value is 69.74%
  • magenta value is 57.89%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(70,58,0,70)
C70M58Y0K70 
(70%,58%,0%,70%)
(0.70/0.58/0.00/0.70)	

CMYK percentages

%69.74
%57.89
%0
%70.2

Codes

Color #17204C in popluar color models

17204C
RGB233276
HSL230°53.54%19.41%
HSB/HSV230°69.74%29.80%
CMYK69.74%57.89%0.00%
70.20%

Color #17204C in popluar number systems.

HEX17204C
Decimal233276
Binary101111000001001100
Octal2740114

Shades and tints

Shades of #17204C

#17204C
(23,32,76)
#151E46
(21,30,70)
#131C40
(19,28,64)
#111A3A
(17,26,58)
#0F1834
(15,24,52)
#0D162E
(13,22,46)
#0B1428
(11,20,40)
#091222
(9,18,34)
#07101C
(7,16,28)
#050E16
(5,14,22)
#030C10
(3,12,16)
#000000
(0,0,0)

Tints of #17204C

#17204C
(23,32,76)
#2C345C
(44,52,92)
#41486C
(65,72,108)
#565C7C
(86,92,124)
#6B708C
(107,112,140)
#80849C
(128,132,156)
#9598AC
(149,152,172)
#AAACBC
(170,172,188)
#BFC0CC
(191,192,204)
#D4D4DC
(212,212,220)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17204C color. Also use rgb(23,32,76) instead hex code.

Text Font Color

.myTextColor { color: #17204C; }

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

This text font color is #17204C.


Background Color

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

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

This div background color is #17204C.


Border color

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

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

This div border color is #17204C.


Opacity

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

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

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

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

This text has shadow with #17204C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17204C on black background.


Color preview on white background

This text has color #17204C on white background.



Black color preview on #17204C background

This text has black color on #17204C background.


White color preview on #17204C background

This text has white color on #17204C background.