COLOR #8EA541

HEX: #8EA541
RGB: (142,165,65)

Color info

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

RGB color model

#8EA541 color RGB value is (142,165,65).

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

RGB channels and saturation

R 142 of 255 = 56%
G 165 of 255 = 65%
B 65 of 255 = 25%

142
165
65

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

Portions of RGB colors in percentages

R + G + B =
142 + 165 + 65 = 372 (100%)
R 142 of 372 ~ 38.17%
G 165 of 372 ~ 44.35%
B 65 of 372 ~ 17.47%

%38.17
%44.35
%17.47

CMYK color model

#8EA541 color CMYK value is (14,0,61,35).

  • cyan value is 13.94%
  • magenta value is 0.00%
  • yellow value is 60.61%
  • key color value is 35.29%
CMYK:
(14,0,61,35)
C14M0Y61K35 
(14%,0%,61%,35%)
(0.14/0.00/0.61/0.35)	

CMYK percentages

%13.94
%0
%60.61
%35.29

Codes

Color #8EA541 in popluar color models

8EA541
RGB14216565
HSL74°43.48%45.10%
HSB/HSV74°60.61%64.71%
CMYK13.94%0.00%60.61%
35.29%

Color #8EA541 in popluar number systems.

HEX8EA541
Decimal14216565
Binary10001110101001011000001
Octal216245101

Shades and tints

Shades of #8EA541

#8EA541
(142,165,65)
#82963C
(130,150,60)
#768737
(118,135,55)
#6A7832
(106,120,50)
#5E692D
(94,105,45)
#525A28
(82,90,40)
#464B23
(70,75,35)
#3A3C1E
(58,60,30)
#2E2D19
(46,45,25)
#221E14
(34,30,20)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #8EA541

#8EA541
(142,165,65)
#98AD52
(152,173,82)
#A2B563
(162,181,99)
#ACBD74
(172,189,116)
#B6C585
(182,197,133)
#C0CD96
(192,205,150)
#CAD5A7
(202,213,167)
#D4DDB8
(212,221,184)
#DEE5C9
(222,229,201)
#E8EDDA
(232,237,218)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA541; }

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

This text font color is #8EA541.


Background Color

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

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

This div background color is #8EA541.


Border color

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

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

This div border color is #8EA541.


Opacity

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

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

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

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

This text has shadow with #8EA541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA541 on black background.


Color preview on white background

This text has color #8EA541 on white background.



Black color preview on #8EA541 background

This text has black color on #8EA541 background.


White color preview on #8EA541 background

This text has white color on #8EA541 background.