COLOR #17202D

HEX: #17202D
RGB: (23,32,45)

Color info

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

RGB color model

#17202D color RGB value is (23,32,45).

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

RGB channels and saturation

R 23 of 255 = 9%
G 32 of 255 = 13%
B 45 of 255 = 18%

23
32
45

R + G + B ~ 13%. #17202D is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 32 + 45 = 100 (100%)
R 23 of 100 ~ 23%
G 32 of 100 ~ 32%
B 45 of 100 ~ 45%

%23
%32
%45

CMYK color model

#17202D color CMYK value is (49,29,0,82).

  • cyan value is 48.89%
  • magenta value is 28.89%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(49,29,0,82)
C49M29Y0K82 
(49%,29%,0%,82%)
(0.49/0.29/0.00/0.82)	

CMYK percentages

%48.89
%28.89
%0
%82.35

Codes

Color #17202D in popluar color models

17202D
RGB233245
HSL215°32.35%13.33%
HSB/HSV215°48.89%17.65%
CMYK48.89%28.89%0.00%
82.35%

Color #17202D in popluar number systems.

HEX17202D
Decimal233245
Binary10111100000101101
Octal274055

Shades and tints

Shades of #17202D

#17202D
(23,32,45)
#151E29
(21,30,41)
#131C25
(19,28,37)
#111A21
(17,26,33)
#0F181D
(15,24,29)
#0D1619
(13,22,25)
#0B1415
(11,20,21)
#091211
(9,18,17)
#07100D
(7,16,13)
#050E09
(5,14,9)
#030C05
(3,12,5)
#000000
(0,0,0)

Tints of #17202D

#17202D
(23,32,45)
#2C3440
(44,52,64)
#414853
(65,72,83)
#565C66
(86,92,102)
#6B7079
(107,112,121)
#80848C
(128,132,140)
#95989F
(149,152,159)
#AAACB2
(170,172,178)
#BFC0C5
(191,192,197)
#D4D4D8
(212,212,216)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17202D color. Also use rgb(23,32,45) instead hex code.

Text Font Color

.myTextColor { color: #17202D; }

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

This text font color is #17202D.


Background Color

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

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

This div background color is #17202D.


Border color

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

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

This div border color is #17202D.


Opacity

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

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

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

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

This text has shadow with #17202D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17202D on black background.


Color preview on white background

This text has color #17202D on white background.



Black color preview on #17202D background

This text has black color on #17202D background.


White color preview on #17202D background

This text has white color on #17202D background.