COLOR #112D07

HEX: #112D07
RGB: (17,45,7)

Color info

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

RGB color model

#112D07 color RGB value is (17,45,7).

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

RGB channels and saturation

R 17 of 255 = 7%
G 45 of 255 = 18%
B 7 of 255 = 3%

17
45
7

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

Portions of RGB colors in percentages

R + G + B =
17 + 45 + 7 = 69 (100%)
R 17 of 69 ~ 24.64%
G 45 of 69 ~ 65.22%
B 7 of 69 ~ 10.14%

%24.64
%65.22
%10.14

CMYK color model

#112D07 color CMYK value is (62,0,84,82).

  • cyan value is 62.22%
  • magenta value is 0.00%
  • yellow value is 84.44%
  • key color value is 82.35%
CMYK:
(62,0,84,82)
C62M0Y84K82 
(62%,0%,84%,82%)
(0.62/0.00/0.84/0.82)	

CMYK percentages

%62.22
%0
%84.44
%82.35

Codes

Color #112D07 in popluar color models

112D07
RGB17457
HSL104°73.08%10.20%
HSB/HSV104°84.44%17.65%
CMYK62.22%0.00%84.44%
82.35%

Color #112D07 in popluar number systems.

HEX112D07
Decimal17457
Binary10001101101111
Octal21557

Shades and tints

Shades of #112D07

#112D07
(17,45,7)
#102907
(16,41,7)
#0F2507
(15,37,7)
#0E2107
(14,33,7)
#0D1D07
(13,29,7)
#0C1907
(12,25,7)
#0B1507
(11,21,7)
#0A1107
(10,17,7)
#090D07
(9,13,7)
#080907
(8,9,7)
#070507
(7,5,7)
#000000
(0,0,0)

Tints of #112D07

#112D07
(17,45,7)
#26401D
(38,64,29)
#3B5333
(59,83,51)
#506649
(80,102,73)
#65795F
(101,121,95)
#7A8C75
(122,140,117)
#8F9F8B
(143,159,139)
#A4B2A1
(164,178,161)
#B9C5B7
(185,197,183)
#CED8CD
(206,216,205)
#E3EBE3
(227,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112D07 color. Also use rgb(17,45,7) instead hex code.

Text Font Color

.myTextColor { color: #112D07; }

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

This text font color is #112D07.


Background Color

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

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

This div background color is #112D07.


Border color

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

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

This div border color is #112D07.


Opacity

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

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

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

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

This text has shadow with #112D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112D07 on black background.


Color preview on white background

This text has color #112D07 on white background.



Black color preview on #112D07 background

This text has black color on #112D07 background.


White color preview on #112D07 background

This text has white color on #112D07 background.