COLOR #187112

HEX: #187112
RGB: (24,113,18)

Color info

#187112 contains mainly green color. Web safe color of #187112 is #006600 (or #060).

RGB color model

#187112 color RGB value is (24,113,18).

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

RGB channels and saturation

R 24 of 255 = 9%
G 113 of 255 = 44%
B 18 of 255 = 7%

24
113
18

R + G + B ~ 20%. #187112 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 113 + 18 = 155 (100%)
R 24 of 155 ~ 15.48%
G 113 of 155 ~ 72.9%
B 18 of 155 ~ 11.61%

%15.48
%72.9
%11.61

CMYK color model

#187112 color CMYK value is (79,0,84,56).

  • cyan value is 78.76%
  • magenta value is 0.00%
  • yellow value is 84.07%
  • key color value is 55.69%
CMYK:
(79,0,84,56)
C79M0Y84K56 
(79%,0%,84%,56%)
(0.79/0.00/0.84/0.56)	

CMYK percentages

%78.76
%0
%84.07
%55.69

Codes

Color #187112 in popluar color models

187112
RGB2411318
HSL116°72.52%25.69%
HSB/HSV116°84.07%44.31%
CMYK78.76%0.00%84.07%
55.69%

Color #187112 in popluar number systems.

HEX187112
Decimal2411318
Binary11000111000110010
Octal3016122

Shades and tints

Shades of #187112

#187112
(24,113,18)
#166711
(22,103,17)
#145D10
(20,93,16)
#12530F
(18,83,15)
#10490E
(16,73,14)
#0E3F0D
(14,63,13)
#0C350C
(12,53,12)
#0A2B0B
(10,43,11)
#08210A
(8,33,10)
#061709
(6,23,9)
#040D08
(4,13,8)
#000000
(0,0,0)

Tints of #187112

#187112
(24,113,18)
#2D7D27
(45,125,39)
#42893C
(66,137,60)
#579551
(87,149,81)
#6CA166
(108,161,102)
#81AD7B
(129,173,123)
#96B990
(150,185,144)
#ABC5A5
(171,197,165)
#C0D1BA
(192,209,186)
#D5DDCF
(213,221,207)
#EAE9E4
(234,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #187112 color. Also use rgb(24,113,18) instead hex code.

Text Font Color

.myTextColor { color: #187112; }

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

This text font color is #187112.


Background Color

.myBgColor { background-color: #187112; }

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

This div background color is #187112.


Border color

.myBorderColor { border: 1px solid #187112; }

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

This div border color is #187112.


Opacity

.myOpacity80 { color: #187112; opacity: 0.8; }

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

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

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

This text has shadow with #187112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #187112 on black background.


Color preview on white background

This text has color #187112 on white background.



Black color preview on #187112 background

This text has black color on #187112 background.


White color preview on #187112 background

This text has white color on #187112 background.