COLOR #8E985C

HEX: #8E985C RGB: (142,152,92)

Color info

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

RGB color model

#8E985C color RGB value is (142,152,92).

RGB: (142,152,92) (56%, 60%, 36%)

RGB channels and saturation

R 142 of 255 = 56%
G 152 of 255 = 60%
B 92 of 255 = 36%

142
152
92

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

Portions of RGB colors in percentages

R + G + B = 142 + 152 + 92 = 386 (100%)
R 142 of 386 ~ 36.79%
G 152 of 386 ~ 39.38%
B 92 of 386 ~ 23.83'%

%36.79
%39.38
%23.83

CMYK color model

#8E985C color CMYK value is (7,0,39,40).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 39.47%
  • key color value is 40.39%

CMYK: (7,0,39,40)
C7M0Y39K40 (7%, 0%, 39%, 40%)
(0.07 / 0.00 / 0.39 / 0.40)

CMYK percentages

%6.58
%0
%39.47
%40.39

Codes

Color #8E985C in popluar color models

8E 98 5C
RGB 142 152 92
HSL 70° 24.59% 47.84%
HSB/HSV 70° 39.47% 59.61%
CMYK 6.58% 0.00% 39.47%
40.39%

Color #8E985C in popluar number systems.

HEX 8E 98 5C
Decimal 142 152 92
Binary 10001110 10011000 1011100
Octal 216 230 134

Shades and tints

Shades of #8E985C

#8E985C
(142,152,92)
#828B54
(130,139,84)
#767E4C
(118,126,76)
#6A7144
(106,113,68)
#5E643C
(94,100,60)
#525734
(82,87,52)
#464A2C
(70,74,44)
#3A3D24
(58,61,36)
#2E301C
(46,48,28)
#222314
(34,35,20)
#16160C
(22,22,12)
#000000
(0,0,0)

Tints of #8E985C

#8E985C
(142,152,92)
#98A16A
(152,161,106)
#A2AA78
(162,170,120)
#ACB386
(172,179,134)
#B6BC94
(182,188,148)
#C0C5A2
(192,197,162)
#CACEB0
(202,206,176)
#D4D7BE
(212,215,190)
#DEE0CC
(222,224,204)
#E8E9DA
(232,233,218)
#F2F2E8
(242,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E985C color. Also use rgb(142,152,92) instead hex code.

Text Font Color

.myTextColor { color: #8E985C; }

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

This text font color is #8E985C.

Background Color

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

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

This div background color is #8E985C.

Border color

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

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

This div border color is #8E985C.

Opacity

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

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

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

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

This text has shadow with #8E985C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E985C.

Preview

Color preview on black background

This text has color #8E985C on black background.


Color preview on white background

This text has color #8E985C on white background.


Black color preview on #8E985C background

This text has black color on #8E985C background.


White color preview on #8E985C background

This text has white color on #8E985C background.


Related colors

Complementary color

Complementary color for #hex is #7167A3.


I love getcolorcode.com

Triadic colors

1 #5C8E98 and #985C8E with #8E985C are triadic colors.

2 #5C988E and #988E5C with #8E985C are triadic colors.