COLOR #8E8120

HEX: #8E8120 RGB: (142,129,32)

Color info

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

RGB color model

#8E8120 color RGB value is (142,129,32).

RGB: (142,129,32) (56%, 51%, 13%)

RGB channels and saturation

R 142 of 255 = 56%
G 129 of 255 = 51%
B 32 of 255 = 13%

142
129
32

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

Portions of RGB colors in percentages

R + G + B = 142 + 129 + 32 = 303 (100%)
R 142 of 303 ~ 46.86%
G 129 of 303 ~ 42.57%
B 32 of 303 ~ 10.56'%

%46.86
%42.57
%10.56

CMYK color model

#8E8120 color CMYK value is (0,9,77,44).

  • cyan value is 0.00%
  • magenta value is 9.15%
  • yellow value is 77.46%
  • key color value is 44.31%

CMYK: (0,9,77,44)
C0M9Y77K44 (0%, 9%, 77%, 44%)
(0.00 / 0.09 / 0.77 / 0.44)

CMYK percentages

%0
%9.15
%77.46
%44.31

Codes

Color #8E8120 in popluar color models

8E 81 20
RGB 142 129 32
HSL 53° 63.22% 34.12%
HSB/HSV 53° 77.46% 55.69%
CMYK 0.00% 9.15% 77.46%
44.31%

Color #8E8120 in popluar number systems.

HEX 8E 81 20
Decimal 142 129 32
Binary 10001110 10000001 100000
Octal 216 201 40

Shades and tints

Shades of #8E8120

#8E8120
(142,129,32)
#82761E
(130,118,30)
#766B1C
(118,107,28)
#6A601A
(106,96,26)
#5E5518
(94,85,24)
#524A16
(82,74,22)
#463F14
(70,63,20)
#3A3412
(58,52,18)
#2E2910
(46,41,16)
#221E0E
(34,30,14)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #8E8120

#8E8120
(142,129,32)
#988C34
(152,140,52)
#A29748
(162,151,72)
#ACA25C
(172,162,92)
#B6AD70
(182,173,112)
#C0B884
(192,184,132)
#CAC398
(202,195,152)
#D4CEAC
(212,206,172)
#DED9C0
(222,217,192)
#E8E4D4
(232,228,212)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8120 color. Also use rgb(142,129,32) instead hex code.

Text Font Color

.myTextColor { color: #8E8120; }

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

This text font color is #8E8120.

Background Color

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

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

This div background color is #8E8120.

Border color

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

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

This div border color is #8E8120.

Opacity

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

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

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

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

This text has shadow with #8E8120 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8120.

Preview

Color preview on black background

This text has color #8E8120 on black background.


Color preview on white background

This text has color #8E8120 on white background.


Black color preview on #8E8120 background

This text has black color on #8E8120 background.


White color preview on #8E8120 background

This text has white color on #8E8120 background.


Related colors

Complementary color

Complementary color for #hex is #717EDF.


I love getcolorcode.com

Triadic colors

1 #208E81 and #81208E with #8E8120 are triadic colors.

2 #20818E and #818E20 with #8E8120 are triadic colors.