COLOR #8E8A6D

HEX: #8E8A6D RGB: (142,138,109)

Color info

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

RGB color model

#8E8A6D color RGB value is (142,138,109).

RGB: (142,138,109) (56%, 54%, 43%)

RGB channels and saturation

R 142 of 255 = 56%
G 138 of 255 = 54%
B 109 of 255 = 43%

142
138
109

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

Portions of RGB colors in percentages

R + G + B = 142 + 138 + 109 = 389 (100%)
R 142 of 389 ~ 36.5%
G 138 of 389 ~ 35.48%
B 109 of 389 ~ 28.02'%

%36.5
%35.48
%28.02

CMYK color model

#8E8A6D color CMYK value is (0,3,23,44).

  • cyan value is 0.00%
  • magenta value is 2.82%
  • yellow value is 23.24%
  • key color value is 44.31%

CMYK: (0,3,23,44)
C0M3Y23K44 (0%, 3%, 23%, 44%)
(0.00 / 0.03 / 0.23 / 0.44)

CMYK percentages

%0
%2.82
%23.24
%44.31

Codes

Color #8E8A6D in popluar color models

8E 8A 6D
RGB 142 138 109
HSL 53° 13.15% 49.22%
HSB/HSV 53° 23.24% 55.69%
CMYK 0.00% 2.82% 23.24%
44.31%

Color #8E8A6D in popluar number systems.

HEX 8E 8A 6D
Decimal 142 138 109
Binary 10001110 10001010 1101101
Octal 216 212 155

Shades and tints

Shades of #8E8A6D

#8E8A6D
(142,138,109)
#827E64
(130,126,100)
#76725B
(118,114,91)
#6A6652
(106,102,82)
#5E5A49
(94,90,73)
#524E40
(82,78,64)
#464237
(70,66,55)
#3A362E
(58,54,46)
#2E2A25
(46,42,37)
#221E1C
(34,30,28)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #8E8A6D

#8E8A6D
(142,138,109)
#98947A
(152,148,122)
#A29E87
(162,158,135)
#ACA894
(172,168,148)
#B6B2A1
(182,178,161)
#C0BCAE
(192,188,174)
#CAC6BB
(202,198,187)
#D4D0C8
(212,208,200)
#DEDAD5
(222,218,213)
#E8E4E2
(232,228,226)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8A6D color. Also use rgb(142,138,109) instead hex code.

Text Font Color

.myTextColor { color: #8E8A6D; }

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

This text font color is #8E8A6D.

Background Color

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

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

This div background color is #8E8A6D.

Border color

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

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

This div border color is #8E8A6D.

Opacity

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

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

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

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

This text has shadow with #8E8A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8A6D.

Preview

Color preview on black background

This text has color #8E8A6D on black background.


Color preview on white background

This text has color #8E8A6D on white background.


Black color preview on #8E8A6D background

This text has black color on #8E8A6D background.


White color preview on #8E8A6D background

This text has white color on #8E8A6D background.


Related colors

Complementary color

Complementary color for #hex is #717592.


I love getcolorcode.com

Triadic colors

1 #6D8E8A and #8A6D8E with #8E8A6D are triadic colors.

2 #6D8A8E and #8A8E6D with #8E8A6D are triadic colors.