COLOR #8E9039

HEX: #8E9039
RGB: (142,144,57)

Color info

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

RGB color model

#8E9039 color RGB value is (142,144,57).

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

RGB channels and saturation

R 142 of 255 = 56%
G 144 of 255 = 56%
B 57 of 255 = 22%

142
144
57

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

Portions of RGB colors in percentages

R + G + B =
142 + 144 + 57 = 343 (100%)
R 142 of 343 ~ 41.4%
G 144 of 343 ~ 41.98%
B 57 of 343 ~ 16.62%

%41.4
%41.98
%16.62

CMYK color model

#8E9039 color CMYK value is (1,0,60,44).

  • cyan value is 1.39%
  • magenta value is 0.00%
  • yellow value is 60.42%
  • key color value is 43.53%
CMYK:
(1,0,60,44)
C1M0Y60K44 
(1%,0%,60%,44%)
(0.01/0.00/0.60/0.44)	

CMYK percentages

%1.39
%0
%60.42
%43.53

Codes

Color #8E9039 in popluar color models

8E9039
RGB14214457
HSL61°43.28%39.41%
HSB/HSV61°60.42%56.47%
CMYK1.39%0.00%60.42%
43.53%

Color #8E9039 in popluar number systems.

HEX8E9039
Decimal14214457
Binary1000111010010000111001
Octal21622071

Shades and tints

Shades of #8E9039

#8E9039
(142,144,57)
#828334
(130,131,52)
#76762F
(118,118,47)
#6A692A
(106,105,42)
#5E5C25
(94,92,37)
#524F20
(82,79,32)
#46421B
(70,66,27)
#3A3516
(58,53,22)
#2E2811
(46,40,17)
#221B0C
(34,27,12)
#160E07
(22,14,7)
#000000
(0,0,0)

Tints of #8E9039

#8E9039
(142,144,57)
#989A4B
(152,154,75)
#A2A45D
(162,164,93)
#ACAE6F
(172,174,111)
#B6B881
(182,184,129)
#C0C293
(192,194,147)
#CACCA5
(202,204,165)
#D4D6B7
(212,214,183)
#DEE0C9
(222,224,201)
#E8EADB
(232,234,219)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9039; }

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

This text font color is #8E9039.


Background Color

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

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

This div background color is #8E9039.


Border color

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

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

This div border color is #8E9039.


Opacity

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

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

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

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

This text has shadow with #8E9039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9039 on black background.


Color preview on white background

This text has color #8E9039 on white background.



Black color preview on #8E9039 background

This text has black color on #8E9039 background.


White color preview on #8E9039 background

This text has white color on #8E9039 background.