COLOR #8D876A

HEX: #8D876A RGB: (141,135,106)

Color info

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

RGB color model

#8D876A color RGB value is (141,135,106).

RGB: (141,135,106) (55%, 53%, 42%)

RGB channels and saturation

R 141 of 255 = 55%
G 135 of 255 = 53%
B 106 of 255 = 42%

141
135
106

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

Portions of RGB colors in percentages

R + G + B = 141 + 135 + 106 = 382 (100%)
R 141 of 382 ~ 36.91%
G 135 of 382 ~ 35.34%
B 106 of 382 ~ 27.75'%

%36.91
%35.34
%27.75

CMYK color model

#8D876A color CMYK value is (0,4,25,45).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 24.82%
  • key color value is 44.71%

CMYK: (0,4,25,45)
C0M4Y25K45 (0%, 4%, 25%, 45%)
(0.00 / 0.04 / 0.25 / 0.45)

CMYK percentages

%0
%4.26
%24.82
%44.71

Codes

Color #8D876A in popluar color models

8D 87 6A
RGB 141 135 106
HSL 50° 14.17% 48.43%
HSB/HSV 50° 24.82% 55.29%
CMYK 0.00% 4.26% 24.82%
44.71%

Color #8D876A in popluar number systems.

HEX 8D 87 6A
Decimal 141 135 106
Binary 10001101 10000111 1101010
Octal 215 207 152

Shades and tints

Shades of #8D876A

#8D876A
(141,135,106)
#817B61
(129,123,97)
#756F58
(117,111,88)
#69634F
(105,99,79)
#5D5746
(93,87,70)
#514B3D
(81,75,61)
#453F34
(69,63,52)
#39332B
(57,51,43)
#2D2722
(45,39,34)
#211B19
(33,27,25)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #8D876A

#8D876A
(141,135,106)
#979177
(151,145,119)
#A19B84
(161,155,132)
#ABA591
(171,165,145)
#B5AF9E
(181,175,158)
#BFB9AB
(191,185,171)
#C9C3B8
(201,195,184)
#D3CDC5
(211,205,197)
#DDD7D2
(221,215,210)
#E7E1DF
(231,225,223)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D876A color. Also use rgb(141,135,106) instead hex code.

Text Font Color

.myTextColor { color: #8D876A; }

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

This text font color is #8D876A.

Background Color

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

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

This div background color is #8D876A.

Border color

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

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

This div border color is #8D876A.

Opacity

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

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

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

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

This text has shadow with #8D876A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D876A.

Preview

Color preview on black background

This text has color #8D876A on black background.


Color preview on white background

This text has color #8D876A on white background.


Black color preview on #8D876A background

This text has black color on #8D876A background.


White color preview on #8D876A background

This text has white color on #8D876A background.


Related colors

Complementary color

Complementary color for #hex is #727895.


I love getcolorcode.com

Triadic colors

1 #6A8D87 and #876A8D with #8D876A are triadic colors.

2 #6A878D and #878D6A with #8D876A are triadic colors.