COLOR #9D977B

HEX: #9D977B
RGB: (157,151,123)

Color info

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

RGB color model

#9D977B color RGB value is (157,151,123).

  • red value is 157;
  • green value is 151;
  • blue value is 123.
RGB:
(157,151,123)
(62%,59%,48%)

RGB channels and saturation

R 157 of 255 = 62%
G 151 of 255 = 59%
B 123 of 255 = 48%

157
151
123

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

Portions of RGB colors in percentages

R + G + B =
157 + 151 + 123 = 431 (100%)
R 157 of 431 ~ 36.43%
G 151 of 431 ~ 35.03%
B 123 of 431 ~ 28.54%

%36.43
%35.03
%28.54

CMYK color model

#9D977B color CMYK value is (0,4,22,38).

  • cyan value is 0.00%
  • magenta value is 3.82%
  • yellow value is 21.66%
  • key color value is 38.43%
CMYK:
(0,4,22,38)
C0M4Y22K38 
(0%,4%,22%,38%)
(0.00/0.04/0.22/0.38)	

CMYK percentages

%0
%3.82
%21.66
%38.43

Codes

Color #9D977B in popluar color models

9D977B
RGB157151123
HSL49°14.78%54.90%
HSB/HSV49°21.66%61.57%
CMYK0.00%3.82%21.66%
38.43%

Color #9D977B in popluar number systems.

HEX9D977B
Decimal157151123
Binary10011101100101111111011
Octal235227173

Shades and tints

Shades of #9D977B

#9D977B
(157,151,123)
#8F8A70
(143,138,112)
#817D65
(129,125,101)
#73705A
(115,112,90)
#65634F
(101,99,79)
#575644
(87,86,68)
#494939
(73,73,57)
#3B3C2E
(59,60,46)
#2D2F23
(45,47,35)
#1F2218
(31,34,24)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #9D977B

#9D977B
(157,151,123)
#A5A087
(165,160,135)
#ADA993
(173,169,147)
#B5B29F
(181,178,159)
#BDBBAB
(189,187,171)
#C5C4B7
(197,196,183)
#CDCDC3
(205,205,195)
#D5D6CF
(213,214,207)
#DDDFDB
(221,223,219)
#E5E8E7
(229,232,231)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D977B color. Also use rgb(157,151,123) instead hex code.

Text Font Color

.myTextColor { color: #9D977B; }

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

This text font color is #9D977B.


Background Color

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

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

This div background color is #9D977B.


Border color

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

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

This div border color is #9D977B.


Opacity

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

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

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

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

This text has shadow with #9D977B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D977B on black background.


Color preview on white background

This text has color #9D977B on white background.



Black color preview on #9D977B background

This text has black color on #9D977B background.


White color preview on #9D977B background

This text has white color on #9D977B background.