COLOR #9D9D7F

HEX: #9D9D7F
RGB: (157,157,127)

Color info

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

RGB color model

#9D9D7F color RGB value is (157,157,127).

  • red value is 157;
  • green value is 157;
  • blue value is 127.
RGB:
(157,157,127)
(62%,62%,50%)

RGB channels and saturation

R 157 of 255 = 62%
G 157 of 255 = 62%
B 127 of 255 = 50%

157
157
127

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

Portions of RGB colors in percentages

R + G + B =
157 + 157 + 127 = 441 (100%)
R 157 of 441 ~ 35.6%
G 157 of 441 ~ 35.6%
B 127 of 441 ~ 28.8%

%35.6
%35.6
%28.8

CMYK color model

#9D9D7F color CMYK value is (0,0,19,38).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 19.11%
  • key color value is 38.43%
CMYK:
(0,0,19,38)
C0M0Y19K38 
(0%,0%,19%,38%)
(0.00/0.00/0.19/0.38)	

CMYK percentages

%0
%0
%19.11
%38.43

Codes

Color #9D9D7F in popluar color models

9D9D7F
RGB157157127
HSL60°13.27%55.69%
HSB/HSV60°19.11%61.57%
CMYK0.00%0.00%19.11%
38.43%

Color #9D9D7F in popluar number systems.

HEX9D9D7F
Decimal157157127
Binary10011101100111011111111
Octal235235177

Shades and tints

Shades of #9D9D7F

#9D9D7F
(157,157,127)
#8F8F74
(143,143,116)
#818169
(129,129,105)
#73735E
(115,115,94)
#656553
(101,101,83)
#575748
(87,87,72)
#49493D
(73,73,61)
#3B3B32
(59,59,50)
#2D2D27
(45,45,39)
#1F1F1C
(31,31,28)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #9D9D7F

#9D9D7F
(157,157,127)
#A5A58A
(165,165,138)
#ADAD95
(173,173,149)
#B5B5A0
(181,181,160)
#BDBDAB
(189,189,171)
#C5C5B6
(197,197,182)
#CDCDC1
(205,205,193)
#D5D5CC
(213,213,204)
#DDDDD7
(221,221,215)
#E5E5E2
(229,229,226)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9D7F; }

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

This text font color is #9D9D7F.


Background Color

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

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

This div background color is #9D9D7F.


Border color

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

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

This div border color is #9D9D7F.


Opacity

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

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

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

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

This text has shadow with #9D9D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9D7F on black background.


Color preview on white background

This text has color #9D9D7F on white background.



Black color preview on #9D9D7F background

This text has black color on #9D9D7F background.


White color preview on #9D9D7F background

This text has white color on #9D9D7F background.