COLOR #8E9579

HEX: #8E9579
RGB: (142,149,121)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
149
121

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

Portions of RGB colors in percentages

R + G + B =
142 + 149 + 121 = 412 (100%)
R 142 of 412 ~ 34.47%
G 149 of 412 ~ 36.17%
B 121 of 412 ~ 29.37%

%34.47
%36.17
%29.37

CMYK color model

#8E9579 color CMYK value is (5,0,19,42).

  • cyan value is 4.70%
  • magenta value is 0.00%
  • yellow value is 18.79%
  • key color value is 41.57%
CMYK:
(5,0,19,42)
C5M0Y19K42 
(5%,0%,19%,42%)
(0.05/0.00/0.19/0.42)	

CMYK percentages

%4.7
%0
%18.79
%41.57

Codes

Color #8E9579 in popluar color models

8E9579
RGB142149121
HSL75°11.67%52.94%
HSB/HSV75°18.79%58.43%
CMYK4.70%0.00%18.79%
41.57%

Color #8E9579 in popluar number systems.

HEX8E9579
Decimal142149121
Binary10001110100101011111001
Octal216225171

Shades and tints

Shades of #8E9579

#8E9579
(142,149,121)
#82886E
(130,136,110)
#767B63
(118,123,99)
#6A6E58
(106,110,88)
#5E614D
(94,97,77)
#525442
(82,84,66)
#464737
(70,71,55)
#3A3A2C
(58,58,44)
#2E2D21
(46,45,33)
#222016
(34,32,22)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #8E9579

#8E9579
(142,149,121)
#989E85
(152,158,133)
#A2A791
(162,167,145)
#ACB09D
(172,176,157)
#B6B9A9
(182,185,169)
#C0C2B5
(192,194,181)
#CACBC1
(202,203,193)
#D4D4CD
(212,212,205)
#DEDDD9
(222,221,217)
#E8E6E5
(232,230,229)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9579; }

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

This text font color is #8E9579.


Background Color

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

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

This div background color is #8E9579.


Border color

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

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

This div border color is #8E9579.


Opacity

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

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

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

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

This text has shadow with #8E9579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9579 on black background.


Color preview on white background

This text has color #8E9579 on white background.



Black color preview on #8E9579 background

This text has black color on #8E9579 background.


White color preview on #8E9579 background

This text has white color on #8E9579 background.