COLOR #8E8466

HEX: #8E8466
RGB: (142,132,102)

Color info

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

RGB color model

#8E8466 color RGB value is (142,132,102).

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

RGB channels and saturation

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

142
132
102

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

Portions of RGB colors in percentages

R + G + B =
142 + 132 + 102 = 376 (100%)
R 142 of 376 ~ 37.77%
G 132 of 376 ~ 35.11%
B 102 of 376 ~ 27.13%

%37.77
%35.11
%27.13

CMYK color model

#8E8466 color CMYK value is (0,7,28,44).

  • cyan value is 0.00%
  • magenta value is 7.04%
  • yellow value is 28.17%
  • key color value is 44.31%
CMYK:
(0,7,28,44)
C0M7Y28K44 
(0%,7%,28%,44%)
(0.00/0.07/0.28/0.44)	

CMYK percentages

%0
%7.04
%28.17
%44.31

Codes

Color #8E8466 in popluar color models

8E8466
RGB142132102
HSL45°16.39%47.84%
HSB/HSV45°28.17%55.69%
CMYK0.00%7.04%28.17%
44.31%

Color #8E8466 in popluar number systems.

HEX8E8466
Decimal142132102
Binary10001110100001001100110
Octal216204146

Shades and tints

Shades of #8E8466

#8E8466
(142,132,102)
#82785D
(130,120,93)
#766C54
(118,108,84)
#6A604B
(106,96,75)
#5E5442
(94,84,66)
#524839
(82,72,57)
#463C30
(70,60,48)
#3A3027
(58,48,39)
#2E241E
(46,36,30)
#221815
(34,24,21)
#160C0C
(22,12,12)
#000000
(0,0,0)

Tints of #8E8466

#8E8466
(142,132,102)
#988F73
(152,143,115)
#A29A80
(162,154,128)
#ACA58D
(172,165,141)
#B6B09A
(182,176,154)
#C0BBA7
(192,187,167)
#CAC6B4
(202,198,180)
#D4D1C1
(212,209,193)
#DEDCCE
(222,220,206)
#E8E7DB
(232,231,219)
#F2F2E8
(242,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8466; }

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

This text font color is #8E8466.


Background Color

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

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

This div background color is #8E8466.


Border color

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

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

This div border color is #8E8466.


Opacity

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

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

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

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

This text has shadow with #8E8466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8466 on black background.


Color preview on white background

This text has color #8E8466 on white background.



Black color preview on #8E8466 background

This text has black color on #8E8466 background.


White color preview on #8E8466 background

This text has white color on #8E8466 background.