COLOR #8EA53E

HEX: #8EA53E
RGB: (142,165,62)

Color info

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

RGB color model

#8EA53E color RGB value is (142,165,62).

  • red value is 142;
  • green value is 165;
  • blue value is 62.
RGB:
(142,165,62)
(56%,65%,24%)

RGB channels and saturation

R 142 of 255 = 56%
G 165 of 255 = 65%
B 62 of 255 = 24%

142
165
62

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

Portions of RGB colors in percentages

R + G + B =
142 + 165 + 62 = 369 (100%)
R 142 of 369 ~ 38.48%
G 165 of 369 ~ 44.72%
B 62 of 369 ~ 16.8%

%38.48
%44.72
%16.8

CMYK color model

#8EA53E color CMYK value is (14,0,62,35).

  • cyan value is 13.94%
  • magenta value is 0.00%
  • yellow value is 62.42%
  • key color value is 35.29%
CMYK:
(14,0,62,35)
C14M0Y62K35 
(14%,0%,62%,35%)
(0.14/0.00/0.62/0.35)	

CMYK percentages

%13.94
%0
%62.42
%35.29

Codes

Color #8EA53E in popluar color models

8EA53E
RGB14216562
HSL73°45.37%44.51%
HSB/HSV73°62.42%64.71%
CMYK13.94%0.00%62.42%
35.29%

Color #8EA53E in popluar number systems.

HEX8EA53E
Decimal14216562
Binary1000111010100101111110
Octal21624576

Shades and tints

Shades of #8EA53E

#8EA53E
(142,165,62)
#829639
(130,150,57)
#768734
(118,135,52)
#6A782F
(106,120,47)
#5E692A
(94,105,42)
#525A25
(82,90,37)
#464B20
(70,75,32)
#3A3C1B
(58,60,27)
#2E2D16
(46,45,22)
#221E11
(34,30,17)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #8EA53E

#8EA53E
(142,165,62)
#98AD4F
(152,173,79)
#A2B560
(162,181,96)
#ACBD71
(172,189,113)
#B6C582
(182,197,130)
#C0CD93
(192,205,147)
#CAD5A4
(202,213,164)
#D4DDB5
(212,221,181)
#DEE5C6
(222,229,198)
#E8EDD7
(232,237,215)
#F2F5E8
(242,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA53E color. Also use rgb(142,165,62) instead hex code.

Text Font Color

.myTextColor { color: #8EA53E; }

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

This text font color is #8EA53E.


Background Color

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

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

This div background color is #8EA53E.


Border color

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

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

This div border color is #8EA53E.


Opacity

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

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

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

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

This text has shadow with #8EA53E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA53E on black background.


Color preview on white background

This text has color #8EA53E on white background.



Black color preview on #8EA53E background

This text has black color on #8EA53E background.


White color preview on #8EA53E background

This text has white color on #8EA53E background.