COLOR #8E8C47

HEX: #8E8C47
RGB: (142,140,71)

Color info

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

RGB color model

#8E8C47 color RGB value is (142,140,71).

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

RGB channels and saturation

R 142 of 255 = 56%
G 140 of 255 = 55%
B 71 of 255 = 28%

142
140
71

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

Portions of RGB colors in percentages

R + G + B =
142 + 140 + 71 = 353 (100%)
R 142 of 353 ~ 40.23%
G 140 of 353 ~ 39.66%
B 71 of 353 ~ 20.11%

%40.23
%39.66
%20.11

CMYK color model

#8E8C47 color CMYK value is (0,1,50,44).

  • cyan value is 0.00%
  • magenta value is 1.41%
  • yellow value is 50.00%
  • key color value is 44.31%
CMYK:
(0,1,50,44)
C0M1Y50K44 
(0%,1%,50%,44%)
(0.00/0.01/0.50/0.44)	

CMYK percentages

%0
%1.41
%50
%44.31

Codes

Color #8E8C47 in popluar color models

8E8C47
RGB14214071
HSL58°33.33%41.76%
HSB/HSV58°50.00%55.69%
CMYK0.00%1.41%50.00%
44.31%

Color #8E8C47 in popluar number systems.

HEX8E8C47
Decimal14214071
Binary10001110100011001000111
Octal216214107

Shades and tints

Shades of #8E8C47

#8E8C47
(142,140,71)
#828041
(130,128,65)
#76743B
(118,116,59)
#6A6835
(106,104,53)
#5E5C2F
(94,92,47)
#525029
(82,80,41)
#464423
(70,68,35)
#3A381D
(58,56,29)
#2E2C17
(46,44,23)
#222011
(34,32,17)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #8E8C47

#8E8C47
(142,140,71)
#989657
(152,150,87)
#A2A067
(162,160,103)
#ACAA77
(172,170,119)
#B6B487
(182,180,135)
#C0BE97
(192,190,151)
#CAC8A7
(202,200,167)
#D4D2B7
(212,210,183)
#DEDCC7
(222,220,199)
#E8E6D7
(232,230,215)
#F2F0E7
(242,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8C47; }

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

This text font color is #8E8C47.


Background Color

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

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

This div background color is #8E8C47.


Border color

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

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

This div border color is #8E8C47.


Opacity

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

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

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

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

This text has shadow with #8E8C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8C47 on black background.


Color preview on white background

This text has color #8E8C47 on white background.



Black color preview on #8E8C47 background

This text has black color on #8E8C47 background.


White color preview on #8E8C47 background

This text has white color on #8E8C47 background.