COLOR #8E854E

HEX: #8E854E
RGB: (142,133,78)

Color info

#8E854E contains mainly red and green colors. Web safe color of #8E854E is #999966 (or #996).

RGB color model

#8E854E color RGB value is (142,133,78).

  • red value is 142;
  • green value is 133;
  • blue value is 78.
RGB:
(142,133,78)
(56%,52%,31%)

RGB channels and saturation

R 142 of 255 = 56%
G 133 of 255 = 52%
B 78 of 255 = 31%

142
133
78

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

Portions of RGB colors in percentages

R + G + B =
142 + 133 + 78 = 353 (100%)
R 142 of 353 ~ 40.23%
G 133 of 353 ~ 37.68%
B 78 of 353 ~ 22.1%

%40.23
%37.68
%22.1

CMYK color model

#8E854E color CMYK value is (0,6,45,44).

  • cyan value is 0.00%
  • magenta value is 6.34%
  • yellow value is 45.07%
  • key color value is 44.31%
CMYK:
(0,6,45,44)
C0M6Y45K44 
(0%,6%,45%,44%)
(0.00/0.06/0.45/0.44)	

CMYK percentages

%0
%6.34
%45.07
%44.31

Codes

Color #8E854E in popluar color models

8E854E
RGB14213378
HSL52°29.09%43.14%
HSB/HSV52°45.07%55.69%
CMYK0.00%6.34%45.07%
44.31%

Color #8E854E in popluar number systems.

HEX8E854E
Decimal14213378
Binary10001110100001011001110
Octal216205116

Shades and tints

Shades of #8E854E

#8E854E
(142,133,78)
#827947
(130,121,71)
#766D40
(118,109,64)
#6A6139
(106,97,57)
#5E5532
(94,85,50)
#52492B
(82,73,43)
#463D24
(70,61,36)
#3A311D
(58,49,29)
#2E2516
(46,37,22)
#22190F
(34,25,15)
#160D08
(22,13,8)
#000000
(0,0,0)

Tints of #8E854E

#8E854E
(142,133,78)
#98905E
(152,144,94)
#A29B6E
(162,155,110)
#ACA67E
(172,166,126)
#B6B18E
(182,177,142)
#C0BC9E
(192,188,158)
#CAC7AE
(202,199,174)
#D4D2BE
(212,210,190)
#DEDDCE
(222,221,206)
#E8E8DE
(232,232,222)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E854E color. Also use rgb(142,133,78) instead hex code.

Text Font Color

.myTextColor { color: #8E854E; }

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

This text font color is #8E854E.


Background Color

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

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

This div background color is #8E854E.


Border color

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

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

This div border color is #8E854E.


Opacity

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

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

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

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

This text has shadow with #8E854E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E854E on black background.


Color preview on white background

This text has color #8E854E on white background.



Black color preview on #8E854E background

This text has black color on #8E854E background.


White color preview on #8E854E background

This text has white color on #8E854E background.