COLOR #8E8047

HEX: #8E8047
RGB: (142,128,71)

Color info

#8E8047 contains mainly red and green colors. Web safe color of #8E8047 is #996633 (or #963).

RGB color model

#8E8047 color RGB value is (142,128,71).

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

RGB channels and saturation

R 142 of 255 = 56%
G 128 of 255 = 50%
B 71 of 255 = 28%

142
128
71

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

Portions of RGB colors in percentages

R + G + B =
142 + 128 + 71 = 341 (100%)
R 142 of 341 ~ 41.64%
G 128 of 341 ~ 37.54%
B 71 of 341 ~ 20.82%

%41.64
%37.54
%20.82

CMYK color model

#8E8047 color CMYK value is (0,10,50,44).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 50.00%
  • key color value is 44.31%
CMYK:
(0,10,50,44)
C0M10Y50K44 
(0%,10%,50%,44%)
(0.00/0.10/0.50/0.44)	

CMYK percentages

%0
%9.86
%50
%44.31

Codes

Color #8E8047 in popluar color models

8E8047
RGB14212871
HSL48°33.33%41.76%
HSB/HSV48°50.00%55.69%
CMYK0.00%9.86%50.00%
44.31%

Color #8E8047 in popluar number systems.

HEX8E8047
Decimal14212871
Binary10001110100000001000111
Octal216200107

Shades and tints

Shades of #8E8047

#8E8047
(142,128,71)
#827541
(130,117,65)
#766A3B
(118,106,59)
#6A5F35
(106,95,53)
#5E542F
(94,84,47)
#524929
(82,73,41)
#463E23
(70,62,35)
#3A331D
(58,51,29)
#2E2817
(46,40,23)
#221D11
(34,29,17)
#16120B
(22,18,11)
#000000
(0,0,0)

Tints of #8E8047

#8E8047
(142,128,71)
#988B57
(152,139,87)
#A29667
(162,150,103)
#ACA177
(172,161,119)
#B6AC87
(182,172,135)
#C0B797
(192,183,151)
#CAC2A7
(202,194,167)
#D4CDB7
(212,205,183)
#DED8C7
(222,216,199)
#E8E3D7
(232,227,215)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8047; }

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

This text font color is #8E8047.


Background Color

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

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

This div background color is #8E8047.


Border color

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

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

This div border color is #8E8047.


Opacity

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

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

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

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

This text has shadow with #8E8047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8047 on black background.


Color preview on white background

This text has color #8E8047 on white background.



Black color preview on #8E8047 background

This text has black color on #8E8047 background.


White color preview on #8E8047 background

This text has white color on #8E8047 background.