COLOR #8D9D72

HEX: #8D9D72
RGB: (141,157,114)

Color info

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

RGB color model

#8D9D72 color RGB value is (141,157,114).

  • red value is 141;
  • green value is 157;
  • blue value is 114.
RGB:
(141,157,114)
(55%,62%,45%)

RGB channels and saturation

R 141 of 255 = 55%
G 157 of 255 = 62%
B 114 of 255 = 45%

141
157
114

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

Portions of RGB colors in percentages

R + G + B =
141 + 157 + 114 = 412 (100%)
R 141 of 412 ~ 34.22%
G 157 of 412 ~ 38.11%
B 114 of 412 ~ 27.67%

%34.22
%38.11
%27.67

CMYK color model

#8D9D72 color CMYK value is (10,0,27,38).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 27.39%
  • key color value is 38.43%
CMYK:
(10,0,27,38)
C10M0Y27K38 
(10%,0%,27%,38%)
(0.10/0.00/0.27/0.38)	

CMYK percentages

%10.19
%0
%27.39
%38.43

Codes

Color #8D9D72 in popluar color models

8D9D72
RGB141157114
HSL82°17.99%53.14%
HSB/HSV82°27.39%61.57%
CMYK10.19%0.00%27.39%
38.43%

Color #8D9D72 in popluar number systems.

HEX8D9D72
Decimal141157114
Binary10001101100111011110010
Octal215235162

Shades and tints

Shades of #8D9D72

#8D9D72
(141,157,114)
#818F68
(129,143,104)
#75815E
(117,129,94)
#697354
(105,115,84)
#5D654A
(93,101,74)
#515740
(81,87,64)
#454936
(69,73,54)
#393B2C
(57,59,44)
#2D2D22
(45,45,34)
#211F18
(33,31,24)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #8D9D72

#8D9D72
(141,157,114)
#97A57E
(151,165,126)
#A1AD8A
(161,173,138)
#ABB596
(171,181,150)
#B5BDA2
(181,189,162)
#BFC5AE
(191,197,174)
#C9CDBA
(201,205,186)
#D3D5C6
(211,213,198)
#DDDDD2
(221,221,210)
#E7E5DE
(231,229,222)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9D72 color. Also use rgb(141,157,114) instead hex code.

Text Font Color

.myTextColor { color: #8D9D72; }

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

This text font color is #8D9D72.


Background Color

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

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

This div background color is #8D9D72.


Border color

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

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

This div border color is #8D9D72.


Opacity

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

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

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

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

This text has shadow with #8D9D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9D72 on black background.


Color preview on white background

This text has color #8D9D72 on white background.



Black color preview on #8D9D72 background

This text has black color on #8D9D72 background.


White color preview on #8D9D72 background

This text has white color on #8D9D72 background.