COLOR #8D957E

HEX: #8D957E
RGB: (141,149,126)

Color info

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

RGB color model

#8D957E color RGB value is (141,149,126).

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

RGB channels and saturation

R 141 of 255 = 55%
G 149 of 255 = 58%
B 126 of 255 = 49%

141
149
126

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

Portions of RGB colors in percentages

R + G + B =
141 + 149 + 126 = 416 (100%)
R 141 of 416 ~ 33.89%
G 149 of 416 ~ 35.82%
B 126 of 416 ~ 30.29%

%33.89
%35.82
%30.29

CMYK color model

#8D957E color CMYK value is (5,0,15,42).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(5,0,15,42)
C5M0Y15K42 
(5%,0%,15%,42%)
(0.05/0.00/0.15/0.42)	

CMYK percentages

%5.37
%0
%15.44
%41.57

Codes

Color #8D957E in popluar color models

8D957E
RGB141149126
HSL81°9.79%53.92%
HSB/HSV81°15.44%58.43%
CMYK5.37%0.00%15.44%
41.57%

Color #8D957E in popluar number systems.

HEX8D957E
Decimal141149126
Binary10001101100101011111110
Octal215225176

Shades and tints

Shades of #8D957E

#8D957E
(141,149,126)
#818873
(129,136,115)
#757B68
(117,123,104)
#696E5D
(105,110,93)
#5D6152
(93,97,82)
#515447
(81,84,71)
#45473C
(69,71,60)
#393A31
(57,58,49)
#2D2D26
(45,45,38)
#21201B
(33,32,27)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #8D957E

#8D957E
(141,149,126)
#979E89
(151,158,137)
#A1A794
(161,167,148)
#ABB09F
(171,176,159)
#B5B9AA
(181,185,170)
#BFC2B5
(191,194,181)
#C9CBC0
(201,203,192)
#D3D4CB
(211,212,203)
#DDDDD6
(221,221,214)
#E7E6E1
(231,230,225)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D957E; }

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

This text font color is #8D957E.


Background Color

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

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

This div background color is #8D957E.


Border color

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

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

This div border color is #8D957E.


Opacity

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

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

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

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

This text has shadow with #8D957E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D957E on black background.


Color preview on white background

This text has color #8D957E on white background.



Black color preview on #8D957E background

This text has black color on #8D957E background.


White color preview on #8D957E background

This text has white color on #8D957E background.