COLOR #8E8E79

HEX: #8E8E79
RGB: (142,142,121)

Color info

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

RGB color model

#8E8E79 color RGB value is (142,142,121).

  • red value is 142;
  • green value is 142;
  • blue value is 121.
RGB:
(142,142,121)
(56%,56%,47%)

RGB channels and saturation

R 142 of 255 = 56%
G 142 of 255 = 56%
B 121 of 255 = 47%

142
142
121

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

Portions of RGB colors in percentages

R + G + B =
142 + 142 + 121 = 405 (100%)
R 142 of 405 ~ 35.06%
G 142 of 405 ~ 35.06%
B 121 of 405 ~ 29.88%

%35.06
%35.06
%29.88

CMYK color model

#8E8E79 color CMYK value is (0,0,15,44).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 14.79%
  • key color value is 44.31%
CMYK:
(0,0,15,44)
C0M0Y15K44 
(0%,0%,15%,44%)
(0.00/0.00/0.15/0.44)	

CMYK percentages

%0
%0
%14.79
%44.31

Codes

Color #8E8E79 in popluar color models

8E8E79
RGB142142121
HSL60°8.50%51.57%
HSB/HSV60°14.79%55.69%
CMYK0.00%0.00%14.79%
44.31%

Color #8E8E79 in popluar number systems.

HEX8E8E79
Decimal142142121
Binary10001110100011101111001
Octal216216171

Shades and tints

Shades of #8E8E79

#8E8E79
(142,142,121)
#82826E
(130,130,110)
#767663
(118,118,99)
#6A6A58
(106,106,88)
#5E5E4D
(94,94,77)
#525242
(82,82,66)
#464637
(70,70,55)
#3A3A2C
(58,58,44)
#2E2E21
(46,46,33)
#222216
(34,34,22)
#16160B
(22,22,11)
#000000
(0,0,0)

Tints of #8E8E79

#8E8E79
(142,142,121)
#989885
(152,152,133)
#A2A291
(162,162,145)
#ACAC9D
(172,172,157)
#B6B6A9
(182,182,169)
#C0C0B5
(192,192,181)
#CACAC1
(202,202,193)
#D4D4CD
(212,212,205)
#DEDED9
(222,222,217)
#E8E8E5
(232,232,229)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8E79; }

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

This text font color is #8E8E79.


Background Color

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

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

This div background color is #8E8E79.


Border color

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

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

This div border color is #8E8E79.


Opacity

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

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

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

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

This text has shadow with #8E8E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8E79 on black background.


Color preview on white background

This text has color #8E8E79 on white background.



Black color preview on #8E8E79 background

This text has black color on #8E8E79 background.


White color preview on #8E8E79 background

This text has white color on #8E8E79 background.