COLOR #111106

HEX: #111106 RGB: (17,17,6)

Color info

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

RGB color model

#111106 color RGB value is (17,17,6).

RGB: (17,17,6) (7%, 7%, 2%)

RGB channels and saturation

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

17
17
6

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

Portions of RGB colors in percentages

R + G + B = 17 + 17 + 6 = 40 (100%)
R 17 of 40 ~ 42.5%
G 17 of 40 ~ 42.5%
B 6 of 40 ~ 15'%

%42.5
%42.5
%15

CMYK color model

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

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

CMYK percentages

%0
%0
%64.71
%93.33

Codes

Color #111106 in popluar color models

11 11 06
RGB 17 17 6
HSL 60° 47.83% 4.51%
HSB/HSV 60° 64.71% 6.67%
CMYK 0.00% 0.00% 64.71%
93.33%

Color #111106 in popluar number systems.

HEX 11 11 06
Decimal 17 17 6
Binary 10001 10001 110
Octal 21 21 6

Shades and tints

Shades of #111106

#111106
(17,17,6)
#101006
(16,16,6)
#0F0F06
(15,15,6)
#0E0E06
(14,14,6)
#0D0D06
(13,13,6)
#0C0C06
(12,12,6)
#0B0B06
(11,11,6)
#0A0A06
(10,10,6)
#090906
(9,9,6)
#080806
(8,8,6)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #111106

#111106
(17,17,6)
#26261C
(38,38,28)
#3B3B32
(59,59,50)
#505048
(80,80,72)
#65655E
(101,101,94)
#7A7A74
(122,122,116)
#8F8F8A
(143,143,138)
#A4A4A0
(164,164,160)
#B9B9B6
(185,185,182)
#CECECC
(206,206,204)
#E3E3E2
(227,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111106; }

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

This text font color is #111106.

Background Color

.myBgColor { background-color: #111106; }

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

This div background color is #111106.

Border color

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

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

This div border color is #111106.

Opacity

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

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

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

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

This text has shadow with #111106 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111106.

Preview

Color preview on black background

This text has color #111106 on black background.


Color preview on white background

This text has color #111106 on white background.


Black color preview on #111106 background

This text has black color on #111106 background.


White color preview on #111106 background

This text has white color on #111106 background.


Related colors

Complementary color

Complementary color for #hex is #EEEEF9.


I love getcolorcode.com