COLOR #8EA552

HEX: #8EA552
RGB: (142,165,82)

Color info

#8EA552 contains mainly red and green colors. Web safe color of #8EA552 is #999966 (or #996).

RGB color model

#8EA552 color RGB value is (142,165,82).

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

RGB channels and saturation

R 142 of 255 = 56%
G 165 of 255 = 65%
B 82 of 255 = 32%

142
165
82

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

Portions of RGB colors in percentages

R + G + B =
142 + 165 + 82 = 389 (100%)
R 142 of 389 ~ 36.5%
G 165 of 389 ~ 42.42%
B 82 of 389 ~ 21.08%

%36.5
%42.42
%21.08

CMYK color model

#8EA552 color CMYK value is (14,0,50,35).

  • cyan value is 13.94%
  • magenta value is 0.00%
  • yellow value is 50.30%
  • key color value is 35.29%
CMYK:
(14,0,50,35)
C14M0Y50K35 
(14%,0%,50%,35%)
(0.14/0.00/0.50/0.35)	

CMYK percentages

%13.94
%0
%50.3
%35.29

Codes

Color #8EA552 in popluar color models

8EA552
RGB14216582
HSL77°33.60%48.43%
HSB/HSV77°50.30%64.71%
CMYK13.94%0.00%50.30%
35.29%

Color #8EA552 in popluar number systems.

HEX8EA552
Decimal14216582
Binary10001110101001011010010
Octal216245122

Shades and tints

Shades of #8EA552

#8EA552
(142,165,82)
#82964B
(130,150,75)
#768744
(118,135,68)
#6A783D
(106,120,61)
#5E6936
(94,105,54)
#525A2F
(82,90,47)
#464B28
(70,75,40)
#3A3C21
(58,60,33)
#2E2D1A
(46,45,26)
#221E13
(34,30,19)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #8EA552

#8EA552
(142,165,82)
#98AD61
(152,173,97)
#A2B570
(162,181,112)
#ACBD7F
(172,189,127)
#B6C58E
(182,197,142)
#C0CD9D
(192,205,157)
#CAD5AC
(202,213,172)
#D4DDBB
(212,221,187)
#DEE5CA
(222,229,202)
#E8EDD9
(232,237,217)
#F2F5E8
(242,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA552; }

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

This text font color is #8EA552.


Background Color

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

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

This div background color is #8EA552.


Border color

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

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

This div border color is #8EA552.


Opacity

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

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

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

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

This text has shadow with #8EA552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA552 on black background.


Color preview on white background

This text has color #8EA552 on white background.



Black color preview on #8EA552 background

This text has black color on #8EA552 background.


White color preview on #8EA552 background

This text has white color on #8EA552 background.