COLOR #17203B

HEX: #17203B
RGB: (23,32,59)

Color info

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

RGB color model

#17203B color RGB value is (23,32,59).

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

RGB channels and saturation

R 23 of 255 = 9%
G 32 of 255 = 13%
B 59 of 255 = 23%

23
32
59

R + G + B ~ 15%. #17203B is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 32 + 59 = 114 (100%)
R 23 of 114 ~ 20.18%
G 32 of 114 ~ 28.07%
B 59 of 114 ~ 51.75%

%20.18
%28.07
%51.75

CMYK color model

#17203B color CMYK value is (61,46,0,77).

  • cyan value is 61.02%
  • magenta value is 45.76%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(61,46,0,77)
C61M46Y0K77 
(61%,46%,0%,77%)
(0.61/0.46/0.00/0.77)	

CMYK percentages

%61.02
%45.76
%0
%76.86

Codes

Color #17203B in popluar color models

17203B
RGB233259
HSL225°43.90%16.08%
HSB/HSV225°61.02%23.14%
CMYK61.02%45.76%0.00%
76.86%

Color #17203B in popluar number systems.

HEX17203B
Decimal233259
Binary10111100000111011
Octal274073

Shades and tints

Shades of #17203B

#17203B
(23,32,59)
#151E36
(21,30,54)
#131C31
(19,28,49)
#111A2C
(17,26,44)
#0F1827
(15,24,39)
#0D1622
(13,22,34)
#0B141D
(11,20,29)
#091218
(9,18,24)
#071013
(7,16,19)
#050E0E
(5,14,14)
#030C09
(3,12,9)
#000000
(0,0,0)

Tints of #17203B

#17203B
(23,32,59)
#2C344C
(44,52,76)
#41485D
(65,72,93)
#565C6E
(86,92,110)
#6B707F
(107,112,127)
#808490
(128,132,144)
#9598A1
(149,152,161)
#AAACB2
(170,172,178)
#BFC0C3
(191,192,195)
#D4D4D4
(212,212,212)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17203B color. Also use rgb(23,32,59) instead hex code.

Text Font Color

.myTextColor { color: #17203B; }

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

This text font color is #17203B.


Background Color

.myBgColor { background-color: #17203B; }

<div style="background-color:#17203B">Inner text</div>

This div background color is #17203B.


Border color

.myBorderColor { border: 1px solid #17203B; }

<div style="border:3px solid #17203B">Div</div>

This div border color is #17203B.


Opacity

.myOpacity80 { color: #17203B; opacity: 0.8; }

<p style="color:#17203B;opacity:0.8;">80%</p>

Text with #17203B 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 #17203B;}

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

This text has shadow with #17203B color.

.textShadow {text-shadow: 3px 3px 1px #17203B, 3px 3px 1px red;}

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

This text has shadow with #17203B primary color and red secondary color.


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

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

This text has shadow with #17203B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17203B on black background.


Color preview on white background

This text has color #17203B on white background.



Black color preview on #17203B background

This text has black color on #17203B background.


White color preview on #17203B background

This text has white color on #17203B background.