COLOR #8D956A

HEX: #8D956A
RGB: (141,149,106)

Color info

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

RGB color model

#8D956A color RGB value is (141,149,106).

  • red value is 141;
  • green value is 149;
  • blue value is 106.
RGB:
(141,149,106)
(55%,58%,42%)

RGB channels and saturation

R 141 of 255 = 55%
G 149 of 255 = 58%
B 106 of 255 = 42%

141
149
106

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

Portions of RGB colors in percentages

R + G + B =
141 + 149 + 106 = 396 (100%)
R 141 of 396 ~ 35.61%
G 149 of 396 ~ 37.63%
B 106 of 396 ~ 26.77%

%35.61
%37.63
%26.77

CMYK color model

#8D956A color CMYK value is (5,0,29,42).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 28.86%
  • key color value is 41.57%
CMYK:
(5,0,29,42)
C5M0Y29K42 
(5%,0%,29%,42%)
(0.05/0.00/0.29/0.42)	

CMYK percentages

%5.37
%0
%28.86
%41.57

Codes

Color #8D956A in popluar color models

8D956A
RGB141149106
HSL71°16.86%50.00%
HSB/HSV71°28.86%58.43%
CMYK5.37%0.00%28.86%
41.57%

Color #8D956A in popluar number systems.

HEX8D956A
Decimal141149106
Binary10001101100101011101010
Octal215225152

Shades and tints

Shades of #8D956A

#8D956A
(141,149,106)
#818861
(129,136,97)
#757B58
(117,123,88)
#696E4F
(105,110,79)
#5D6146
(93,97,70)
#51543D
(81,84,61)
#454734
(69,71,52)
#393A2B
(57,58,43)
#2D2D22
(45,45,34)
#212019
(33,32,25)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #8D956A

#8D956A
(141,149,106)
#979E77
(151,158,119)
#A1A784
(161,167,132)
#ABB091
(171,176,145)
#B5B99E
(181,185,158)
#BFC2AB
(191,194,171)
#C9CBB8
(201,203,184)
#D3D4C5
(211,212,197)
#DDDDD2
(221,221,210)
#E7E6DF
(231,230,223)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D956A color. Also use rgb(141,149,106) instead hex code.

Text Font Color

.myTextColor { color: #8D956A; }

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

This text font color is #8D956A.


Background Color

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

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

This div background color is #8D956A.


Border color

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

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

This div border color is #8D956A.


Opacity

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

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

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

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

This text has shadow with #8D956A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D956A on black background.


Color preview on white background

This text has color #8D956A on white background.



Black color preview on #8D956A background

This text has black color on #8D956A background.


White color preview on #8D956A background

This text has white color on #8D956A background.