COLOR #11170F

HEX: #11170F
RGB: (17,23,15)

Color info

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

RGB color model

#11170F color RGB value is (17,23,15).

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

RGB channels and saturation

R 17 of 255 = 7%
G 23 of 255 = 9%
B 15 of 255 = 6%

17
23
15

R + G + B ~ 7%. #11170F is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 23 + 15 = 55 (100%)
R 17 of 55 ~ 30.91%
G 23 of 55 ~ 41.82%
B 15 of 55 ~ 27.27%

%30.91
%41.82
%27.27

CMYK color model

#11170F color CMYK value is (26,0,35,91).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 90.98%
CMYK:
(26,0,35,91)
C26M0Y35K91 
(26%,0%,35%,91%)
(0.26/0.00/0.35/0.91)	

CMYK percentages

%26.09
%0
%34.78
%90.98

Codes

Color #11170F in popluar color models

11170F
RGB172315
HSL105°21.05%7.45%
HSB/HSV105°34.78%9.02%
CMYK26.09%0.00%34.78%
90.98%

Color #11170F in popluar number systems.

HEX11170F
Decimal172315
Binary10001101111111
Octal212717

Shades and tints

Shades of #11170F

#11170F
(17,23,15)
#10150E
(16,21,14)
#0F130D
(15,19,13)
#0E110C
(14,17,12)
#0D0F0B
(13,15,11)
#0C0D0A
(12,13,10)
#0B0B09
(11,11,9)
#0A0908
(10,9,8)
#090707
(9,7,7)
#080506
(8,5,6)
#070305
(7,3,5)
#000000
(0,0,0)

Tints of #11170F

#11170F
(17,23,15)
#262C24
(38,44,36)
#3B4139
(59,65,57)
#50564E
(80,86,78)
#656B63
(101,107,99)
#7A8078
(122,128,120)
#8F958D
(143,149,141)
#A4AAA2
(164,170,162)
#B9BFB7
(185,191,183)
#CED4CC
(206,212,204)
#E3E9E1
(227,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11170F color. Also use rgb(17,23,15) instead hex code.

Text Font Color

.myTextColor { color: #11170F; }

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

This text font color is #11170F.


Background Color

.myBgColor { background-color: #11170F; }

<div style="background-color:#11170F">Inner text</div>

This div background color is #11170F.


Border color

.myBorderColor { border: 1px solid #11170F; }

<div style="border:3px solid #11170F">Div</div>

This div border color is #11170F.


Opacity

.myOpacity80 { color: #11170F; opacity: 0.8; }

<p style="color:#11170F;opacity:0.8;">80%</p>

Text with #11170F 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 #11170F;}

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

This text has shadow with #11170F color.

.textShadow {text-shadow: 3px 3px 1px #11170F, 3px 3px 1px red;}

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

This text has shadow with #11170F primary color and red secondary color.


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

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

This text has shadow with #11170F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11170F on black background.


Color preview on white background

This text has color #11170F on white background.



Black color preview on #11170F background

This text has black color on #11170F background.


White color preview on #11170F background

This text has white color on #11170F background.