COLOR #8E8759

HEX: #8E8759
RGB: (142,135,89)

Color info

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

RGB color model

#8E8759 color RGB value is (142,135,89).

  • red value is 142;
  • green value is 135;
  • blue value is 89.
RGB:
(142,135,89)
(56%,53%,35%)

RGB channels and saturation

R 142 of 255 = 56%
G 135 of 255 = 53%
B 89 of 255 = 35%

142
135
89

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

Portions of RGB colors in percentages

R + G + B =
142 + 135 + 89 = 366 (100%)
R 142 of 366 ~ 38.8%
G 135 of 366 ~ 36.89%
B 89 of 366 ~ 24.32%

%38.8
%36.89
%24.32

CMYK color model

#8E8759 color CMYK value is (0,5,37,44).

  • cyan value is 0.00%
  • magenta value is 4.93%
  • yellow value is 37.32%
  • key color value is 44.31%
CMYK:
(0,5,37,44)
C0M5Y37K44 
(0%,5%,37%,44%)
(0.00/0.05/0.37/0.44)	

CMYK percentages

%0
%4.93
%37.32
%44.31

Codes

Color #8E8759 in popluar color models

8E8759
RGB14213589
HSL52°22.94%45.29%
HSB/HSV52°37.32%55.69%
CMYK0.00%4.93%37.32%
44.31%

Color #8E8759 in popluar number systems.

HEX8E8759
Decimal14213589
Binary10001110100001111011001
Octal216207131

Shades and tints

Shades of #8E8759

#8E8759
(142,135,89)
#827B51
(130,123,81)
#766F49
(118,111,73)
#6A6341
(106,99,65)
#5E5739
(94,87,57)
#524B31
(82,75,49)
#463F29
(70,63,41)
#3A3321
(58,51,33)
#2E2719
(46,39,25)
#221B11
(34,27,17)
#160F09
(22,15,9)
#000000
(0,0,0)

Tints of #8E8759

#8E8759
(142,135,89)
#989168
(152,145,104)
#A29B77
(162,155,119)
#ACA586
(172,165,134)
#B6AF95
(182,175,149)
#C0B9A4
(192,185,164)
#CAC3B3
(202,195,179)
#D4CDC2
(212,205,194)
#DED7D1
(222,215,209)
#E8E1E0
(232,225,224)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8759; }

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

This text font color is #8E8759.


Background Color

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

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

This div background color is #8E8759.


Border color

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

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

This div border color is #8E8759.


Opacity

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

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

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

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

This text has shadow with #8E8759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8759 on black background.


Color preview on white background

This text has color #8E8759 on white background.



Black color preview on #8E8759 background

This text has black color on #8E8759 background.


White color preview on #8E8759 background

This text has white color on #8E8759 background.