COLOR #8EA739

HEX: #8EA739
RGB: (142,167,57)

Color info

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

RGB color model

#8EA739 color RGB value is (142,167,57).

  • red value is 142;
  • green value is 167;
  • blue value is 57.
RGB:
(142,167,57)
(56%,65%,22%)

RGB channels and saturation

R 142 of 255 = 56%
G 167 of 255 = 65%
B 57 of 255 = 22%

142
167
57

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

Portions of RGB colors in percentages

R + G + B =
142 + 167 + 57 = 366 (100%)
R 142 of 366 ~ 38.8%
G 167 of 366 ~ 45.63%
B 57 of 366 ~ 15.57%

%38.8
%45.63
%15.57

CMYK color model

#8EA739 color CMYK value is (15,0,66,35).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 65.87%
  • key color value is 34.51%
CMYK:
(15,0,66,35)
C15M0Y66K35 
(15%,0%,66%,35%)
(0.15/0.00/0.66/0.35)	

CMYK percentages

%14.97
%0
%65.87
%34.51

Codes

Color #8EA739 in popluar color models

8EA739
RGB14216757
HSL74°49.11%43.92%
HSB/HSV74°65.87%65.49%
CMYK14.97%0.00%65.87%
34.51%

Color #8EA739 in popluar number systems.

HEX8EA739
Decimal14216757
Binary1000111010100111111001
Octal21624771

Shades and tints

Shades of #8EA739

#8EA739
(142,167,57)
#829834
(130,152,52)
#76892F
(118,137,47)
#6A7A2A
(106,122,42)
#5E6B25
(94,107,37)
#525C20
(82,92,32)
#464D1B
(70,77,27)
#3A3E16
(58,62,22)
#2E2F11
(46,47,17)
#22200C
(34,32,12)
#161107
(22,17,7)
#000000
(0,0,0)

Tints of #8EA739

#8EA739
(142,167,57)
#98AF4B
(152,175,75)
#A2B75D
(162,183,93)
#ACBF6F
(172,191,111)
#B6C781
(182,199,129)
#C0CF93
(192,207,147)
#CAD7A5
(202,215,165)
#D4DFB7
(212,223,183)
#DEE7C9
(222,231,201)
#E8EFDB
(232,239,219)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA739 color. Also use rgb(142,167,57) instead hex code.

Text Font Color

.myTextColor { color: #8EA739; }

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

This text font color is #8EA739.


Background Color

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

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

This div background color is #8EA739.


Border color

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

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

This div border color is #8EA739.


Opacity

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

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

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

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

This text has shadow with #8EA739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA739 on black background.


Color preview on white background

This text has color #8EA739 on white background.



Black color preview on #8EA739 background

This text has black color on #8EA739 background.


White color preview on #8EA739 background

This text has white color on #8EA739 background.