COLOR #8D957B

HEX: #8D957B
RGB: (141,149,123)

Color info

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

RGB color model

#8D957B color RGB value is (141,149,123).

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

RGB channels and saturation

R 141 of 255 = 55%
G 149 of 255 = 58%
B 123 of 255 = 48%

141
149
123

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

Portions of RGB colors in percentages

R + G + B =
141 + 149 + 123 = 413 (100%)
R 141 of 413 ~ 34.14%
G 149 of 413 ~ 36.08%
B 123 of 413 ~ 29.78%

%34.14
%36.08
%29.78

CMYK color model

#8D957B color CMYK value is (5,0,17,42).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 17.45%
  • key color value is 41.57%
CMYK:
(5,0,17,42)
C5M0Y17K42 
(5%,0%,17%,42%)
(0.05/0.00/0.17/0.42)	

CMYK percentages

%5.37
%0
%17.45
%41.57

Codes

Color #8D957B in popluar color models

8D957B
RGB141149123
HSL78°10.92%53.33%
HSB/HSV78°17.45%58.43%
CMYK5.37%0.00%17.45%
41.57%

Color #8D957B in popluar number systems.

HEX8D957B
Decimal141149123
Binary10001101100101011111011
Octal215225173

Shades and tints

Shades of #8D957B

#8D957B
(141,149,123)
#818870
(129,136,112)
#757B65
(117,123,101)
#696E5A
(105,110,90)
#5D614F
(93,97,79)
#515444
(81,84,68)
#454739
(69,71,57)
#393A2E
(57,58,46)
#2D2D23
(45,45,35)
#212018
(33,32,24)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #8D957B

#8D957B
(141,149,123)
#979E87
(151,158,135)
#A1A793
(161,167,147)
#ABB09F
(171,176,159)
#B5B9AB
(181,185,171)
#BFC2B7
(191,194,183)
#C9CBC3
(201,203,195)
#D3D4CF
(211,212,207)
#DDDDDB
(221,221,219)
#E7E6E7
(231,230,231)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D957B; }

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

This text font color is #8D957B.


Background Color

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

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

This div background color is #8D957B.


Border color

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

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

This div border color is #8D957B.


Opacity

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

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

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

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

This text has shadow with #8D957B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D957B on black background.


Color preview on white background

This text has color #8D957B on white background.



Black color preview on #8D957B background

This text has black color on #8D957B background.


White color preview on #8D957B background

This text has white color on #8D957B background.