COLOR #9D957E

HEX: #9D957E
RGB: (157,149,126)

Color info

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

RGB color model

#9D957E color RGB value is (157,149,126).

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

RGB channels and saturation

R 157 of 255 = 62%
G 149 of 255 = 58%
B 126 of 255 = 49%

157
149
126

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

Portions of RGB colors in percentages

R + G + B =
157 + 149 + 126 = 432 (100%)
R 157 of 432 ~ 36.34%
G 149 of 432 ~ 34.49%
B 126 of 432 ~ 29.17%

%36.34
%34.49
%29.17

CMYK color model

#9D957E color CMYK value is (0,5,20,38).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 19.75%
  • key color value is 38.43%
CMYK:
(0,5,20,38)
C0M5Y20K38 
(0%,5%,20%,38%)
(0.00/0.05/0.20/0.38)	

CMYK percentages

%0
%5.1
%19.75
%38.43

Codes

Color #9D957E in popluar color models

9D957E
RGB157149126
HSL45°13.66%55.49%
HSB/HSV45°19.75%61.57%
CMYK0.00%5.10%19.75%
38.43%

Color #9D957E in popluar number systems.

HEX9D957E
Decimal157149126
Binary10011101100101011111110
Octal235225176

Shades and tints

Shades of #9D957E

#9D957E
(157,149,126)
#8F8873
(143,136,115)
#817B68
(129,123,104)
#736E5D
(115,110,93)
#656152
(101,97,82)
#575447
(87,84,71)
#49473C
(73,71,60)
#3B3A31
(59,58,49)
#2D2D26
(45,45,38)
#1F201B
(31,32,27)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #9D957E

#9D957E
(157,149,126)
#A59E89
(165,158,137)
#ADA794
(173,167,148)
#B5B09F
(181,176,159)
#BDB9AA
(189,185,170)
#C5C2B5
(197,194,181)
#CDCBC0
(205,203,192)
#D5D4CB
(213,212,203)
#DDDDD6
(221,221,214)
#E5E6E1
(229,230,225)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D957E; }

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

This text font color is #9D957E.


Background Color

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

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

This div background color is #9D957E.


Border color

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

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

This div border color is #9D957E.


Opacity

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

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

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

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

This text has shadow with #9D957E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D957E on black background.


Color preview on white background

This text has color #9D957E on white background.



Black color preview on #9D957E background

This text has black color on #9D957E background.


White color preview on #9D957E background

This text has white color on #9D957E background.