COLOR #8D9A7D

HEX: #8D9A7D
RGB: (141,154,125)

Color info

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

RGB color model

#8D9A7D color RGB value is (141,154,125).

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

RGB channels and saturation

R 141 of 255 = 55%
G 154 of 255 = 60%
B 125 of 255 = 49%

141
154
125

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

Portions of RGB colors in percentages

R + G + B =
141 + 154 + 125 = 420 (100%)
R 141 of 420 ~ 33.57%
G 154 of 420 ~ 36.67%
B 125 of 420 ~ 29.76%

%33.57
%36.67
%29.76

CMYK color model

#8D9A7D color CMYK value is (8,0,19,40).

  • cyan value is 8.44%
  • magenta value is 0.00%
  • yellow value is 18.83%
  • key color value is 39.61%
CMYK:
(8,0,19,40)
C8M0Y19K40 
(8%,0%,19%,40%)
(0.08/0.00/0.19/0.40)	

CMYK percentages

%8.44
%0
%18.83
%39.61

Codes

Color #8D9A7D in popluar color models

8D9A7D
RGB141154125
HSL87°12.55%54.71%
HSB/HSV87°18.83%60.39%
CMYK8.44%0.00%18.83%
39.61%

Color #8D9A7D in popluar number systems.

HEX8D9A7D
Decimal141154125
Binary10001101100110101111101
Octal215232175

Shades and tints

Shades of #8D9A7D

#8D9A7D
(141,154,125)
#818C72
(129,140,114)
#757E67
(117,126,103)
#69705C
(105,112,92)
#5D6251
(93,98,81)
#515446
(81,84,70)
#45463B
(69,70,59)
#393830
(57,56,48)
#2D2A25
(45,42,37)
#211C1A
(33,28,26)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #8D9A7D

#8D9A7D
(141,154,125)
#97A388
(151,163,136)
#A1AC93
(161,172,147)
#ABB59E
(171,181,158)
#B5BEA9
(181,190,169)
#BFC7B4
(191,199,180)
#C9D0BF
(201,208,191)
#D3D9CA
(211,217,202)
#DDE2D5
(221,226,213)
#E7EBE0
(231,235,224)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9A7D; }

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

This text font color is #8D9A7D.


Background Color

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

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

This div background color is #8D9A7D.


Border color

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

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

This div border color is #8D9A7D.


Opacity

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

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

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

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

This text has shadow with #8D9A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9A7D on black background.


Color preview on white background

This text has color #8D9A7D on white background.



Black color preview on #8D9A7D background

This text has black color on #8D9A7D background.


White color preview on #8D9A7D background

This text has white color on #8D9A7D background.