COLOR #170B0F

HEX: #170B0F
RGB: (23,11,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

23
11
15

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

Portions of RGB colors in percentages

R + G + B =
23 + 11 + 15 = 49 (100%)
R 23 of 49 ~ 46.94%
G 11 of 49 ~ 22.45%
B 15 of 49 ~ 30.61%

%46.94
%22.45
%30.61

CMYK color model

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

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

CMYK percentages

%0
%52.17
%34.78
%90.98

Codes

Color #170B0F in popluar color models

170B0F
RGB231115
HSL340°35.29%6.67%
HSB/HSV340°52.17%9.02%
CMYK0.00%52.17%34.78%
90.98%

Color #170B0F in popluar number systems.

HEX170B0F
Decimal231115
Binary1011110111111
Octal271317

Shades and tints

Shades of #170B0F

#170B0F
(23,11,15)
#150A0E
(21,10,14)
#13090D
(19,9,13)
#11080C
(17,8,12)
#0F070B
(15,7,11)
#0D060A
(13,6,10)
#0B0509
(11,5,9)
#090408
(9,4,8)
#070307
(7,3,7)
#050206
(5,2,6)
#030105
(3,1,5)
#000000
(0,0,0)

Tints of #170B0F

#170B0F
(23,11,15)
#2C2124
(44,33,36)
#413739
(65,55,57)
#564D4E
(86,77,78)
#6B6363
(107,99,99)
#807978
(128,121,120)
#958F8D
(149,143,141)
#AAA5A2
(170,165,162)
#BFBBB7
(191,187,183)
#D4D1CC
(212,209,204)
#E9E7E1
(233,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170B0F; }

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

This text font color is #170B0F.


Background Color

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

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

This div background color is #170B0F.


Border color

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

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

This div border color is #170B0F.


Opacity

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

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

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

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

This text has shadow with #170B0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170B0F on black background.


Color preview on white background

This text has color #170B0F on white background.



Black color preview on #170B0F background

This text has black color on #170B0F background.


White color preview on #170B0F background

This text has white color on #170B0F background.