COLOR #111006

HEX: #111006
RGB: (17,16,6)

Color info

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

RGB color model

#111006 color RGB value is (17,16,6).

  • red value is 17;
  • green value is 16;
  • blue value is 6.
RGB:
(17,16,6)
(7%,6%,2%)

RGB channels and saturation

R 17 of 255 = 7%
G 16 of 255 = 6%
B 6 of 255 = 2%

17
16
6

R + G + B ~ 5%. #111006 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 16 + 6 = 39 (100%)
R 17 of 39 ~ 43.59%
G 16 of 39 ~ 41.03%
B 6 of 39 ~ 15.38%

%43.59
%41.03
%15.38

CMYK color model

#111006 color CMYK value is (0,6,65,93).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 64.71%
  • key color value is 93.33%
CMYK:
(0,6,65,93)
C0M6Y65K93 
(0%,6%,65%,93%)
(0.00/0.06/0.65/0.93)	

CMYK percentages

%0
%5.88
%64.71
%93.33

Codes

Color #111006 in popluar color models

111006
RGB17166
HSL55°47.83%4.51%
HSB/HSV55°64.71%6.67%
CMYK0.00%5.88%64.71%
93.33%

Color #111006 in popluar number systems.

HEX111006
Decimal17166
Binary1000110000110
Octal21206

Shades and tints

Shades of #111006

#111006
(17,16,6)
#100F06
(16,15,6)
#0F0E06
(15,14,6)
#0E0D06
(14,13,6)
#0D0C06
(13,12,6)
#0C0B06
(12,11,6)
#0B0A06
(11,10,6)
#0A0906
(10,9,6)
#090806
(9,8,6)
#080706
(8,7,6)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #111006

#111006
(17,16,6)
#26251C
(38,37,28)
#3B3A32
(59,58,50)
#504F48
(80,79,72)
#65645E
(101,100,94)
#7A7974
(122,121,116)
#8F8E8A
(143,142,138)
#A4A3A0
(164,163,160)
#B9B8B6
(185,184,182)
#CECDCC
(206,205,204)
#E3E2E2
(227,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111006 color. Also use rgb(17,16,6) instead hex code.

Text Font Color

.myTextColor { color: #111006; }

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

This text font color is #111006.


Background Color

.myBgColor { background-color: #111006; }

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

This div background color is #111006.


Border color

.myBorderColor { border: 1px solid #111006; }

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

This div border color is #111006.


Opacity

.myOpacity80 { color: #111006; opacity: 0.8; }

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

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

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

This text has shadow with #111006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111006 on black background.


Color preview on white background

This text has color #111006 on white background.



Black color preview on #111006 background

This text has black color on #111006 background.


White color preview on #111006 background

This text has white color on #111006 background.