COLOR #170006

HEX: #170006
RGB: (23,0,6)

Color info

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

RGB color model

#170006 color RGB value is (23,0,6).

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

RGB channels and saturation

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

23
0
6

R + G + B ~ 4%. #170006 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 0 + 6 = 29 (100%)
R 23 of 29 ~ 79.31%
G 0 of 29 ~ 0%
B 6 of 29 ~ 20.69%

%79.31
%20.69

CMYK color model

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

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

CMYK percentages

%0
%100
%73.91
%90.98

Codes

Color #170006 in popluar color models

170006
RGB2306
HSL344°100.00%4.51%
HSB/HSV344°100.00%9.02%
CMYK0.00%100.00%73.91%
90.98%

Color #170006 in popluar number systems.

HEX170006
Decimal2306
Binary101110110
Octal2706

Shades and tints

Shades of #170006

#170006
(23,0,6)
#150006
(21,0,6)
#130006
(19,0,6)
#110006
(17,0,6)
#0F0006
(15,0,6)
#0D0006
(13,0,6)
#0B0006
(11,0,6)
#090006
(9,0,6)
#070006
(7,0,6)
#050006
(5,0,6)
#030006
(3,0,6)
#000000
(0,0,0)

Tints of #170006

#170006
(23,0,6)
#2C171C
(44,23,28)
#412E32
(65,46,50)
#564548
(86,69,72)
#6B5C5E
(107,92,94)
#807374
(128,115,116)
#958A8A
(149,138,138)
#AAA1A0
(170,161,160)
#BFB8B6
(191,184,182)
#D4CFCC
(212,207,204)
#E9E6E2
(233,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170006; }

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

This text font color is #170006.


Background Color

.myBgColor { background-color: #170006; }

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

This div background color is #170006.


Border color

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

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

This div border color is #170006.


Opacity

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

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

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

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

This text has shadow with #170006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170006 on black background.


Color preview on white background

This text has color #170006 on white background.



Black color preview on #170006 background

This text has black color on #170006 background.


White color preview on #170006 background

This text has white color on #170006 background.