COLOR #8D967F

HEX: #8D967F
RGB: (141,150,127)

Color info

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

RGB color model

#8D967F color RGB value is (141,150,127).

  • red value is 141;
  • green value is 150;
  • blue value is 127.
RGB:
(141,150,127)
(55%,59%,50%)

RGB channels and saturation

R 141 of 255 = 55%
G 150 of 255 = 59%
B 127 of 255 = 50%

141
150
127

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

Portions of RGB colors in percentages

R + G + B =
141 + 150 + 127 = 418 (100%)
R 141 of 418 ~ 33.73%
G 150 of 418 ~ 35.89%
B 127 of 418 ~ 30.38%

%33.73
%35.89
%30.38

CMYK color model

#8D967F color CMYK value is (6,0,15,41).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 15.33%
  • key color value is 41.18%
CMYK:
(6,0,15,41)
C6M0Y15K41 
(6%,0%,15%,41%)
(0.06/0.00/0.15/0.41)	

CMYK percentages

%6
%0
%15.33
%41.18

Codes

Color #8D967F in popluar color models

8D967F
RGB141150127
HSL83°9.87%54.31%
HSB/HSV83°15.33%58.82%
CMYK6.00%0.00%15.33%
41.18%

Color #8D967F in popluar number systems.

HEX8D967F
Decimal141150127
Binary10001101100101101111111
Octal215226177

Shades and tints

Shades of #8D967F

#8D967F
(141,150,127)
#818974
(129,137,116)
#757C69
(117,124,105)
#696F5E
(105,111,94)
#5D6253
(93,98,83)
#515548
(81,85,72)
#45483D
(69,72,61)
#393B32
(57,59,50)
#2D2E27
(45,46,39)
#21211C
(33,33,28)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #8D967F

#8D967F
(141,150,127)
#979F8A
(151,159,138)
#A1A895
(161,168,149)
#ABB1A0
(171,177,160)
#B5BAAB
(181,186,171)
#BFC3B6
(191,195,182)
#C9CCC1
(201,204,193)
#D3D5CC
(211,213,204)
#DDDED7
(221,222,215)
#E7E7E2
(231,231,226)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D967F color. Also use rgb(141,150,127) instead hex code.

Text Font Color

.myTextColor { color: #8D967F; }

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

This text font color is #8D967F.


Background Color

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

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

This div background color is #8D967F.


Border color

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

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

This div border color is #8D967F.


Opacity

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

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

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

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

This text has shadow with #8D967F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D967F on black background.


Color preview on white background

This text has color #8D967F on white background.



Black color preview on #8D967F background

This text has black color on #8D967F background.


White color preview on #8D967F background

This text has white color on #8D967F background.