COLOR #9D9B4E

HEX: #9D9B4E
RGB: (157,155,78)

Color info

#9D9B4E contains mainly red and green colors. Web safe color of #9D9B4E is #999966 (or #996).

RGB color model

#9D9B4E color RGB value is (157,155,78).

  • red value is 157;
  • green value is 155;
  • blue value is 78.
RGB:
(157,155,78)
(62%,61%,31%)

RGB channels and saturation

R 157 of 255 = 62%
G 155 of 255 = 61%
B 78 of 255 = 31%

157
155
78

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

Portions of RGB colors in percentages

R + G + B =
157 + 155 + 78 = 390 (100%)
R 157 of 390 ~ 40.26%
G 155 of 390 ~ 39.74%
B 78 of 390 ~ 20%

%40.26
%39.74
%20

CMYK color model

#9D9B4E color CMYK value is (0,1,50,38).

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 50.32%
  • key color value is 38.43%
CMYK:
(0,1,50,38)
C0M1Y50K38 
(0%,1%,50%,38%)
(0.00/0.01/0.50/0.38)	

CMYK percentages

%0
%1.27
%50.32
%38.43

Codes

Color #9D9B4E in popluar color models

9D9B4E
RGB15715578
HSL58°33.62%46.08%
HSB/HSV58°50.32%61.57%
CMYK0.00%1.27%50.32%
38.43%

Color #9D9B4E in popluar number systems.

HEX9D9B4E
Decimal15715578
Binary10011101100110111001110
Octal235233116

Shades and tints

Shades of #9D9B4E

#9D9B4E
(157,155,78)
#8F8D47
(143,141,71)
#817F40
(129,127,64)
#737139
(115,113,57)
#656332
(101,99,50)
#57552B
(87,85,43)
#494724
(73,71,36)
#3B391D
(59,57,29)
#2D2B16
(45,43,22)
#1F1D0F
(31,29,15)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #9D9B4E

#9D9B4E
(157,155,78)
#A5A45E
(165,164,94)
#ADAD6E
(173,173,110)
#B5B67E
(181,182,126)
#BDBF8E
(189,191,142)
#C5C89E
(197,200,158)
#CDD1AE
(205,209,174)
#D5DABE
(213,218,190)
#DDE3CE
(221,227,206)
#E5ECDE
(229,236,222)
#EDF5EE
(237,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9B4E; }

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

This text font color is #9D9B4E.


Background Color

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

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

This div background color is #9D9B4E.


Border color

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

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

This div border color is #9D9B4E.


Opacity

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

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

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

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

This text has shadow with #9D9B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9B4E on black background.


Color preview on white background

This text has color #9D9B4E on white background.



Black color preview on #9D9B4E background

This text has black color on #9D9B4E background.


White color preview on #9D9B4E background

This text has white color on #9D9B4E background.