COLOR #8E7932

HEX: #8E7932
RGB: (142,121,50)

Color info

#8E7932 contains mainly red and green colors. Web safe color of #8E7932 is #996633 (or #963).

RGB color model

#8E7932 color RGB value is (142,121,50).

  • red value is 142;
  • green value is 121;
  • blue value is 50.
RGB:
(142,121,50)
(56%,47%,20%)

RGB channels and saturation

R 142 of 255 = 56%
G 121 of 255 = 47%
B 50 of 255 = 20%

142
121
50

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

Portions of RGB colors in percentages

R + G + B =
142 + 121 + 50 = 313 (100%)
R 142 of 313 ~ 45.37%
G 121 of 313 ~ 38.66%
B 50 of 313 ~ 15.97%

%45.37
%38.66
%15.97

CMYK color model

#8E7932 color CMYK value is (0,15,65,44).

  • cyan value is 0.00%
  • magenta value is 14.79%
  • yellow value is 64.79%
  • key color value is 44.31%
CMYK:
(0,15,65,44)
C0M15Y65K44 
(0%,15%,65%,44%)
(0.00/0.15/0.65/0.44)	

CMYK percentages

%0
%14.79
%64.79
%44.31

Codes

Color #8E7932 in popluar color models

8E7932
RGB14212150
HSL46°47.92%37.65%
HSB/HSV46°64.79%55.69%
CMYK0.00%14.79%64.79%
44.31%

Color #8E7932 in popluar number systems.

HEX8E7932
Decimal14212150
Binary100011101111001110010
Octal21617162

Shades and tints

Shades of #8E7932

#8E7932
(142,121,50)
#826E2E
(130,110,46)
#76632A
(118,99,42)
#6A5826
(106,88,38)
#5E4D22
(94,77,34)
#52421E
(82,66,30)
#46371A
(70,55,26)
#3A2C16
(58,44,22)
#2E2112
(46,33,18)
#22160E
(34,22,14)
#160B0A
(22,11,10)
#000000
(0,0,0)

Tints of #8E7932

#8E7932
(142,121,50)
#988544
(152,133,68)
#A29156
(162,145,86)
#AC9D68
(172,157,104)
#B6A97A
(182,169,122)
#C0B58C
(192,181,140)
#CAC19E
(202,193,158)
#D4CDB0
(212,205,176)
#DED9C2
(222,217,194)
#E8E5D4
(232,229,212)
#F2F1E6
(242,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7932 color. Also use rgb(142,121,50) instead hex code.

Text Font Color

.myTextColor { color: #8E7932; }

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

This text font color is #8E7932.


Background Color

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

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

This div background color is #8E7932.


Border color

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

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

This div border color is #8E7932.


Opacity

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

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

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

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

This text has shadow with #8E7932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7932 on black background.


Color preview on white background

This text has color #8E7932 on white background.



Black color preview on #8E7932 background

This text has black color on #8E7932 background.


White color preview on #8E7932 background

This text has white color on #8E7932 background.