COLOR #9D954E

HEX: #9D954E
RGB: (157,149,78)

Color info

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

RGB color model

#9D954E color RGB value is (157,149,78).

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

RGB channels and saturation

R 157 of 255 = 62%
G 149 of 255 = 58%
B 78 of 255 = 31%

157
149
78

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

Portions of RGB colors in percentages

R + G + B =
157 + 149 + 78 = 384 (100%)
R 157 of 384 ~ 40.89%
G 149 of 384 ~ 38.8%
B 78 of 384 ~ 20.31%

%40.89
%38.8
%20.31

CMYK color model

#9D954E color CMYK value is (0,5,50,38).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 50.32%
  • key color value is 38.43%
CMYK:
(0,5,50,38)
C0M5Y50K38 
(0%,5%,50%,38%)
(0.00/0.05/0.50/0.38)	

CMYK percentages

%0
%5.1
%50.32
%38.43

Codes

Color #9D954E in popluar color models

9D954E
RGB15714978
HSL54°33.62%46.08%
HSB/HSV54°50.32%61.57%
CMYK0.00%5.10%50.32%
38.43%

Color #9D954E in popluar number systems.

HEX9D954E
Decimal15714978
Binary10011101100101011001110
Octal235225116

Shades and tints

Shades of #9D954E

#9D954E
(157,149,78)
#8F8847
(143,136,71)
#817B40
(129,123,64)
#736E39
(115,110,57)
#656132
(101,97,50)
#57542B
(87,84,43)
#494724
(73,71,36)
#3B3A1D
(59,58,29)
#2D2D16
(45,45,22)
#1F200F
(31,32,15)
#111308
(17,19,8)
#000000
(0,0,0)

Tints of #9D954E

#9D954E
(157,149,78)
#A59E5E
(165,158,94)
#ADA76E
(173,167,110)
#B5B07E
(181,176,126)
#BDB98E
(189,185,142)
#C5C29E
(197,194,158)
#CDCBAE
(205,203,174)
#D5D4BE
(213,212,190)
#DDDDCE
(221,221,206)
#E5E6DE
(229,230,222)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D954E; }

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

This text font color is #9D954E.


Background Color

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

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

This div background color is #9D954E.


Border color

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

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

This div border color is #9D954E.


Opacity

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

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

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

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

This text has shadow with #9D954E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D954E on black background.


Color preview on white background

This text has color #9D954E on white background.



Black color preview on #9D954E background

This text has black color on #9D954E background.


White color preview on #9D954E background

This text has white color on #9D954E background.