COLOR #9D955F

HEX: #9D955F RGB: (157,149,95)

Color info

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

RGB color model

#9D955F color RGB value is (157,149,95).

RGB: (157,149,95) (62%, 58%, 37%)

RGB channels and saturation

R 157 of 255 = 62%
G 149 of 255 = 58%
B 95 of 255 = 37%

157
149
95

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

Portions of RGB colors in percentages

R + G + B = 157 + 149 + 95 = 401 (100%)
R 157 of 401 ~ 39.15%
G 149 of 401 ~ 37.16%
B 95 of 401 ~ 23.69'%

%39.15
%37.16
%23.69

CMYK color model

#9D955F color CMYK value is (0,5,39,38).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 39.49%
  • key color value is 38.43%

CMYK: (0,5,39,38)
C0M5Y39K38 (0%, 5%, 39%, 38%)
(0.00 / 0.05 / 0.39 / 0.38)

CMYK percentages

%0
%5.1
%39.49
%38.43

Codes

Color #9D955F in popluar color models

9D 95 5F
RGB 157 149 95
HSL 52° 24.60% 49.41%
HSB/HSV 52° 39.49% 61.57%
CMYK 0.00% 5.10% 39.49%
38.43%

Color #9D955F in popluar number systems.

HEX 9D 95 5F
Decimal 157 149 95
Binary 10011101 10010101 1011111
Octal 235 225 137

Shades and tints

Shades of #9D955F

#9D955F
(157,149,95)
#8F8857
(143,136,87)
#817B4F
(129,123,79)
#736E47
(115,110,71)
#65613F
(101,97,63)
#575437
(87,84,55)
#49472F
(73,71,47)
#3B3A27
(59,58,39)
#2D2D1F
(45,45,31)
#1F2017
(31,32,23)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #9D955F

#9D955F
(157,149,95)
#A59E6D
(165,158,109)
#ADA77B
(173,167,123)
#B5B089
(181,176,137)
#BDB997
(189,185,151)
#C5C2A5
(197,194,165)
#CDCBB3
(205,203,179)
#D5D4C1
(213,212,193)
#DDDDCF
(221,221,207)
#E5E6DD
(229,230,221)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D955F; }

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

This text font color is #9D955F.

Background Color

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

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

This div background color is #9D955F.

Border color

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

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

This div border color is #9D955F.

Opacity

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

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

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

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

This text has shadow with #9D955F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D955F.

Preview

Color preview on black background

This text has color #9D955F on black background.


Color preview on white background

This text has color #9D955F on white background.


Black color preview on #9D955F background

This text has black color on #9D955F background.


White color preview on #9D955F background

This text has white color on #9D955F background.


Related colors

Complementary color

Complementary color for #hex is #626AA0.


I love getcolorcode.com

Triadic colors

1 #5F9D95 and #955F9D with #9D955F are triadic colors.

2 #5F959D and #959D5F with #9D955F are triadic colors.