COLOR #9D927D

HEX: #9D927D
RGB: (157,146,125)

Color info

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

RGB color model

#9D927D color RGB value is (157,146,125).

  • red value is 157;
  • green value is 146;
  • blue value is 125.
RGB:
(157,146,125)
(62%,57%,49%)

RGB channels and saturation

R 157 of 255 = 62%
G 146 of 255 = 57%
B 125 of 255 = 49%

157
146
125

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

Portions of RGB colors in percentages

R + G + B =
157 + 146 + 125 = 428 (100%)
R 157 of 428 ~ 36.68%
G 146 of 428 ~ 34.11%
B 125 of 428 ~ 29.21%

%36.68
%34.11
%29.21

CMYK color model

#9D927D color CMYK value is (0,7,20,38).

  • cyan value is 0.00%
  • magenta value is 7.01%
  • yellow value is 20.38%
  • key color value is 38.43%
CMYK:
(0,7,20,38)
C0M7Y20K38 
(0%,7%,20%,38%)
(0.00/0.07/0.20/0.38)	

CMYK percentages

%0
%7.01
%20.38
%38.43

Codes

Color #9D927D in popluar color models

9D927D
RGB157146125
HSL39°14.04%55.29%
HSB/HSV39°20.38%61.57%
CMYK0.00%7.01%20.38%
38.43%

Color #9D927D in popluar number systems.

HEX9D927D
Decimal157146125
Binary10011101100100101111101
Octal235222175

Shades and tints

Shades of #9D927D

#9D927D
(157,146,125)
#8F8572
(143,133,114)
#817867
(129,120,103)
#736B5C
(115,107,92)
#655E51
(101,94,81)
#575146
(87,81,70)
#49443B
(73,68,59)
#3B3730
(59,55,48)
#2D2A25
(45,42,37)
#1F1D1A
(31,29,26)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #9D927D

#9D927D
(157,146,125)
#A59B88
(165,155,136)
#ADA493
(173,164,147)
#B5AD9E
(181,173,158)
#BDB6A9
(189,182,169)
#C5BFB4
(197,191,180)
#CDC8BF
(205,200,191)
#D5D1CA
(213,209,202)
#DDDAD5
(221,218,213)
#E5E3E0
(229,227,224)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D927D color. Also use rgb(157,146,125) instead hex code.

Text Font Color

.myTextColor { color: #9D927D; }

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

This text font color is #9D927D.


Background Color

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

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

This div background color is #9D927D.


Border color

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

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

This div border color is #9D927D.


Opacity

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

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

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

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

This text has shadow with #9D927D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D927D on black background.


Color preview on white background

This text has color #9D927D on white background.



Black color preview on #9D927D background

This text has black color on #9D927D background.


White color preview on #9D927D background

This text has white color on #9D927D background.