COLOR #11170D

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

Color info

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

RGB color model

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

RGB: (17,23,13) (7%, 9%, 5%)

RGB channels and saturation

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

17
23
13

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

Portions of RGB colors in percentages

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

%32.08
%43.4
%24.53

CMYK color model

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

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 90.98%

CMYK: (26,0,43,91)
C26M0Y43K91 (26%, 0%, 43%, 91%)
(0.26 / 0.00 / 0.43 / 0.91)

CMYK percentages

%26.09
%0
%43.48
%90.98

Codes

Color #11170D in popluar color models

11 17 0D
RGB 17 23 13
HSL 96° 27.78% 7.06%
HSB/HSV 96° 43.48% 9.02%
CMYK 26.09% 0.00% 43.48%
90.98%

Color #11170D in popluar number systems.

HEX 11 17 0D
Decimal 17 23 13
Binary 10001 10111 1101
Octal 21 27 15

Shades and tints

Shades of #11170D

#11170D
(17,23,13)
#10150C
(16,21,12)
#0F130B
(15,19,11)
#0E110A
(14,17,10)
#0D0F09
(13,15,9)
#0C0D08
(12,13,8)
#0B0B07
(11,11,7)
#0A0906
(10,9,6)
#090705
(9,7,5)
#080504
(8,5,4)
#070303
(7,3,3)
#000000
(0,0,0)

Tints of #11170D

#11170D
(17,23,13)
#262C23
(38,44,35)
#3B4139
(59,65,57)
#50564F
(80,86,79)
#656B65
(101,107,101)
#7A807B
(122,128,123)
#8F9591
(143,149,145)
#A4AAA7
(164,170,167)
#B9BFBD
(185,191,189)
#CED4D3
(206,212,211)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11170D; }

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

This text font color is #11170D.

Background Color

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

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

This div background color is #11170D.

Border color

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

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

This div border color is #11170D.

Opacity

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

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

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

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

This text has shadow with #11170D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11170D.

Preview

Color preview on black background

This text has color #11170D on black background.


Color preview on white background

This text has color #11170D on white background.


Black color preview on #11170D background

This text has black color on #11170D background.


White color preview on #11170D background

This text has white color on #11170D background.


Related colors

Complementary color

Complementary color for #hex is #EEE8F2.


I love getcolorcode.com

Triadic colors

1 #0D1117 and #170D11 with #11170D are triadic colors.

2 #0D1711 and #17110D with #11170D are triadic colors.