COLOR #8E8B50

HEX: #8E8B50
RGB: (142,139,80)

Color info

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

RGB color model

#8E8B50 color RGB value is (142,139,80).

  • red value is 142;
  • green value is 139;
  • blue value is 80.
RGB:
(142,139,80)
(56%,55%,31%)

RGB channels and saturation

R 142 of 255 = 56%
G 139 of 255 = 55%
B 80 of 255 = 31%

142
139
80

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

Portions of RGB colors in percentages

R + G + B =
142 + 139 + 80 = 361 (100%)
R 142 of 361 ~ 39.34%
G 139 of 361 ~ 38.5%
B 80 of 361 ~ 22.16%

%39.34
%38.5
%22.16

CMYK color model

#8E8B50 color CMYK value is (0,2,44,44).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 43.66%
  • key color value is 44.31%
CMYK:
(0,2,44,44)
C0M2Y44K44 
(0%,2%,44%,44%)
(0.00/0.02/0.44/0.44)	

CMYK percentages

%0
%2.11
%43.66
%44.31

Codes

Color #8E8B50 in popluar color models

8E8B50
RGB14213980
HSL57°27.93%43.53%
HSB/HSV57°43.66%55.69%
CMYK0.00%2.11%43.66%
44.31%

Color #8E8B50 in popluar number systems.

HEX8E8B50
Decimal14213980
Binary10001110100010111010000
Octal216213120

Shades and tints

Shades of #8E8B50

#8E8B50
(142,139,80)
#827F49
(130,127,73)
#767342
(118,115,66)
#6A673B
(106,103,59)
#5E5B34
(94,91,52)
#524F2D
(82,79,45)
#464326
(70,67,38)
#3A371F
(58,55,31)
#2E2B18
(46,43,24)
#221F11
(34,31,17)
#16130A
(22,19,10)
#000000
(0,0,0)

Tints of #8E8B50

#8E8B50
(142,139,80)
#98955F
(152,149,95)
#A29F6E
(162,159,110)
#ACA97D
(172,169,125)
#B6B38C
(182,179,140)
#C0BD9B
(192,189,155)
#CAC7AA
(202,199,170)
#D4D1B9
(212,209,185)
#DEDBC8
(222,219,200)
#E8E5D7
(232,229,215)
#F2EFE6
(242,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8B50 color. Also use rgb(142,139,80) instead hex code.

Text Font Color

.myTextColor { color: #8E8B50; }

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

This text font color is #8E8B50.


Background Color

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

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

This div background color is #8E8B50.


Border color

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

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

This div border color is #8E8B50.


Opacity

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

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

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

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

This text has shadow with #8E8B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8B50 on black background.


Color preview on white background

This text has color #8E8B50 on white background.



Black color preview on #8E8B50 background

This text has black color on #8E8B50 background.


White color preview on #8E8B50 background

This text has white color on #8E8B50 background.