COLOR #8E8439

HEX: #8E8439
RGB: (142,132,57)

Color info

#8E8439 contains mainly red and green colors. Web safe color of #8E8439 is #999933 (or #993).

RGB color model

#8E8439 color RGB value is (142,132,57).

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

RGB channels and saturation

R 142 of 255 = 56%
G 132 of 255 = 52%
B 57 of 255 = 22%

142
132
57

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

Portions of RGB colors in percentages

R + G + B =
142 + 132 + 57 = 331 (100%)
R 142 of 331 ~ 42.9%
G 132 of 331 ~ 39.88%
B 57 of 331 ~ 17.22%

%42.9
%39.88
%17.22

CMYK color model

#8E8439 color CMYK value is (0,7,60,44).

  • cyan value is 0.00%
  • magenta value is 7.04%
  • yellow value is 59.86%
  • key color value is 44.31%
CMYK:
(0,7,60,44)
C0M7Y60K44 
(0%,7%,60%,44%)
(0.00/0.07/0.60/0.44)	

CMYK percentages

%0
%7.04
%59.86
%44.31

Codes

Color #8E8439 in popluar color models

8E8439
RGB14213257
HSL53°42.71%39.02%
HSB/HSV53°59.86%55.69%
CMYK0.00%7.04%59.86%
44.31%

Color #8E8439 in popluar number systems.

HEX8E8439
Decimal14213257
Binary1000111010000100111001
Octal21620471

Shades and tints

Shades of #8E8439

#8E8439
(142,132,57)
#827834
(130,120,52)
#766C2F
(118,108,47)
#6A602A
(106,96,42)
#5E5425
(94,84,37)
#524820
(82,72,32)
#463C1B
(70,60,27)
#3A3016
(58,48,22)
#2E2411
(46,36,17)
#22180C
(34,24,12)
#160C07
(22,12,7)
#000000
(0,0,0)

Tints of #8E8439

#8E8439
(142,132,57)
#988F4B
(152,143,75)
#A29A5D
(162,154,93)
#ACA56F
(172,165,111)
#B6B081
(182,176,129)
#C0BB93
(192,187,147)
#CAC6A5
(202,198,165)
#D4D1B7
(212,209,183)
#DEDCC9
(222,220,201)
#E8E7DB
(232,231,219)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8439; }

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

This text font color is #8E8439.


Background Color

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

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

This div background color is #8E8439.


Border color

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

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

This div border color is #8E8439.


Opacity

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

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

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

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

This text has shadow with #8E8439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8439 on black background.


Color preview on white background

This text has color #8E8439 on white background.



Black color preview on #8E8439 background

This text has black color on #8E8439 background.


White color preview on #8E8439 background

This text has white color on #8E8439 background.