COLOR #8D977D

HEX: #8D977D
RGB: (141,151,125)

Color info

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

RGB color model

#8D977D color RGB value is (141,151,125).

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

RGB channels and saturation

R 141 of 255 = 55%
G 151 of 255 = 59%
B 125 of 255 = 49%

141
151
125

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

Portions of RGB colors in percentages

R + G + B =
141 + 151 + 125 = 417 (100%)
R 141 of 417 ~ 33.81%
G 151 of 417 ~ 36.21%
B 125 of 417 ~ 29.98%

%33.81
%36.21
%29.98

CMYK color model

#8D977D color CMYK value is (7,0,17,41).

  • cyan value is 6.62%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 40.78%
CMYK:
(7,0,17,41)
C7M0Y17K41 
(7%,0%,17%,41%)
(0.07/0.00/0.17/0.41)	

CMYK percentages

%6.62
%0
%17.22
%40.78

Codes

Color #8D977D in popluar color models

8D977D
RGB141151125
HSL83°11.11%54.12%
HSB/HSV83°17.22%59.22%
CMYK6.62%0.00%17.22%
40.78%

Color #8D977D in popluar number systems.

HEX8D977D
Decimal141151125
Binary10001101100101111111101
Octal215227175

Shades and tints

Shades of #8D977D

#8D977D
(141,151,125)
#818A72
(129,138,114)
#757D67
(117,125,103)
#69705C
(105,112,92)
#5D6351
(93,99,81)
#515646
(81,86,70)
#45493B
(69,73,59)
#393C30
(57,60,48)
#2D2F25
(45,47,37)
#21221A
(33,34,26)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #8D977D

#8D977D
(141,151,125)
#97A088
(151,160,136)
#A1A993
(161,169,147)
#ABB29E
(171,178,158)
#B5BBA9
(181,187,169)
#BFC4B4
(191,196,180)
#C9CDBF
(201,205,191)
#D3D6CA
(211,214,202)
#DDDFD5
(221,223,213)
#E7E8E0
(231,232,224)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D977D; }

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

This text font color is #8D977D.


Background Color

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

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

This div background color is #8D977D.


Border color

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

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

This div border color is #8D977D.


Opacity

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

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

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

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

This text has shadow with #8D977D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D977D on black background.


Color preview on white background

This text has color #8D977D on white background.



Black color preview on #8D977D background

This text has black color on #8D977D background.


White color preview on #8D977D background

This text has white color on #8D977D background.