COLOR #8E8454

HEX: #8E8454
RGB: (142,132,84)

Color info

#8E8454 contains red, green and blue colors in about the same proportion. Web safe color of #8E8454 is #999966 (or #996).

RGB color model

#8E8454 color RGB value is (142,132,84).

  • red value is 142;
  • green value is 132;
  • blue value is 84.
RGB:
(142,132,84)
(56%,52%,33%)

RGB channels and saturation

R 142 of 255 = 56%
G 132 of 255 = 52%
B 84 of 255 = 33%

142
132
84

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

Portions of RGB colors in percentages

R + G + B =
142 + 132 + 84 = 358 (100%)
R 142 of 358 ~ 39.66%
G 132 of 358 ~ 36.87%
B 84 of 358 ~ 23.46%

%39.66
%36.87
%23.46

CMYK color model

#8E8454 color CMYK value is (0,7,41,44).

  • cyan value is 0.00%
  • magenta value is 7.04%
  • yellow value is 40.85%
  • key color value is 44.31%
CMYK:
(0,7,41,44)
C0M7Y41K44 
(0%,7%,41%,44%)
(0.00/0.07/0.41/0.44)	

CMYK percentages

%0
%7.04
%40.85
%44.31

Codes

Color #8E8454 in popluar color models

8E8454
RGB14213284
HSL50°25.66%44.31%
HSB/HSV50°40.85%55.69%
CMYK0.00%7.04%40.85%
44.31%

Color #8E8454 in popluar number systems.

HEX8E8454
Decimal14213284
Binary10001110100001001010100
Octal216204124

Shades and tints

Shades of #8E8454

#8E8454
(142,132,84)
#82784D
(130,120,77)
#766C46
(118,108,70)
#6A603F
(106,96,63)
#5E5438
(94,84,56)
#524831
(82,72,49)
#463C2A
(70,60,42)
#3A3023
(58,48,35)
#2E241C
(46,36,28)
#221815
(34,24,21)
#160C0E
(22,12,14)
#000000
(0,0,0)

Tints of #8E8454

#8E8454
(142,132,84)
#988F63
(152,143,99)
#A29A72
(162,154,114)
#ACA581
(172,165,129)
#B6B090
(182,176,144)
#C0BB9F
(192,187,159)
#CAC6AE
(202,198,174)
#D4D1BD
(212,209,189)
#DEDCCC
(222,220,204)
#E8E7DB
(232,231,219)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8454 color. Also use rgb(142,132,84) instead hex code.

Text Font Color

.myTextColor { color: #8E8454; }

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

This text font color is #8E8454.


Background Color

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

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

This div background color is #8E8454.


Border color

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

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

This div border color is #8E8454.


Opacity

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

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

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

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

This text has shadow with #8E8454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8454 on black background.


Color preview on white background

This text has color #8E8454 on white background.



Black color preview on #8E8454 background

This text has black color on #8E8454 background.


White color preview on #8E8454 background

This text has white color on #8E8454 background.