COLOR #8E8952

HEX: #8E8952
RGB: (142,137,82)

Color info

#8E8952 contains mainly red and green colors. Web safe color of #8E8952 is #999966 (or #996).

RGB color model

#8E8952 color RGB value is (142,137,82).

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

RGB channels and saturation

R 142 of 255 = 56%
G 137 of 255 = 54%
B 82 of 255 = 32%

142
137
82

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

Portions of RGB colors in percentages

R + G + B =
142 + 137 + 82 = 361 (100%)
R 142 of 361 ~ 39.34%
G 137 of 361 ~ 37.95%
B 82 of 361 ~ 22.71%

%39.34
%37.95
%22.71

CMYK color model

#8E8952 color CMYK value is (0,4,42,44).

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 42.25%
  • key color value is 44.31%
CMYK:
(0,4,42,44)
C0M4Y42K44 
(0%,4%,42%,44%)
(0.00/0.04/0.42/0.44)	

CMYK percentages

%0
%3.52
%42.25
%44.31

Codes

Color #8E8952 in popluar color models

8E8952
RGB14213782
HSL55°26.79%43.92%
HSB/HSV55°42.25%55.69%
CMYK0.00%3.52%42.25%
44.31%

Color #8E8952 in popluar number systems.

HEX8E8952
Decimal14213782
Binary10001110100010011010010
Octal216211122

Shades and tints

Shades of #8E8952

#8E8952
(142,137,82)
#827D4B
(130,125,75)
#767144
(118,113,68)
#6A653D
(106,101,61)
#5E5936
(94,89,54)
#524D2F
(82,77,47)
#464128
(70,65,40)
#3A3521
(58,53,33)
#2E291A
(46,41,26)
#221D13
(34,29,19)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #8E8952

#8E8952
(142,137,82)
#989361
(152,147,97)
#A29D70
(162,157,112)
#ACA77F
(172,167,127)
#B6B18E
(182,177,142)
#C0BB9D
(192,187,157)
#CAC5AC
(202,197,172)
#D4CFBB
(212,207,187)
#DED9CA
(222,217,202)
#E8E3D9
(232,227,217)
#F2EDE8
(242,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8952; }

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

This text font color is #8E8952.


Background Color

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

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

This div background color is #8E8952.


Border color

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

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

This div border color is #8E8952.


Opacity

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

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

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

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

This text has shadow with #8E8952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8952 on black background.


Color preview on white background

This text has color #8E8952 on white background.



Black color preview on #8E8952 background

This text has black color on #8E8952 background.


White color preview on #8E8952 background

This text has white color on #8E8952 background.