COLOR #8E884B

HEX: #8E884B
RGB: (142,136,75)

Color info

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

RGB color model

#8E884B color RGB value is (142,136,75).

  • red value is 142;
  • green value is 136;
  • blue value is 75.
RGB:
(142,136,75)
(56%,53%,29%)

RGB channels and saturation

R 142 of 255 = 56%
G 136 of 255 = 53%
B 75 of 255 = 29%

142
136
75

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

Portions of RGB colors in percentages

R + G + B =
142 + 136 + 75 = 353 (100%)
R 142 of 353 ~ 40.23%
G 136 of 353 ~ 38.53%
B 75 of 353 ~ 21.25%

%40.23
%38.53
%21.25

CMYK color model

#8E884B color CMYK value is (0,4,47,44).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 47.18%
  • key color value is 44.31%
CMYK:
(0,4,47,44)
C0M4Y47K44 
(0%,4%,47%,44%)
(0.00/0.04/0.47/0.44)	

CMYK percentages

%0
%4.23
%47.18
%44.31

Codes

Color #8E884B in popluar color models

8E884B
RGB14213675
HSL55°30.88%42.55%
HSB/HSV55°47.18%55.69%
CMYK0.00%4.23%47.18%
44.31%

Color #8E884B in popluar number systems.

HEX8E884B
Decimal14213675
Binary10001110100010001001011
Octal216210113

Shades and tints

Shades of #8E884B

#8E884B
(142,136,75)
#827C45
(130,124,69)
#76703F
(118,112,63)
#6A6439
(106,100,57)
#5E5833
(94,88,51)
#524C2D
(82,76,45)
#464027
(70,64,39)
#3A3421
(58,52,33)
#2E281B
(46,40,27)
#221C15
(34,28,21)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #8E884B

#8E884B
(142,136,75)
#98925B
(152,146,91)
#A29C6B
(162,156,107)
#ACA67B
(172,166,123)
#B6B08B
(182,176,139)
#C0BA9B
(192,186,155)
#CAC4AB
(202,196,171)
#D4CEBB
(212,206,187)
#DED8CB
(222,216,203)
#E8E2DB
(232,226,219)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E884B color. Also use rgb(142,136,75) instead hex code.

Text Font Color

.myTextColor { color: #8E884B; }

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

This text font color is #8E884B.


Background Color

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

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

This div background color is #8E884B.


Border color

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

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

This div border color is #8E884B.


Opacity

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

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

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

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

This text has shadow with #8E884B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E884B on black background.


Color preview on white background

This text has color #8E884B on white background.



Black color preview on #8E884B background

This text has black color on #8E884B background.


White color preview on #8E884B background

This text has white color on #8E884B background.