COLOR #170D17

HEX: #170D17
RGB: (23,13,23)

Color info

#170D17 contains red, green and blue colors in about the same proportion. Web safe color of #170D17 is #000000 (or #000).

RGB color model

#170D17 color RGB value is (23,13,23).

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

RGB channels and saturation

R 23 of 255 = 9%
G 13 of 255 = 5%
B 23 of 255 = 9%

23
13
23

R + G + B ~ 8%. #170D17 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 13 + 23 = 59 (100%)
R 23 of 59 ~ 38.98%
G 13 of 59 ~ 22.03%
B 23 of 59 ~ 38.98%

%38.98
%22.03
%38.98

CMYK color model

#170D17 color CMYK value is (0,43,0,91).

  • cyan value is 0.00%
  • magenta value is 43.48%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(0,43,0,91)
C0M43Y0K91 
(0%,43%,0%,91%)
(0.00/0.43/0.00/0.91)	

CMYK percentages

%0
%43.48
%0
%90.98

Codes

Color #170D17 in popluar color models

170D17
RGB231323
HSL300°27.78%7.06%
HSB/HSV300°43.48%9.02%
CMYK0.00%43.48%0.00%
90.98%

Color #170D17 in popluar number systems.

HEX170D17
Decimal231323
Binary10111110110111
Octal271527

Shades and tints

Shades of #170D17

#170D17
(23,13,23)
#150C15
(21,12,21)
#130B13
(19,11,19)
#110A11
(17,10,17)
#0F090F
(15,9,15)
#0D080D
(13,8,13)
#0B070B
(11,7,11)
#090609
(9,6,9)
#070507
(7,5,7)
#050405
(5,4,5)
#030303
(3,3,3)
#000000
(0,0,0)

Tints of #170D17

#170D17
(23,13,23)
#2C232C
(44,35,44)
#413941
(65,57,65)
#564F56
(86,79,86)
#6B656B
(107,101,107)
#807B80
(128,123,128)
#959195
(149,145,149)
#AAA7AA
(170,167,170)
#BFBDBF
(191,189,191)
#D4D3D4
(212,211,212)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170D17; }

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

This text font color is #170D17.


Background Color

.myBgColor { background-color: #170D17; }

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

This div background color is #170D17.


Border color

.myBorderColor { border: 1px solid #170D17; }

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

This div border color is #170D17.


Opacity

.myOpacity80 { color: #170D17; opacity: 0.8; }

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

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

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

This text has shadow with #170D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170D17 on black background.


Color preview on white background

This text has color #170D17 on white background.



Black color preview on #170D17 background

This text has black color on #170D17 background.


White color preview on #170D17 background

This text has white color on #170D17 background.