COLOR #171700

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

23
23
0

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

Portions of RGB colors in percentages

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

%50
%50

CMYK color model

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

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

CMYK percentages

%0
%0
%100
%90.98

Codes

Color #171700 in popluar color models

171700
RGB23230
HSL60°100.00%4.51%
HSB/HSV60°100.00%9.02%
CMYK0.00%0.00%100.00%
90.98%

Color #171700 in popluar number systems.

HEX171700
Decimal23230
Binary10111101110
Octal27270

Shades and tints

Shades of #171700

#171700
(23,23,0)
#151500
(21,21,0)
#131300
(19,19,0)
#111100
(17,17,0)
#0F0F00
(15,15,0)
#0D0D00
(13,13,0)
#0B0B00
(11,11,0)
#090900
(9,9,0)
#070700
(7,7,0)
#050500
(5,5,0)
#030300
(3,3,0)
#000000
(0,0,0)

Tints of #171700

#171700
(23,23,0)
#2C2C17
(44,44,23)
#41412E
(65,65,46)
#565645
(86,86,69)
#6B6B5C
(107,107,92)
#808073
(128,128,115)
#95958A
(149,149,138)
#AAAAA1
(170,170,161)
#BFBFB8
(191,191,184)
#D4D4CF
(212,212,207)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171700; }

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

This text font color is #171700.


Background Color

.myBgColor { background-color: #171700; }

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

This div background color is #171700.


Border color

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

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

This div border color is #171700.


Opacity

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

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

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

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

This text has shadow with #171700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171700 on black background.


Color preview on white background

This text has color #171700 on white background.



Black color preview on #171700 background

This text has black color on #171700 background.


White color preview on #171700 background

This text has white color on #171700 background.