COLOR #17110D

HEX: #17110D
RGB: (23,17,13)

Color info

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

RGB color model

#17110D color RGB value is (23,17,13).

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

RGB channels and saturation

R 23 of 255 = 9%
G 17 of 255 = 7%
B 13 of 255 = 5%

23
17
13

R + G + B ~ 7%. #17110D is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 17 + 13 = 53 (100%)
R 23 of 53 ~ 43.4%
G 17 of 53 ~ 32.08%
B 13 of 53 ~ 24.53%

%43.4
%32.08
%24.53

CMYK color model

#17110D color CMYK value is (0,26,43,91).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 43.48%
  • key color value is 90.98%
CMYK:
(0,26,43,91)
C0M26Y43K91 
(0%,26%,43%,91%)
(0.00/0.26/0.43/0.91)	

CMYK percentages

%0
%26.09
%43.48
%90.98

Codes

Color #17110D in popluar color models

17110D
RGB231713
HSL24°27.78%7.06%
HSB/HSV24°43.48%9.02%
CMYK0.00%26.09%43.48%
90.98%

Color #17110D in popluar number systems.

HEX17110D
Decimal231713
Binary10111100011101
Octal272115

Shades and tints

Shades of #17110D

#17110D
(23,17,13)
#15100C
(21,16,12)
#130F0B
(19,15,11)
#110E0A
(17,14,10)
#0F0D09
(15,13,9)
#0D0C08
(13,12,8)
#0B0B07
(11,11,7)
#090A06
(9,10,6)
#070905
(7,9,5)
#050804
(5,8,4)
#030703
(3,7,3)
#000000
(0,0,0)

Tints of #17110D

#17110D
(23,17,13)
#2C2623
(44,38,35)
#413B39
(65,59,57)
#56504F
(86,80,79)
#6B6565
(107,101,101)
#807A7B
(128,122,123)
#958F91
(149,143,145)
#AAA4A7
(170,164,167)
#BFB9BD
(191,185,189)
#D4CED3
(212,206,211)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17110D color. Also use rgb(23,17,13) instead hex code.

Text Font Color

.myTextColor { color: #17110D; }

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

This text font color is #17110D.


Background Color

.myBgColor { background-color: #17110D; }

<div style="background-color:#17110D">Inner text</div>

This div background color is #17110D.


Border color

.myBorderColor { border: 1px solid #17110D; }

<div style="border:3px solid #17110D">Div</div>

This div border color is #17110D.


Opacity

.myOpacity80 { color: #17110D; opacity: 0.8; }

<p style="color:#17110D;opacity:0.8;">80%</p>

Text with #17110D 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 #17110D;}

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

This text has shadow with #17110D color.

.textShadow {text-shadow: 3px 3px 1px #17110D, 3px 3px 1px red;}

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

This text has shadow with #17110D primary color and red secondary color.


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

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

This text has shadow with #17110D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17110D on black background.


Color preview on white background

This text has color #17110D on white background.



Black color preview on #17110D background

This text has black color on #17110D background.


White color preview on #17110D background

This text has white color on #17110D background.