COLOR #111506

HEX: #111506
RGB: (17,21,6)

Color info

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

RGB color model

#111506 color RGB value is (17,21,6).

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

RGB channels and saturation

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

17
21
6

R + G + B ~ 6%. #111506 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 21 + 6 = 44 (100%)
R 17 of 44 ~ 38.64%
G 21 of 44 ~ 47.73%
B 6 of 44 ~ 13.64%

%38.64
%47.73
%13.64

CMYK color model

#111506 color CMYK value is (19,0,71,92).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 91.76%
CMYK:
(19,0,71,92)
C19M0Y71K92 
(19%,0%,71%,92%)
(0.19/0.00/0.71/0.92)	

CMYK percentages

%19.05
%0
%71.43
%91.76

Codes

Color #111506 in popluar color models

111506
RGB17216
HSL76°55.56%5.29%
HSB/HSV76°71.43%8.24%
CMYK19.05%0.00%71.43%
91.76%

Color #111506 in popluar number systems.

HEX111506
Decimal17216
Binary1000110101110
Octal21256

Shades and tints

Shades of #111506

#111506
(17,21,6)
#101406
(16,20,6)
#0F1306
(15,19,6)
#0E1206
(14,18,6)
#0D1106
(13,17,6)
#0C1006
(12,16,6)
#0B0F06
(11,15,6)
#0A0E06
(10,14,6)
#090D06
(9,13,6)
#080C06
(8,12,6)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #111506

#111506
(17,21,6)
#262A1C
(38,42,28)
#3B3F32
(59,63,50)
#505448
(80,84,72)
#65695E
(101,105,94)
#7A7E74
(122,126,116)
#8F938A
(143,147,138)
#A4A8A0
(164,168,160)
#B9BDB6
(185,189,182)
#CED2CC
(206,210,204)
#E3E7E2
(227,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111506; }

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

This text font color is #111506.


Background Color

.myBgColor { background-color: #111506; }

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

This div background color is #111506.


Border color

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

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

This div border color is #111506.


Opacity

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

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

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

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

This text has shadow with #111506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111506 on black background.


Color preview on white background

This text has color #111506 on white background.



Black color preview on #111506 background

This text has black color on #111506 background.


White color preview on #111506 background

This text has white color on #111506 background.