COLOR #170020

HEX: #170020
RGB: (23,0,32)

Color info

#170020 contains only red and blue colors. Web safe color of #170020 is #000033 (or #003).

RGB color model

#170020 color RGB value is (23,0,32).

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

RGB channels and saturation

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

23
0
32

R + G + B ~ 7%. #170020 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 0 + 32 = 55 (100%)
R 23 of 55 ~ 41.82%
G 0 of 55 ~ 0%
B 32 of 55 ~ 58.18%

%41.82
%58.18

CMYK color model

#170020 color CMYK value is (28,100,0,87).

  • cyan value is 28.13%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(28,100,0,87)
C28M100Y0K87 
(28%,100%,0%,87%)
(0.28/1.00/0.00/0.87)	

CMYK percentages

%28.13
%100
%0
%87.45

Codes

Color #170020 in popluar color models

170020
RGB23032
HSL283°100.00%6.27%
HSB/HSV283°100.00%12.55%
CMYK28.13%100.00%0.00%
87.45%

Color #170020 in popluar number systems.

HEX170020
Decimal23032
Binary101110100000
Octal27040

Shades and tints

Shades of #170020

#170020
(23,0,32)
#15001E
(21,0,30)
#13001C
(19,0,28)
#11001A
(17,0,26)
#0F0018
(15,0,24)
#0D0016
(13,0,22)
#0B0014
(11,0,20)
#090012
(9,0,18)
#070010
(7,0,16)
#05000E
(5,0,14)
#03000C
(3,0,12)
#000000
(0,0,0)

Tints of #170020

#170020
(23,0,32)
#2C1734
(44,23,52)
#412E48
(65,46,72)
#56455C
(86,69,92)
#6B5C70
(107,92,112)
#807384
(128,115,132)
#958A98
(149,138,152)
#AAA1AC
(170,161,172)
#BFB8C0
(191,184,192)
#D4CFD4
(212,207,212)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170020; }

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

This text font color is #170020.


Background Color

.myBgColor { background-color: #170020; }

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

This div background color is #170020.


Border color

.myBorderColor { border: 1px solid #170020; }

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

This div border color is #170020.


Opacity

.myOpacity80 { color: #170020; opacity: 0.8; }

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

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

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

This text has shadow with #170020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170020 on black background.


Color preview on white background

This text has color #170020 on white background.



Black color preview on #170020 background

This text has black color on #170020 background.


White color preview on #170020 background

This text has white color on #170020 background.