COLOR #9D9C6D

HEX: #9D9C6D
RGB: (157,156,109)

Color info

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

RGB color model

#9D9C6D color RGB value is (157,156,109).

  • red value is 157;
  • green value is 156;
  • blue value is 109.
RGB:
(157,156,109)
(62%,61%,43%)

RGB channels and saturation

R 157 of 255 = 62%
G 156 of 255 = 61%
B 109 of 255 = 43%

157
156
109

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

Portions of RGB colors in percentages

R + G + B =
157 + 156 + 109 = 422 (100%)
R 157 of 422 ~ 37.2%
G 156 of 422 ~ 36.97%
B 109 of 422 ~ 25.83%

%37.2
%36.97
%25.83

CMYK color model

#9D9C6D color CMYK value is (0,1,31,38).

  • cyan value is 0.00%
  • magenta value is 0.64%
  • yellow value is 30.57%
  • key color value is 38.43%
CMYK:
(0,1,31,38)
C0M1Y31K38 
(0%,1%,31%,38%)
(0.00/0.01/0.31/0.38)	

CMYK percentages

%0
%0.64
%30.57
%38.43

Codes

Color #9D9C6D in popluar color models

9D9C6D
RGB157156109
HSL59°19.67%52.16%
HSB/HSV59°30.57%61.57%
CMYK0.00%0.64%30.57%
38.43%

Color #9D9C6D in popluar number systems.

HEX9D9C6D
Decimal157156109
Binary10011101100111001101101
Octal235234155

Shades and tints

Shades of #9D9C6D

#9D9C6D
(157,156,109)
#8F8E64
(143,142,100)
#81805B
(129,128,91)
#737252
(115,114,82)
#656449
(101,100,73)
#575640
(87,86,64)
#494837
(73,72,55)
#3B3A2E
(59,58,46)
#2D2C25
(45,44,37)
#1F1E1C
(31,30,28)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #9D9C6D

#9D9C6D
(157,156,109)
#A5A57A
(165,165,122)
#ADAE87
(173,174,135)
#B5B794
(181,183,148)
#BDC0A1
(189,192,161)
#C5C9AE
(197,201,174)
#CDD2BB
(205,210,187)
#D5DBC8
(213,219,200)
#DDE4D5
(221,228,213)
#E5EDE2
(229,237,226)
#EDF6EF
(237,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9C6D; }

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

This text font color is #9D9C6D.


Background Color

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

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

This div background color is #9D9C6D.


Border color

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

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

This div border color is #9D9C6D.


Opacity

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

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

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

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

This text has shadow with #9D9C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9C6D on black background.


Color preview on white background

This text has color #9D9C6D on white background.



Black color preview on #9D9C6D background

This text has black color on #9D9C6D background.


White color preview on #9D9C6D background

This text has white color on #9D9C6D background.