COLOR #111206

HEX: #111206
RGB: (17,18,6)

Color info

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

RGB color model

#111206 color RGB value is (17,18,6).

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

RGB channels and saturation

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

17
18
6

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

Portions of RGB colors in percentages

R + G + B =
17 + 18 + 6 = 41 (100%)
R 17 of 41 ~ 41.46%
G 18 of 41 ~ 43.9%
B 6 of 41 ~ 14.63%

%41.46
%43.9
%14.63

CMYK color model

#111206 color CMYK value is (6,0,67,93).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 92.94%
CMYK:
(6,0,67,93)
C6M0Y67K93 
(6%,0%,67%,93%)
(0.06/0.00/0.67/0.93)	

CMYK percentages

%5.56
%0
%66.67
%92.94

Codes

Color #111206 in popluar color models

111206
RGB17186
HSL65°50.00%4.71%
HSB/HSV65°66.67%7.06%
CMYK5.56%0.00%66.67%
92.94%

Color #111206 in popluar number systems.

HEX111206
Decimal17186
Binary1000110010110
Octal21226

Shades and tints

Shades of #111206

#111206
(17,18,6)
#101106
(16,17,6)
#0F1006
(15,16,6)
#0E0F06
(14,15,6)
#0D0E06
(13,14,6)
#0C0D06
(12,13,6)
#0B0C06
(11,12,6)
#0A0B06
(10,11,6)
#090A06
(9,10,6)
#080906
(8,9,6)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #111206

#111206
(17,18,6)
#26271C
(38,39,28)
#3B3C32
(59,60,50)
#505148
(80,81,72)
#65665E
(101,102,94)
#7A7B74
(122,123,116)
#8F908A
(143,144,138)
#A4A5A0
(164,165,160)
#B9BAB6
(185,186,182)
#CECFCC
(206,207,204)
#E3E4E2
(227,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111206; }

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

This text font color is #111206.


Background Color

.myBgColor { background-color: #111206; }

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

This div background color is #111206.


Border color

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

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

This div border color is #111206.


Opacity

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

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

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

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

This text has shadow with #111206 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111206 on black background.


Color preview on white background

This text has color #111206 on white background.



Black color preview on #111206 background

This text has black color on #111206 background.


White color preview on #111206 background

This text has white color on #111206 background.