COLOR #8E8D7A

HEX: #8E8D7A
RGB: (142,141,122)

Color info

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

RGB color model

#8E8D7A color RGB value is (142,141,122).

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

RGB channels and saturation

R 142 of 255 = 56%
G 141 of 255 = 55%
B 122 of 255 = 48%

142
141
122

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

Portions of RGB colors in percentages

R + G + B =
142 + 141 + 122 = 405 (100%)
R 142 of 405 ~ 35.06%
G 141 of 405 ~ 34.81%
B 122 of 405 ~ 30.12%

%35.06
%34.81
%30.12

CMYK color model

#8E8D7A color CMYK value is (0,1,14,44).

  • cyan value is 0.00%
  • magenta value is 0.70%
  • yellow value is 14.08%
  • key color value is 44.31%
CMYK:
(0,1,14,44)
C0M1Y14K44 
(0%,1%,14%,44%)
(0.00/0.01/0.14/0.44)	

CMYK percentages

%0
%0.7
%14.08
%44.31

Codes

Color #8E8D7A in popluar color models

8E8D7A
RGB142141122
HSL57°8.13%51.76%
HSB/HSV57°14.08%55.69%
CMYK0.00%0.70%14.08%
44.31%

Color #8E8D7A in popluar number systems.

HEX8E8D7A
Decimal142141122
Binary10001110100011011111010
Octal216215172

Shades and tints

Shades of #8E8D7A

#8E8D7A
(142,141,122)
#82816F
(130,129,111)
#767564
(118,117,100)
#6A6959
(106,105,89)
#5E5D4E
(94,93,78)
#525143
(82,81,67)
#464538
(70,69,56)
#3A392D
(58,57,45)
#2E2D22
(46,45,34)
#222117
(34,33,23)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #8E8D7A

#8E8D7A
(142,141,122)
#989786
(152,151,134)
#A2A192
(162,161,146)
#ACAB9E
(172,171,158)
#B6B5AA
(182,181,170)
#C0BFB6
(192,191,182)
#CAC9C2
(202,201,194)
#D4D3CE
(212,211,206)
#DEDDDA
(222,221,218)
#E8E7E6
(232,231,230)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8D7A; }

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

This text font color is #8E8D7A.


Background Color

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

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

This div background color is #8E8D7A.


Border color

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

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

This div border color is #8E8D7A.


Opacity

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

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

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

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

This text has shadow with #8E8D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8D7A on black background.


Color preview on white background

This text has color #8E8D7A on white background.



Black color preview on #8E8D7A background

This text has black color on #8E8D7A background.


White color preview on #8E8D7A background

This text has white color on #8E8D7A background.