COLOR #8E8566

HEX: #8E8566
RGB: (142,133,102)

Color info

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

RGB color model

#8E8566 color RGB value is (142,133,102).

  • red value is 142;
  • green value is 133;
  • blue value is 102.
RGB:
(142,133,102)
(56%,52%,40%)

RGB channels and saturation

R 142 of 255 = 56%
G 133 of 255 = 52%
B 102 of 255 = 40%

142
133
102

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

Portions of RGB colors in percentages

R + G + B =
142 + 133 + 102 = 377 (100%)
R 142 of 377 ~ 37.67%
G 133 of 377 ~ 35.28%
B 102 of 377 ~ 27.06%

%37.67
%35.28
%27.06

CMYK color model

#8E8566 color CMYK value is (0,6,28,44).

  • cyan value is 0.00%
  • magenta value is 6.34%
  • yellow value is 28.17%
  • key color value is 44.31%
CMYK:
(0,6,28,44)
C0M6Y28K44 
(0%,6%,28%,44%)
(0.00/0.06/0.28/0.44)	

CMYK percentages

%0
%6.34
%28.17
%44.31

Codes

Color #8E8566 in popluar color models

8E8566
RGB142133102
HSL47°16.39%47.84%
HSB/HSV47°28.17%55.69%
CMYK0.00%6.34%28.17%
44.31%

Color #8E8566 in popluar number systems.

HEX8E8566
Decimal142133102
Binary10001110100001011100110
Octal216205146

Shades and tints

Shades of #8E8566

#8E8566
(142,133,102)
#82795D
(130,121,93)
#766D54
(118,109,84)
#6A614B
(106,97,75)
#5E5542
(94,85,66)
#524939
(82,73,57)
#463D30
(70,61,48)
#3A3127
(58,49,39)
#2E251E
(46,37,30)
#221915
(34,25,21)
#160D0C
(22,13,12)
#000000
(0,0,0)

Tints of #8E8566

#8E8566
(142,133,102)
#989073
(152,144,115)
#A29B80
(162,155,128)
#ACA68D
(172,166,141)
#B6B19A
(182,177,154)
#C0BCA7
(192,188,167)
#CAC7B4
(202,199,180)
#D4D2C1
(212,210,193)
#DEDDCE
(222,221,206)
#E8E8DB
(232,232,219)
#F2F3E8
(242,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8566; }

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

This text font color is #8E8566.


Background Color

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

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

This div background color is #8E8566.


Border color

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

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

This div border color is #8E8566.


Opacity

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

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

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

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

This text has shadow with #8E8566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8566 on black background.


Color preview on white background

This text has color #8E8566 on white background.



Black color preview on #8E8566 background

This text has black color on #8E8566 background.


White color preview on #8E8566 background

This text has white color on #8E8566 background.