COLOR #8D9A76

HEX: #8D9A76
RGB: (141,154,118)

Color info

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

RGB color model

#8D9A76 color RGB value is (141,154,118).

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

RGB channels and saturation

R 141 of 255 = 55%
G 154 of 255 = 60%
B 118 of 255 = 46%

141
154
118

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

Portions of RGB colors in percentages

R + G + B =
141 + 154 + 118 = 413 (100%)
R 141 of 413 ~ 34.14%
G 154 of 413 ~ 37.29%
B 118 of 413 ~ 28.57%

%34.14
%37.29
%28.57

CMYK color model

#8D9A76 color CMYK value is (8,0,23,40).

  • cyan value is 8.44%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 39.61%
CMYK: (8,0,23,40) C8M0Y23K40 (8%,0%,23%,40%) (0.08/0.00/0.23/0.40)

CMYK percentages

%8.44
%0
%23.38
%39.61

Codes

Color #8D9A76 in popluar color models

8D9A76
RGB141154118
HSL82°15.13%53.33%
HSB/HSV82°23.38%60.39%
CMYK8.44%0.00%23.38%
39.61%

Color #8D9A76 in popluar number systems.

HEX8D9A76
Decimal141154118
Binary10001101100110101110110
Octal215232166

Shades and tints

Shades of #8D9A76

#8D9A76
(141,154,118)
#818C6C
(129,140,108)
#757E62
(117,126,98)
#697058
(105,112,88)
#5D624E
(93,98,78)
#515444
(81,84,68)
#45463A
(69,70,58)
#393830
(57,56,48)
#2D2A26
(45,42,38)
#211C1C
(33,28,28)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #8D9A76

#8D9A76
(141,154,118)
#97A382
(151,163,130)
#A1AC8E
(161,172,142)
#ABB59A
(171,181,154)
#B5BEA6
(181,190,166)
#BFC7B2
(191,199,178)
#C9D0BE
(201,208,190)
#D3D9CA
(211,217,202)
#DDE2D6
(221,226,214)
#E7EBE2
(231,235,226)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9A76; }

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

This text font color is #8D9A76.


Background Color

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

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

This div background color is #8D9A76.


Border color

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

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

This div border color is #8D9A76.


Opacity

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

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

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

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

This text has shadow with #8D9A76 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8D9A76 on black background.


Color preview on white background

This text has color #8D9A76 on white background.



Black color preview on #8D9A76 background

This text has black color on #8D9A76 background.


White color preview on #8D9A76 background

This text has white color on #8D9A76 background.