COLOR #112C07

HEX: #112C07
RGB: (17,44,7)

Color info

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

RGB color model

#112C07 color RGB value is (17,44,7).

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

RGB channels and saturation

R 17 of 255 = 7%
G 44 of 255 = 17%
B 7 of 255 = 3%

17
44
7

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

Portions of RGB colors in percentages

R + G + B =
17 + 44 + 7 = 68 (100%)
R 17 of 68 ~ 25%
G 44 of 68 ~ 64.71%
B 7 of 68 ~ 10.29%

%25
%64.71
%10.29

CMYK color model

#112C07 color CMYK value is (61,0,84,83).

  • cyan value is 61.36%
  • magenta value is 0.00%
  • yellow value is 84.09%
  • key color value is 82.75%
CMYK:
(61,0,84,83)
C61M0Y84K83 
(61%,0%,84%,83%)
(0.61/0.00/0.84/0.83)	

CMYK percentages

%61.36
%0
%84.09
%82.75

Codes

Color #112C07 in popluar color models

112C07
RGB17447
HSL104°72.55%10.00%
HSB/HSV104°84.09%17.25%
CMYK61.36%0.00%84.09%
82.75%

Color #112C07 in popluar number systems.

HEX112C07
Decimal17447
Binary10001101100111
Octal21547

Shades and tints

Shades of #112C07

#112C07
(17,44,7)
#102807
(16,40,7)
#0F2407
(15,36,7)
#0E2007
(14,32,7)
#0D1C07
(13,28,7)
#0C1807
(12,24,7)
#0B1407
(11,20,7)
#0A1007
(10,16,7)
#090C07
(9,12,7)
#080807
(8,8,7)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #112C07

#112C07
(17,44,7)
#263F1D
(38,63,29)
#3B5233
(59,82,51)
#506549
(80,101,73)
#65785F
(101,120,95)
#7A8B75
(122,139,117)
#8F9E8B
(143,158,139)
#A4B1A1
(164,177,161)
#B9C4B7
(185,196,183)
#CED7CD
(206,215,205)
#E3EAE3
(227,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112C07; }

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

This text font color is #112C07.


Background Color

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

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

This div background color is #112C07.


Border color

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

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

This div border color is #112C07.


Opacity

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

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

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

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

This text has shadow with #112C07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112C07 on black background.


Color preview on white background

This text has color #112C07 on white background.



Black color preview on #112C07 background

This text has black color on #112C07 background.


White color preview on #112C07 background

This text has white color on #112C07 background.