COLOR #8E9B4A

HEX: #8E9B4A
RGB: (142,155,74)

Color info

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

RGB color model

#8E9B4A color RGB value is (142,155,74).

  • red value is 142;
  • green value is 155;
  • blue value is 74.
RGB:
(142,155,74)
(56%,61%,29%)

RGB channels and saturation

R 142 of 255 = 56%
G 155 of 255 = 61%
B 74 of 255 = 29%

142
155
74

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

Portions of RGB colors in percentages

R + G + B =
142 + 155 + 74 = 371 (100%)
R 142 of 371 ~ 38.27%
G 155 of 371 ~ 41.78%
B 74 of 371 ~ 19.95%

%38.27
%41.78
%19.95

CMYK color model

#8E9B4A color CMYK value is (8,0,52,39).

  • cyan value is 8.39%
  • magenta value is 0.00%
  • yellow value is 52.26%
  • key color value is 39.22%
CMYK:
(8,0,52,39)
C8M0Y52K39 
(8%,0%,52%,39%)
(0.08/0.00/0.52/0.39)	

CMYK percentages

%8.39
%0
%52.26
%39.22

Codes

Color #8E9B4A in popluar color models

8E9B4A
RGB14215574
HSL70°35.37%44.90%
HSB/HSV70°52.26%60.78%
CMYK8.39%0.00%52.26%
39.22%

Color #8E9B4A in popluar number systems.

HEX8E9B4A
Decimal14215574
Binary10001110100110111001010
Octal216233112

Shades and tints

Shades of #8E9B4A

#8E9B4A
(142,155,74)
#828D44
(130,141,68)
#767F3E
(118,127,62)
#6A7138
(106,113,56)
#5E6332
(94,99,50)
#52552C
(82,85,44)
#464726
(70,71,38)
#3A3920
(58,57,32)
#2E2B1A
(46,43,26)
#221D14
(34,29,20)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #8E9B4A

#8E9B4A
(142,155,74)
#98A45A
(152,164,90)
#A2AD6A
(162,173,106)
#ACB67A
(172,182,122)
#B6BF8A
(182,191,138)
#C0C89A
(192,200,154)
#CAD1AA
(202,209,170)
#D4DABA
(212,218,186)
#DEE3CA
(222,227,202)
#E8ECDA
(232,236,218)
#F2F5EA
(242,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9B4A color. Also use rgb(142,155,74) instead hex code.

Text Font Color

.myTextColor { color: #8E9B4A; }

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

This text font color is #8E9B4A.


Background Color

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

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

This div background color is #8E9B4A.


Border color

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

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

This div border color is #8E9B4A.


Opacity

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

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

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

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

This text has shadow with #8E9B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9B4A on black background.


Color preview on white background

This text has color #8E9B4A on white background.



Black color preview on #8E9B4A background

This text has black color on #8E9B4A background.


White color preview on #8E9B4A background

This text has white color on #8E9B4A background.