COLOR #8E9B47

HEX: #8E9B47
RGB: (142,155,71)

Color info

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

RGB color model

#8E9B47 color RGB value is (142,155,71).

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

RGB channels and saturation

R 142 of 255 = 56%
G 155 of 255 = 61%
B 71 of 255 = 28%

142
155
71

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

Portions of RGB colors in percentages

R + G + B =
142 + 155 + 71 = 368 (100%)
R 142 of 368 ~ 38.59%
G 155 of 368 ~ 42.12%
B 71 of 368 ~ 19.29%

%38.59
%42.12
%19.29

CMYK color model

#8E9B47 color CMYK value is (8,0,54,39).

  • cyan value is 8.39%
  • magenta value is 0.00%
  • yellow value is 54.19%
  • key color value is 39.22%
CMYK:
(8,0,54,39)
C8M0Y54K39 
(8%,0%,54%,39%)
(0.08/0.00/0.54/0.39)	

CMYK percentages

%8.39
%0
%54.19
%39.22

Codes

Color #8E9B47 in popluar color models

8E9B47
RGB14215571
HSL69°37.17%44.31%
HSB/HSV69°54.19%60.78%
CMYK8.39%0.00%54.19%
39.22%

Color #8E9B47 in popluar number systems.

HEX8E9B47
Decimal14215571
Binary10001110100110111000111
Octal216233107

Shades and tints

Shades of #8E9B47

#8E9B47
(142,155,71)
#828D41
(130,141,65)
#767F3B
(118,127,59)
#6A7135
(106,113,53)
#5E632F
(94,99,47)
#525529
(82,85,41)
#464723
(70,71,35)
#3A391D
(58,57,29)
#2E2B17
(46,43,23)
#221D11
(34,29,17)
#160F0B
(22,15,11)
#000000
(0,0,0)

Tints of #8E9B47

#8E9B47
(142,155,71)
#98A457
(152,164,87)
#A2AD67
(162,173,103)
#ACB677
(172,182,119)
#B6BF87
(182,191,135)
#C0C897
(192,200,151)
#CAD1A7
(202,209,167)
#D4DAB7
(212,218,183)
#DEE3C7
(222,227,199)
#E8ECD7
(232,236,215)
#F2F5E7
(242,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9B47; }

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

This text font color is #8E9B47.


Background Color

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

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

This div background color is #8E9B47.


Border color

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

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

This div border color is #8E9B47.


Opacity

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

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

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

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

This text has shadow with #8E9B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9B47 on black background.


Color preview on white background

This text has color #8E9B47 on white background.



Black color preview on #8E9B47 background

This text has black color on #8E9B47 background.


White color preview on #8E9B47 background

This text has white color on #8E9B47 background.