COLOR #8E8961

HEX: #8E8961
RGB: (142,137,97)

Color info

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

RGB color model

#8E8961 color RGB value is (142,137,97).

  • red value is 142;
  • green value is 137;
  • blue value is 97.
RGB:
(142,137,97)
(56%,54%,38%)

RGB channels and saturation

R 142 of 255 = 56%
G 137 of 255 = 54%
B 97 of 255 = 38%

142
137
97

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

Portions of RGB colors in percentages

R + G + B =
142 + 137 + 97 = 376 (100%)
R 142 of 376 ~ 37.77%
G 137 of 376 ~ 36.44%
B 97 of 376 ~ 25.8%

%37.77
%36.44
%25.8

CMYK color model

#8E8961 color CMYK value is (0,4,32,44).

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 31.69%
  • key color value is 44.31%
CMYK:
(0,4,32,44)
C0M4Y32K44 
(0%,4%,32%,44%)
(0.00/0.04/0.32/0.44)	

CMYK percentages

%0
%3.52
%31.69
%44.31

Codes

Color #8E8961 in popluar color models

8E8961
RGB14213797
HSL53°18.83%46.86%
HSB/HSV53°31.69%55.69%
CMYK0.00%3.52%31.69%
44.31%

Color #8E8961 in popluar number systems.

HEX8E8961
Decimal14213797
Binary10001110100010011100001
Octal216211141

Shades and tints

Shades of #8E8961

#8E8961
(142,137,97)
#827D59
(130,125,89)
#767151
(118,113,81)
#6A6549
(106,101,73)
#5E5941
(94,89,65)
#524D39
(82,77,57)
#464131
(70,65,49)
#3A3529
(58,53,41)
#2E2921
(46,41,33)
#221D19
(34,29,25)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #8E8961

#8E8961
(142,137,97)
#98936F
(152,147,111)
#A29D7D
(162,157,125)
#ACA78B
(172,167,139)
#B6B199
(182,177,153)
#C0BBA7
(192,187,167)
#CAC5B5
(202,197,181)
#D4CFC3
(212,207,195)
#DED9D1
(222,217,209)
#E8E3DF
(232,227,223)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8961 color. Also use rgb(142,137,97) instead hex code.

Text Font Color

.myTextColor { color: #8E8961; }

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

This text font color is #8E8961.


Background Color

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

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

This div background color is #8E8961.


Border color

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

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

This div border color is #8E8961.


Opacity

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

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

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

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

This text has shadow with #8E8961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8961 on black background.


Color preview on white background

This text has color #8E8961 on white background.



Black color preview on #8E8961 background

This text has black color on #8E8961 background.


White color preview on #8E8961 background

This text has white color on #8E8961 background.