COLOR #112606

HEX: #112606
RGB: (17,38,6)

Color info

#112606 contains red, green and blue colors in about the same proportion. Web safe color of #112606 is #003300 (or #030).

RGB color model

#112606 color RGB value is (17,38,6).

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

RGB channels and saturation

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

17
38
6

R + G + B ~ 8%. #112606 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 38 + 6 = 61 (100%)
R 17 of 61 ~ 27.87%
G 38 of 61 ~ 62.3%
B 6 of 61 ~ 9.84%

%27.87
%62.3
%9.84

CMYK color model

#112606 color CMYK value is (55,0,84,85).

  • cyan value is 55.26%
  • magenta value is 0.00%
  • yellow value is 84.21%
  • key color value is 85.10%
CMYK:
(55,0,84,85)
C55M0Y84K85 
(55%,0%,84%,85%)
(0.55/0.00/0.84/0.85)	

CMYK percentages

%55.26
%0
%84.21
%85.1

Codes

Color #112606 in popluar color models

112606
RGB17386
HSL99°72.73%8.63%
HSB/HSV99°84.21%14.90%
CMYK55.26%0.00%84.21%
85.10%

Color #112606 in popluar number systems.

HEX112606
Decimal17386
Binary10001100110110
Octal21466

Shades and tints

Shades of #112606

#112606
(17,38,6)
#102306
(16,35,6)
#0F2006
(15,32,6)
#0E1D06
(14,29,6)
#0D1A06
(13,26,6)
#0C1706
(12,23,6)
#0B1406
(11,20,6)
#0A1106
(10,17,6)
#090E06
(9,14,6)
#080B06
(8,11,6)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #112606

#112606
(17,38,6)
#26391C
(38,57,28)
#3B4C32
(59,76,50)
#505F48
(80,95,72)
#65725E
(101,114,94)
#7A8574
(122,133,116)
#8F988A
(143,152,138)
#A4ABA0
(164,171,160)
#B9BEB6
(185,190,182)
#CED1CC
(206,209,204)
#E3E4E2
(227,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112606; }

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

This text font color is #112606.


Background Color

.myBgColor { background-color: #112606; }

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

This div background color is #112606.


Border color

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

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

This div border color is #112606.


Opacity

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

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

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

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

This text has shadow with #112606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112606 on black background.


Color preview on white background

This text has color #112606 on white background.



Black color preview on #112606 background

This text has black color on #112606 background.


White color preview on #112606 background

This text has white color on #112606 background.