COLOR #112E05

HEX: #112E05
RGB: (17,46,5)

Color info

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

RGB color model

#112E05 color RGB value is (17,46,5).

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

RGB channels and saturation

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

17
46
5

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

Portions of RGB colors in percentages

R + G + B =
17 + 46 + 5 = 68 (100%)
R 17 of 68 ~ 25%
G 46 of 68 ~ 67.65%
B 5 of 68 ~ 7.35%

%25
%67.65

CMYK color model

#112E05 color CMYK value is (63,0,89,82).

  • cyan value is 63.04%
  • magenta value is 0.00%
  • yellow value is 89.13%
  • key color value is 81.96%
CMYK:
(63,0,89,82)
C63M0Y89K82 
(63%,0%,89%,82%)
(0.63/0.00/0.89/0.82)	

CMYK percentages

%63.04
%0
%89.13
%81.96

Codes

Color #112E05 in popluar color models

112E05
RGB17465
HSL102°80.39%10.00%
HSB/HSV102°89.13%18.04%
CMYK63.04%0.00%89.13%
81.96%

Color #112E05 in popluar number systems.

HEX112E05
Decimal17465
Binary10001101110101
Octal21565

Shades and tints

Shades of #112E05

#112E05
(17,46,5)
#102A05
(16,42,5)
#0F2605
(15,38,5)
#0E2205
(14,34,5)
#0D1E05
(13,30,5)
#0C1A05
(12,26,5)
#0B1605
(11,22,5)
#0A1205
(10,18,5)
#090E05
(9,14,5)
#080A05
(8,10,5)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #112E05

#112E05
(17,46,5)
#26411B
(38,65,27)
#3B5431
(59,84,49)
#506747
(80,103,71)
#657A5D
(101,122,93)
#7A8D73
(122,141,115)
#8FA089
(143,160,137)
#A4B39F
(164,179,159)
#B9C6B5
(185,198,181)
#CED9CB
(206,217,203)
#E3ECE1
(227,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112E05; }

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

This text font color is #112E05.


Background Color

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

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

This div background color is #112E05.


Border color

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

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

This div border color is #112E05.


Opacity

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

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

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

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

This text has shadow with #112E05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112E05 on black background.


Color preview on white background

This text has color #112E05 on white background.



Black color preview on #112E05 background

This text has black color on #112E05 background.


White color preview on #112E05 background

This text has white color on #112E05 background.