COLOR #112E06

HEX: #112E06
RGB: (17,46,6)

Color info

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

RGB color model

#112E06 color RGB value is (17,46,6).

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

RGB channels and saturation

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

17
46
6

R + G + B ~ 9%. #112E06 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 46 + 6 = 69 (100%)
R 17 of 69 ~ 24.64%
G 46 of 69 ~ 66.67%
B 6 of 69 ~ 8.7%

%24.64
%66.67

CMYK color model

#112E06 color CMYK value is (63,0,87,82).

  • cyan value is 63.04%
  • magenta value is 0.00%
  • yellow value is 86.96%
  • key color value is 81.96%
CMYK:
(63,0,87,82)
C63M0Y87K82 
(63%,0%,87%,82%)
(0.63/0.00/0.87/0.82)	

CMYK percentages

%63.04
%0
%86.96
%81.96

Codes

Color #112E06 in popluar color models

112E06
RGB17466
HSL104°76.92%10.20%
HSB/HSV104°86.96%18.04%
CMYK63.04%0.00%86.96%
81.96%

Color #112E06 in popluar number systems.

HEX112E06
Decimal17466
Binary10001101110110
Octal21566

Shades and tints

Shades of #112E06

#112E06
(17,46,6)
#102A06
(16,42,6)
#0F2606
(15,38,6)
#0E2206
(14,34,6)
#0D1E06
(13,30,6)
#0C1A06
(12,26,6)
#0B1606
(11,22,6)
#0A1206
(10,18,6)
#090E06
(9,14,6)
#080A06
(8,10,6)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #112E06

#112E06
(17,46,6)
#26411C
(38,65,28)
#3B5432
(59,84,50)
#506748
(80,103,72)
#657A5E
(101,122,94)
#7A8D74
(122,141,116)
#8FA08A
(143,160,138)
#A4B3A0
(164,179,160)
#B9C6B6
(185,198,182)
#CED9CC
(206,217,204)
#E3ECE2
(227,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112E06; }

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

This text font color is #112E06.


Background Color

.myBgColor { background-color: #112E06; }

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

This div background color is #112E06.


Border color

.myBorderColor { border: 1px solid #112E06; }

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

This div border color is #112E06.


Opacity

.myOpacity80 { color: #112E06; opacity: 0.8; }

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

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

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

This text has shadow with #112E06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112E06 on black background.


Color preview on white background

This text has color #112E06 on white background.



Black color preview on #112E06 background

This text has black color on #112E06 background.


White color preview on #112E06 background

This text has white color on #112E06 background.