COLOR #170D0F

HEX: #170D0F
RGB: (23,13,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

23
13
15

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

Portions of RGB colors in percentages

R + G + B =
23 + 13 + 15 = 51 (100%)
R 23 of 51 ~ 45.1%
G 13 of 51 ~ 25.49%
B 15 of 51 ~ 29.41%

%45.1
%25.49
%29.41

CMYK color model

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

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

CMYK percentages

%0
%43.48
%34.78
%90.98

Codes

Color #170D0F in popluar color models

170D0F
RGB231315
HSL348°27.78%7.06%
HSB/HSV348°43.48%9.02%
CMYK0.00%43.48%34.78%
90.98%

Color #170D0F in popluar number systems.

HEX170D0F
Decimal231315
Binary1011111011111
Octal271517

Shades and tints

Shades of #170D0F

#170D0F
(23,13,15)
#150C0E
(21,12,14)
#130B0D
(19,11,13)
#110A0C
(17,10,12)
#0F090B
(15,9,11)
#0D080A
(13,8,10)
#0B0709
(11,7,9)
#090608
(9,6,8)
#070507
(7,5,7)
#050406
(5,4,6)
#030305
(3,3,5)
#000000
(0,0,0)

Tints of #170D0F

#170D0F
(23,13,15)
#2C2324
(44,35,36)
#413939
(65,57,57)
#564F4E
(86,79,78)
#6B6563
(107,101,99)
#807B78
(128,123,120)
#95918D
(149,145,141)
#AAA7A2
(170,167,162)
#BFBDB7
(191,189,183)
#D4D3CC
(212,211,204)
#E9E9E1
(233,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170D0F; }

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

This text font color is #170D0F.


Background Color

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

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

This div background color is #170D0F.


Border color

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

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

This div border color is #170D0F.


Opacity

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

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

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

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

This text has shadow with #170D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170D0F on black background.


Color preview on white background

This text has color #170D0F on white background.



Black color preview on #170D0F background

This text has black color on #170D0F background.


White color preview on #170D0F background

This text has white color on #170D0F background.