COLOR #8E8767

HEX: #8E8767
RGB: (142,135,103)

Color info

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

RGB color model

#8E8767 color RGB value is (142,135,103).

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

RGB channels and saturation

R 142 of 255 = 56%
G 135 of 255 = 53%
B 103 of 255 = 40%

142
135
103

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

Portions of RGB colors in percentages

R + G + B =
142 + 135 + 103 = 380 (100%)
R 142 of 380 ~ 37.37%
G 135 of 380 ~ 35.53%
B 103 of 380 ~ 27.11%

%37.37
%35.53
%27.11

CMYK color model

#8E8767 color CMYK value is (0,5,27,44).

  • cyan value is 0.00%
  • magenta value is 4.93%
  • yellow value is 27.46%
  • key color value is 44.31%
CMYK:
(0,5,27,44)
C0M5Y27K44 
(0%,5%,27%,44%)
(0.00/0.05/0.27/0.44)	

CMYK percentages

%0
%4.93
%27.46
%44.31

Codes

Color #8E8767 in popluar color models

8E8767
RGB142135103
HSL49°15.92%48.04%
HSB/HSV49°27.46%55.69%
CMYK0.00%4.93%27.46%
44.31%

Color #8E8767 in popluar number systems.

HEX8E8767
Decimal142135103
Binary10001110100001111100111
Octal216207147

Shades and tints

Shades of #8E8767

#8E8767
(142,135,103)
#827B5E
(130,123,94)
#766F55
(118,111,85)
#6A634C
(106,99,76)
#5E5743
(94,87,67)
#524B3A
(82,75,58)
#463F31
(70,63,49)
#3A3328
(58,51,40)
#2E271F
(46,39,31)
#221B16
(34,27,22)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #8E8767

#8E8767
(142,135,103)
#989174
(152,145,116)
#A29B81
(162,155,129)
#ACA58E
(172,165,142)
#B6AF9B
(182,175,155)
#C0B9A8
(192,185,168)
#CAC3B5
(202,195,181)
#D4CDC2
(212,205,194)
#DED7CF
(222,215,207)
#E8E1DC
(232,225,220)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8767; }

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

This text font color is #8E8767.


Background Color

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

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

This div background color is #8E8767.


Border color

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

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

This div border color is #8E8767.


Opacity

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

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

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

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

This text has shadow with #8E8767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8767 on black background.


Color preview on white background

This text has color #8E8767 on white background.



Black color preview on #8E8767 background

This text has black color on #8E8767 background.


White color preview on #8E8767 background

This text has white color on #8E8767 background.