COLOR #170B17

HEX: #170B17
RGB: (23,11,23)

Color info

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

RGB color model

#170B17 color RGB value is (23,11,23).

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

RGB channels and saturation

R 23 of 255 = 9%
G 11 of 255 = 4%
B 23 of 255 = 9%

23
11
23

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

Portions of RGB colors in percentages

R + G + B =
23 + 11 + 23 = 57 (100%)
R 23 of 57 ~ 40.35%
G 11 of 57 ~ 19.3%
B 23 of 57 ~ 40.35%

%40.35
%19.3
%40.35

CMYK color model

#170B17 color CMYK value is (0,52,0,91).

  • cyan value is 0.00%
  • magenta value is 52.17%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(0,52,0,91)
C0M52Y0K91 
(0%,52%,0%,91%)
(0.00/0.52/0.00/0.91)	

CMYK percentages

%0
%52.17
%0
%90.98

Codes

Color #170B17 in popluar color models

170B17
RGB231123
HSL300°35.29%6.67%
HSB/HSV300°52.17%9.02%
CMYK0.00%52.17%0.00%
90.98%

Color #170B17 in popluar number systems.

HEX170B17
Decimal231123
Binary10111101110111
Octal271327

Shades and tints

Shades of #170B17

#170B17
(23,11,23)
#150A15
(21,10,21)
#130913
(19,9,19)
#110811
(17,8,17)
#0F070F
(15,7,15)
#0D060D
(13,6,13)
#0B050B
(11,5,11)
#090409
(9,4,9)
#070307
(7,3,7)
#050205
(5,2,5)
#030103
(3,1,3)
#000000
(0,0,0)

Tints of #170B17

#170B17
(23,11,23)
#2C212C
(44,33,44)
#413741
(65,55,65)
#564D56
(86,77,86)
#6B636B
(107,99,107)
#807980
(128,121,128)
#958F95
(149,143,149)
#AAA5AA
(170,165,170)
#BFBBBF
(191,187,191)
#D4D1D4
(212,209,212)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170B17; }

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

This text font color is #170B17.


Background Color

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

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

This div background color is #170B17.


Border color

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

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

This div border color is #170B17.


Opacity

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

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

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

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

This text has shadow with #170B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170B17 on black background.


Color preview on white background

This text has color #170B17 on white background.



Black color preview on #170B17 background

This text has black color on #170B17 background.


White color preview on #170B17 background

This text has white color on #170B17 background.