COLOR #170017

HEX: #170017
RGB: (23,0,23)

Color info

#170017 contains only red and blue colors. Web safe color of #170017 is #000000 (or #000).

RGB color model

#170017 color RGB value is (23,0,23).

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

RGB channels and saturation

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

23
0
23

R + G + B ~ 6%. #170017 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 0 + 23 = 46 (100%)
R 23 of 46 ~ 50%
G 0 of 46 ~ 0%
B 23 of 46 ~ 50%

%50
%50

CMYK color model

#170017 color CMYK value is (0,100,0,91).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(0,100,0,91)
C0M100Y0K91 
(0%,100%,0%,91%)
(0.00/1.00/0.00/0.91)	

CMYK percentages

%0
%100
%0
%90.98

Codes

Color #170017 in popluar color models

170017
RGB23023
HSL300°100.00%4.51%
HSB/HSV300°100.00%9.02%
CMYK0.00%100.00%0.00%
90.98%

Color #170017 in popluar number systems.

HEX170017
Decimal23023
Binary10111010111
Octal27027

Shades and tints

Shades of #170017

#170017
(23,0,23)
#150015
(21,0,21)
#130013
(19,0,19)
#110011
(17,0,17)
#0F000F
(15,0,15)
#0D000D
(13,0,13)
#0B000B
(11,0,11)
#090009
(9,0,9)
#070007
(7,0,7)
#050005
(5,0,5)
#030003
(3,0,3)
#000000
(0,0,0)

Tints of #170017

#170017
(23,0,23)
#2C172C
(44,23,44)
#412E41
(65,46,65)
#564556
(86,69,86)
#6B5C6B
(107,92,107)
#807380
(128,115,128)
#958A95
(149,138,149)
#AAA1AA
(170,161,170)
#BFB8BF
(191,184,191)
#D4CFD4
(212,207,212)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170017; }

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

This text font color is #170017.


Background Color

.myBgColor { background-color: #170017; }

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

This div background color is #170017.


Border color

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

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

This div border color is #170017.


Opacity

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

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

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

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

This text has shadow with #170017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170017 on black background.


Color preview on white background

This text has color #170017 on white background.



Black color preview on #170017 background

This text has black color on #170017 background.


White color preview on #170017 background

This text has white color on #170017 background.