COLOR #8E994B

HEX: #8E994B
RGB: (142,153,75)

Color info

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

RGB color model

#8E994B color RGB value is (142,153,75).

  • red value is 142;
  • green value is 153;
  • blue value is 75.
RGB:
(142,153,75)
(56%,60%,29%)

RGB channels and saturation

R 142 of 255 = 56%
G 153 of 255 = 60%
B 75 of 255 = 29%

142
153
75

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

Portions of RGB colors in percentages

R + G + B =
142 + 153 + 75 = 370 (100%)
R 142 of 370 ~ 38.38%
G 153 of 370 ~ 41.35%
B 75 of 370 ~ 20.27%

%38.38
%41.35
%20.27

CMYK color model

#8E994B color CMYK value is (7,0,51,40).

  • cyan value is 7.19%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 40.00%
CMYK:
(7,0,51,40)
C7M0Y51K40 
(7%,0%,51%,40%)
(0.07/0.00/0.51/0.40)	

CMYK percentages

%7.19
%0
%50.98
%40

Codes

Color #8E994B in popluar color models

8E994B
RGB14215375
HSL68°34.21%44.71%
HSB/HSV68°50.98%60.00%
CMYK7.19%0.00%50.98%
40.00%

Color #8E994B in popluar number systems.

HEX8E994B
Decimal14215375
Binary10001110100110011001011
Octal216231113

Shades and tints

Shades of #8E994B

#8E994B
(142,153,75)
#828C45
(130,140,69)
#767F3F
(118,127,63)
#6A7239
(106,114,57)
#5E6533
(94,101,51)
#52582D
(82,88,45)
#464B27
(70,75,39)
#3A3E21
(58,62,33)
#2E311B
(46,49,27)
#222415
(34,36,21)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #8E994B

#8E994B
(142,153,75)
#98A25B
(152,162,91)
#A2AB6B
(162,171,107)
#ACB47B
(172,180,123)
#B6BD8B
(182,189,139)
#C0C69B
(192,198,155)
#CACFAB
(202,207,171)
#D4D8BB
(212,216,187)
#DEE1CB
(222,225,203)
#E8EADB
(232,234,219)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E994B color. Also use rgb(142,153,75) instead hex code.

Text Font Color

.myTextColor { color: #8E994B; }

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

This text font color is #8E994B.


Background Color

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

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

This div background color is #8E994B.


Border color

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

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

This div border color is #8E994B.


Opacity

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

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

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

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

This text has shadow with #8E994B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E994B on black background.


Color preview on white background

This text has color #8E994B on white background.



Black color preview on #8E994B background

This text has black color on #8E994B background.


White color preview on #8E994B background

This text has white color on #8E994B background.