COLOR #170F15

HEX: #170F15
RGB: (23,15,21)

Color info

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

RGB color model

#170F15 color RGB value is (23,15,21).

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

RGB channels and saturation

R 23 of 255 = 9%
G 15 of 255 = 6%
B 21 of 255 = 8%

23
15
21

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

Portions of RGB colors in percentages

R + G + B =
23 + 15 + 21 = 59 (100%)
R 23 of 59 ~ 38.98%
G 15 of 59 ~ 25.42%
B 21 of 59 ~ 35.59%

%38.98
%25.42
%35.59

CMYK color model

#170F15 color CMYK value is (0,35,9,91).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 8.70%
  • key color value is 90.98%
CMYK:
(0,35,9,91)
C0M35Y9K91 
(0%,35%,9%,91%)
(0.00/0.35/0.09/0.91)	

CMYK percentages

%0
%34.78
%8.7
%90.98

Codes

Color #170F15 in popluar color models

170F15
RGB231521
HSL315°21.05%7.45%
HSB/HSV315°34.78%9.02%
CMYK0.00%34.78%8.70%
90.98%

Color #170F15 in popluar number systems.

HEX170F15
Decimal231521
Binary10111111110101
Octal271725

Shades and tints

Shades of #170F15

#170F15
(23,15,21)
#150E14
(21,14,20)
#130D13
(19,13,19)
#110C12
(17,12,18)
#0F0B11
(15,11,17)
#0D0A10
(13,10,16)
#0B090F
(11,9,15)
#09080E
(9,8,14)
#07070D
(7,7,13)
#05060C
(5,6,12)
#03050B
(3,5,11)
#000000
(0,0,0)

Tints of #170F15

#170F15
(23,15,21)
#2C242A
(44,36,42)
#41393F
(65,57,63)
#564E54
(86,78,84)
#6B6369
(107,99,105)
#80787E
(128,120,126)
#958D93
(149,141,147)
#AAA2A8
(170,162,168)
#BFB7BD
(191,183,189)
#D4CCD2
(212,204,210)
#E9E1E7
(233,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170F15; }

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

This text font color is #170F15.


Background Color

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

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

This div background color is #170F15.


Border color

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

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

This div border color is #170F15.


Opacity

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

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

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

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

This text has shadow with #170F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170F15 on black background.


Color preview on white background

This text has color #170F15 on white background.



Black color preview on #170F15 background

This text has black color on #170F15 background.


White color preview on #170F15 background

This text has white color on #170F15 background.