COLOR #8E853F

HEX: #8E853F RGB: (142,133,63)

Color info

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

RGB color model

#8E853F color RGB value is (142,133,63).

RGB: (142,133,63) (56%, 52%, 25%)

RGB channels and saturation

R 142 of 255 = 56%
G 133 of 255 = 52%
B 63 of 255 = 25%

142
133
63

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

Portions of RGB colors in percentages

R + G + B = 142 + 133 + 63 = 338 (100%)
R 142 of 338 ~ 42.01%
G 133 of 338 ~ 39.35%
B 63 of 338 ~ 18.64'%

%42.01
%39.35
%18.64

CMYK color model

#8E853F color CMYK value is (0,6,56,44).

  • cyan value is 0.00%
  • magenta value is 6.34%
  • yellow value is 55.63%
  • key color value is 44.31%
CMYK: (0,6,56,44) C0M6Y56K44 (0%,6%,56%,44%) (0.00/0.06/0.56/0.44) 

CMYK percentages

%0
%6.34
%55.63
%44.31

Codes

Color #8E853F in popluar color models

8E 85 3F
RGB 142 133 63
HSL 53° 38.54% 40.20%
HSB/HSV 53° 55.63% 55.69%
CMYK 0.00% 6.34% 55.63%
44.31%

Color #8E853F in popluar number systems.

HEX 8E 85 3F
Decimal 142 133 63
Binary 10001110 10000101 111111
Octal 216 205 77

Shades and tints

Shades of #8E853F

#8E853F
(142,133,63)
#82793A
(130,121,58)
#766D35
(118,109,53)
#6A6130
(106,97,48)
#5E552B
(94,85,43)
#524926
(82,73,38)
#463D21
(70,61,33)
#3A311C
(58,49,28)
#2E2517
(46,37,23)
#221912
(34,25,18)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #8E853F

#8E853F
(142,133,63)
#989050
(152,144,80)
#A29B61
(162,155,97)
#ACA672
(172,166,114)
#B6B183
(182,177,131)
#C0BC94
(192,188,148)
#CAC7A5
(202,199,165)
#D4D2B6
(212,210,182)
#DEDDC7
(222,221,199)
#E8E8D8
(232,232,216)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E853F color. Also use rgb(142,133,63) instead hex code.

Text Font Color

.myTextColor { color: #8E853F; }

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

This text font color is #8E853F.

Background Color

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

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

This div background color is #8E853F.

Border color

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

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

This div border color is #8E853F.

Opacity

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

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

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

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

This text has shadow with #8E853F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E853F.

Preview

Color preview on black background

This text has color #8E853F on black background.


Color preview on white background

This text has color #8E853F on white background.


Black color preview on #8E853F background

This text has black color on #8E853F background.


White color preview on #8E853F background

This text has white color on #8E853F background.


Related colors

Complementary color

Complementary color for #hex is #717AC0.


I love getcolorcode.com

Triadic colors

1 #3F8E85 and #853F8E with #8E853F are triadic colors.

2 #3F858E and #858E3F with #8E853F are triadic colors.