COLOR #8E8065

HEX: #8E8065
RGB: (142,128,101)

Color info

#8E8065 contains red, green and blue colors in about the same proportion. Web safe color of #8E8065 is #996666 (or #966).

RGB color model

#8E8065 color RGB value is (142,128,101).

  • red value is 142;
  • green value is 128;
  • blue value is 101.
RGB:
(142,128,101)
(56%,50%,40%)

RGB channels and saturation

R 142 of 255 = 56%
G 128 of 255 = 50%
B 101 of 255 = 40%

142
128
101

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

Portions of RGB colors in percentages

R + G + B =
142 + 128 + 101 = 371 (100%)
R 142 of 371 ~ 38.27%
G 128 of 371 ~ 34.5%
B 101 of 371 ~ 27.22%

%38.27
%34.5
%27.22

CMYK color model

#8E8065 color CMYK value is (0,10,29,44).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 28.87%
  • key color value is 44.31%
CMYK:
(0,10,29,44)
C0M10Y29K44 
(0%,10%,29%,44%)
(0.00/0.10/0.29/0.44)	

CMYK percentages

%0
%9.86
%28.87
%44.31

Codes

Color #8E8065 in popluar color models

8E8065
RGB142128101
HSL40°16.87%47.65%
HSB/HSV40°28.87%55.69%
CMYK0.00%9.86%28.87%
44.31%

Color #8E8065 in popluar number systems.

HEX8E8065
Decimal142128101
Binary10001110100000001100101
Octal216200145

Shades and tints

Shades of #8E8065

#8E8065
(142,128,101)
#82755C
(130,117,92)
#766A53
(118,106,83)
#6A5F4A
(106,95,74)
#5E5441
(94,84,65)
#524938
(82,73,56)
#463E2F
(70,62,47)
#3A3326
(58,51,38)
#2E281D
(46,40,29)
#221D14
(34,29,20)
#16120B
(22,18,11)
#000000
(0,0,0)

Tints of #8E8065

#8E8065
(142,128,101)
#988B73
(152,139,115)
#A29681
(162,150,129)
#ACA18F
(172,161,143)
#B6AC9D
(182,172,157)
#C0B7AB
(192,183,171)
#CAC2B9
(202,194,185)
#D4CDC7
(212,205,199)
#DED8D5
(222,216,213)
#E8E3E3
(232,227,227)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8065 color. Also use rgb(142,128,101) instead hex code.

Text Font Color

.myTextColor { color: #8E8065; }

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

This text font color is #8E8065.


Background Color

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

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

This div background color is #8E8065.


Border color

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

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

This div border color is #8E8065.


Opacity

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

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

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

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

This text has shadow with #8E8065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8065 on black background.


Color preview on white background

This text has color #8E8065 on white background.



Black color preview on #8E8065 background

This text has black color on #8E8065 background.


White color preview on #8E8065 background

This text has white color on #8E8065 background.