COLOR #112F18

HEX: #112F18
RGB: (17,47,24)

Color info

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

RGB color model

#112F18 color RGB value is (17,47,24).

  • red value is 17;
  • green value is 47;
  • blue value is 24.
RGB:
(17,47,24)
(7%,18%,9%)

RGB channels and saturation

R 17 of 255 = 7%
G 47 of 255 = 18%
B 24 of 255 = 9%

17
47
24

R + G + B ~ 11%. #112F18 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 47 + 24 = 88 (100%)
R 17 of 88 ~ 19.32%
G 47 of 88 ~ 53.41%
B 24 of 88 ~ 27.27%

%19.32
%53.41
%27.27

CMYK color model

#112F18 color CMYK value is (64,0,49,82).

  • cyan value is 63.83%
  • magenta value is 0.00%
  • yellow value is 48.94%
  • key color value is 81.57%
CMYK:
(64,0,49,82)
C64M0Y49K82 
(64%,0%,49%,82%)
(0.64/0.00/0.49/0.82)	

CMYK percentages

%63.83
%0
%48.94
%81.57

Codes

Color #112F18 in popluar color models

112F18
RGB174724
HSL134°46.88%12.55%
HSB/HSV134°63.83%18.43%
CMYK63.83%0.00%48.94%
81.57%

Color #112F18 in popluar number systems.

HEX112F18
Decimal174724
Binary1000110111111000
Octal215730

Shades and tints

Shades of #112F18

#112F18
(17,47,24)
#102B16
(16,43,22)
#0F2714
(15,39,20)
#0E2312
(14,35,18)
#0D1F10
(13,31,16)
#0C1B0E
(12,27,14)
#0B170C
(11,23,12)
#0A130A
(10,19,10)
#090F08
(9,15,8)
#080B06
(8,11,6)
#070704
(7,7,4)
#000000
(0,0,0)

Tints of #112F18

#112F18
(17,47,24)
#26412D
(38,65,45)
#3B5342
(59,83,66)
#506557
(80,101,87)
#65776C
(101,119,108)
#7A8981
(122,137,129)
#8F9B96
(143,155,150)
#A4ADAB
(164,173,171)
#B9BFC0
(185,191,192)
#CED1D5
(206,209,213)
#E3E3EA
(227,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112F18 color. Also use rgb(17,47,24) instead hex code.

Text Font Color

.myTextColor { color: #112F18; }

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

This text font color is #112F18.


Background Color

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

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

This div background color is #112F18.


Border color

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

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

This div border color is #112F18.


Opacity

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

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

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

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

This text has shadow with #112F18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112F18 on black background.


Color preview on white background

This text has color #112F18 on white background.



Black color preview on #112F18 background

This text has black color on #112F18 background.


White color preview on #112F18 background

This text has white color on #112F18 background.