COLOR #8EA037

HEX: #8EA037
RGB: (142,160,55)

Color info

#8EA037 contains mainly red and green colors. Web safe color of #8EA037 is #999933 (or #993).

RGB color model

#8EA037 color RGB value is (142,160,55).

  • red value is 142;
  • green value is 160;
  • blue value is 55.
RGB:
(142,160,55)
(56%,63%,22%)

RGB channels and saturation

R 142 of 255 = 56%
G 160 of 255 = 63%
B 55 of 255 = 22%

142
160
55

R + G + B ~ 47%. #8EA037 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 160 + 55 = 357 (100%)
R 142 of 357 ~ 39.78%
G 160 of 357 ~ 44.82%
B 55 of 357 ~ 15.41%

%39.78
%44.82
%15.41

CMYK color model

#8EA037 color CMYK value is (11,0,66,37).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 65.63%
  • key color value is 37.25%
CMYK:
(11,0,66,37)
C11M0Y66K37 
(11%,0%,66%,37%)
(0.11/0.00/0.66/0.37)	

CMYK percentages

%11.25
%0
%65.63
%37.25

Codes

Color #8EA037 in popluar color models

8EA037
RGB14216055
HSL70°48.84%42.16%
HSB/HSV70°65.63%62.75%
CMYK11.25%0.00%65.63%
37.25%

Color #8EA037 in popluar number systems.

HEX8EA037
Decimal14216055
Binary1000111010100000110111
Octal21624067

Shades and tints

Shades of #8EA037

#8EA037
(142,160,55)
#829232
(130,146,50)
#76842D
(118,132,45)
#6A7628
(106,118,40)
#5E6823
(94,104,35)
#525A1E
(82,90,30)
#464C19
(70,76,25)
#3A3E14
(58,62,20)
#2E300F
(46,48,15)
#22220A
(34,34,10)
#161405
(22,20,5)
#000000
(0,0,0)

Tints of #8EA037

#8EA037
(142,160,55)
#98A849
(152,168,73)
#A2B05B
(162,176,91)
#ACB86D
(172,184,109)
#B6C07F
(182,192,127)
#C0C891
(192,200,145)
#CAD0A3
(202,208,163)
#D4D8B5
(212,216,181)
#DEE0C7
(222,224,199)
#E8E8D9
(232,232,217)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA037 color. Also use rgb(142,160,55) instead hex code.

Text Font Color

.myTextColor { color: #8EA037; }

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

This text font color is #8EA037.


Background Color

.myBgColor { background-color: #8EA037; }

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

This div background color is #8EA037.


Border color

.myBorderColor { border: 1px solid #8EA037; }

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

This div border color is #8EA037.


Opacity

.myOpacity80 { color: #8EA037; opacity: 0.8; }

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

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

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

This text has shadow with #8EA037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA037 on black background.


Color preview on white background

This text has color #8EA037 on white background.



Black color preview on #8EA037 background

This text has black color on #8EA037 background.


White color preview on #8EA037 background

This text has white color on #8EA037 background.