COLOR #8D8C76

HEX: #8D8C76
RGB: (141,140,118)

Color info

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

RGB color model

#8D8C76 color RGB value is (141,140,118).

  • red value is 141;
  • green value is 140;
  • blue value is 118.
RGB:
(141,140,118)
(55%,55%,46%)

RGB channels and saturation

R 141 of 255 = 55%
G 140 of 255 = 55%
B 118 of 255 = 46%

141
140
118

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

Portions of RGB colors in percentages

R + G + B =
141 + 140 + 118 = 399 (100%)
R 141 of 399 ~ 35.34%
G 140 of 399 ~ 35.09%
B 118 of 399 ~ 29.57%

%35.34
%35.09
%29.57

CMYK color model

#8D8C76 color CMYK value is (0,1,16,45).

  • cyan value is 0.00%
  • magenta value is 0.71%
  • yellow value is 16.31%
  • key color value is 44.71%
CMYK:
(0,1,16,45)
C0M1Y16K45 
(0%,1%,16%,45%)
(0.00/0.01/0.16/0.45)	

CMYK percentages

%0
%0.71
%16.31
%44.71

Codes

Color #8D8C76 in popluar color models

8D8C76
RGB141140118
HSL57°9.16%50.78%
HSB/HSV57°16.31%55.29%
CMYK0.00%0.71%16.31%
44.71%

Color #8D8C76 in popluar number systems.

HEX8D8C76
Decimal141140118
Binary10001101100011001110110
Octal215214166

Shades and tints

Shades of #8D8C76

#8D8C76
(141,140,118)
#81806C
(129,128,108)
#757462
(117,116,98)
#696858
(105,104,88)
#5D5C4E
(93,92,78)
#515044
(81,80,68)
#45443A
(69,68,58)
#393830
(57,56,48)
#2D2C26
(45,44,38)
#21201C
(33,32,28)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #8D8C76

#8D8C76
(141,140,118)
#979682
(151,150,130)
#A1A08E
(161,160,142)
#ABAA9A
(171,170,154)
#B5B4A6
(181,180,166)
#BFBEB2
(191,190,178)
#C9C8BE
(201,200,190)
#D3D2CA
(211,210,202)
#DDDCD6
(221,220,214)
#E7E6E2
(231,230,226)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8C76 color. Also use rgb(141,140,118) instead hex code.

Text Font Color

.myTextColor { color: #8D8C76; }

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

This text font color is #8D8C76.


Background Color

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

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

This div background color is #8D8C76.


Border color

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

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

This div border color is #8D8C76.


Opacity

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

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

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

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

This text has shadow with #8D8C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8C76 on black background.


Color preview on white background

This text has color #8D8C76 on white background.



Black color preview on #8D8C76 background

This text has black color on #8D8C76 background.


White color preview on #8D8C76 background

This text has white color on #8D8C76 background.