COLOR #8E8D4B

HEX: #8E8D4B
RGB: (142,141,75)

Color info

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

RGB color model

#8E8D4B color RGB value is (142,141,75).

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

RGB channels and saturation

R 142 of 255 = 56%
G 141 of 255 = 55%
B 75 of 255 = 29%

142
141
75

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

Portions of RGB colors in percentages

R + G + B =
142 + 141 + 75 = 358 (100%)
R 142 of 358 ~ 39.66%
G 141 of 358 ~ 39.39%
B 75 of 358 ~ 20.95%

%39.66
%39.39
%20.95

CMYK color model

#8E8D4B color CMYK value is (0,1,47,44).

  • cyan value is 0.00%
  • magenta value is 0.70%
  • yellow value is 47.18%
  • key color value is 44.31%
CMYK:
(0,1,47,44)
C0M1Y47K44 
(0%,1%,47%,44%)
(0.00/0.01/0.47/0.44)	

CMYK percentages

%0
%0.7
%47.18
%44.31

Codes

Color #8E8D4B in popluar color models

8E8D4B
RGB14214175
HSL59°30.88%42.55%
HSB/HSV59°47.18%55.69%
CMYK0.00%0.70%47.18%
44.31%

Color #8E8D4B in popluar number systems.

HEX8E8D4B
Decimal14214175
Binary10001110100011011001011
Octal216215113

Shades and tints

Shades of #8E8D4B

#8E8D4B
(142,141,75)
#828145
(130,129,69)
#76753F
(118,117,63)
#6A6939
(106,105,57)
#5E5D33
(94,93,51)
#52512D
(82,81,45)
#464527
(70,69,39)
#3A3921
(58,57,33)
#2E2D1B
(46,45,27)
#222115
(34,33,21)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #8E8D4B

#8E8D4B
(142,141,75)
#98975B
(152,151,91)
#A2A16B
(162,161,107)
#ACAB7B
(172,171,123)
#B6B58B
(182,181,139)
#C0BF9B
(192,191,155)
#CAC9AB
(202,201,171)
#D4D3BB
(212,211,187)
#DEDDCB
(222,221,203)
#E8E7DB
(232,231,219)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8D4B; }

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

This text font color is #8E8D4B.


Background Color

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

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

This div background color is #8E8D4B.


Border color

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

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

This div border color is #8E8D4B.


Opacity

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

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

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

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

This text has shadow with #8E8D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8D4B on black background.


Color preview on white background

This text has color #8E8D4B on white background.



Black color preview on #8E8D4B background

This text has black color on #8E8D4B background.


White color preview on #8E8D4B background

This text has white color on #8E8D4B background.