COLOR #8D864D

HEX: #8D864D RGB: (141,134,77)

Color info

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

RGB color model

#8D864D color RGB value is (141,134,77).

RGB: (141,134,77) (55%, 53%, 30%)

RGB channels and saturation

R 141 of 255 = 55%
G 134 of 255 = 53%
B 77 of 255 = 30%

141
134
77

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

Portions of RGB colors in percentages

R + G + B = 141 + 134 + 77 = 352 (100%)
R 141 of 352 ~ 40.06%
G 134 of 352 ~ 38.07%
B 77 of 352 ~ 21.88'%

%40.06
%38.07
%21.88

CMYK color model

#8D864D color CMYK value is (0,5,45,45).

  • cyan value is 0.00%
  • magenta value is 4.96%
  • yellow value is 45.39%
  • key color value is 44.71%

CMYK: (0,5,45,45)
C0M5Y45K45 (0%, 5%, 45%, 45%)
(0.00 / 0.05 / 0.45 / 0.45)

CMYK percentages

%0
%4.96
%45.39
%44.71

Codes

Color #8D864D in popluar color models

8D 86 4D
RGB 141 134 77
HSL 53° 29.36% 42.75%
HSB/HSV 53° 45.39% 55.29%
CMYK 0.00% 4.96% 45.39%
44.71%

Color #8D864D in popluar number systems.

HEX 8D 86 4D
Decimal 141 134 77
Binary 10001101 10000110 1001101
Octal 215 206 115

Shades and tints

Shades of #8D864D

#8D864D
(141,134,77)
#817A46
(129,122,70)
#756E3F
(117,110,63)
#696238
(105,98,56)
#5D5631
(93,86,49)
#514A2A
(81,74,42)
#453E23
(69,62,35)
#39321C
(57,50,28)
#2D2615
(45,38,21)
#211A0E
(33,26,14)
#150E07
(21,14,7)
#000000
(0,0,0)

Tints of #8D864D

#8D864D
(141,134,77)
#97915D
(151,145,93)
#A19C6D
(161,156,109)
#ABA77D
(171,167,125)
#B5B28D
(181,178,141)
#BFBD9D
(191,189,157)
#C9C8AD
(201,200,173)
#D3D3BD
(211,211,189)
#DDDECD
(221,222,205)
#E7E9DD
(231,233,221)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D864D color. Also use rgb(141,134,77) instead hex code.

Text Font Color

.myTextColor { color: #8D864D; }

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

This text font color is #8D864D.

Background Color

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

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

This div background color is #8D864D.

Border color

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

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

This div border color is #8D864D.

Opacity

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

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

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

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

This text has shadow with #8D864D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D864D.

Preview

Color preview on black background

This text has color #8D864D on black background.


Color preview on white background

This text has color #8D864D on white background.


Black color preview on #8D864D background

This text has black color on #8D864D background.


White color preview on #8D864D background

This text has white color on #8D864D background.


Related colors

Complementary color

Complementary color for #hex is #7279B2.


I love getcolorcode.com

Triadic colors

1 #4D8D86 and #864D8D with #8D864D are triadic colors.

2 #4D868D and #868D4D with #8D864D are triadic colors.