COLOR #8D966D

HEX: #8D966D
RGB: (141,150,109)

Color info

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

RGB color model

#8D966D color RGB value is (141,150,109).

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

RGB channels and saturation

R 141 of 255 = 55%
G 150 of 255 = 59%
B 109 of 255 = 43%

141
150
109

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

Portions of RGB colors in percentages

R + G + B =
141 + 150 + 109 = 400 (100%)
R 141 of 400 ~ 35.25%
G 150 of 400 ~ 37.5%
B 109 of 400 ~ 27.25%

%35.25
%37.5
%27.25

CMYK color model

#8D966D color CMYK value is (6,0,27,41).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 41.18%
CMYK:
(6,0,27,41)
C6M0Y27K41 
(6%,0%,27%,41%)
(0.06/0.00/0.27/0.41)	

CMYK percentages

%6
%0
%27.33
%41.18

Codes

Color #8D966D in popluar color models

8D966D
RGB141150109
HSL73°16.33%50.78%
HSB/HSV73°27.33%58.82%
CMYK6.00%0.00%27.33%
41.18%

Color #8D966D in popluar number systems.

HEX8D966D
Decimal141150109
Binary10001101100101101101101
Octal215226155

Shades and tints

Shades of #8D966D

#8D966D
(141,150,109)
#818964
(129,137,100)
#757C5B
(117,124,91)
#696F52
(105,111,82)
#5D6249
(93,98,73)
#515540
(81,85,64)
#454837
(69,72,55)
#393B2E
(57,59,46)
#2D2E25
(45,46,37)
#21211C
(33,33,28)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #8D966D

#8D966D
(141,150,109)
#979F7A
(151,159,122)
#A1A887
(161,168,135)
#ABB194
(171,177,148)
#B5BAA1
(181,186,161)
#BFC3AE
(191,195,174)
#C9CCBB
(201,204,187)
#D3D5C8
(211,213,200)
#DDDED5
(221,222,213)
#E7E7E2
(231,231,226)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D966D; }

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

This text font color is #8D966D.


Background Color

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

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

This div background color is #8D966D.


Border color

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

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

This div border color is #8D966D.


Opacity

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

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

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

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

This text has shadow with #8D966D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D966D on black background.


Color preview on white background

This text has color #8D966D on white background.



Black color preview on #8D966D background

This text has black color on #8D966D background.


White color preview on #8D966D background

This text has white color on #8D966D background.