COLOR #9D9B5B

HEX: #9D9B5B RGB: (157,155,91)

Color info

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

RGB color model

#9D9B5B color RGB value is (157,155,91).

RGB: (157,155,91) (62%, 61%, 36%)

RGB channels and saturation

R 157 of 255 = 62%
G 155 of 255 = 61%
B 91 of 255 = 36%

157
155
91

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

Portions of RGB colors in percentages

R + G + B = 157 + 155 + 91 = 403 (100%)
R 157 of 403 ~ 38.96%
G 155 of 403 ~ 38.46%
B 91 of 403 ~ 22.58'%

%38.96
%38.46
%22.58

CMYK color model

#9D9B5B color CMYK value is (0,1,42,38).

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 42.04%
  • key color value is 38.43%

CMYK: (0,1,42,38)
C0M1Y42K38 (0%, 1%, 42%, 38%)
(0.00 / 0.01 / 0.42 / 0.38)

CMYK percentages

%0
%1.27
%42.04
%38.43

Codes

Color #9D9B5B in popluar color models

9D 9B 5B
RGB 157 155 91
HSL 58° 26.61% 48.63%
HSB/HSV 58° 42.04% 61.57%
CMYK 0.00% 1.27% 42.04%
38.43%

Color #9D9B5B in popluar number systems.

HEX 9D 9B 5B
Decimal 157 155 91
Binary 10011101 10011011 1011011
Octal 235 233 133

Shades and tints

Shades of #9D9B5B

#9D9B5B
(157,155,91)
#8F8D53
(143,141,83)
#817F4B
(129,127,75)
#737143
(115,113,67)
#65633B
(101,99,59)
#575533
(87,85,51)
#49472B
(73,71,43)
#3B3923
(59,57,35)
#2D2B1B
(45,43,27)
#1F1D13
(31,29,19)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #9D9B5B

#9D9B5B
(157,155,91)
#A5A469
(165,164,105)
#ADAD77
(173,173,119)
#B5B685
(181,182,133)
#BDBF93
(189,191,147)
#C5C8A1
(197,200,161)
#CDD1AF
(205,209,175)
#D5DABD
(213,218,189)
#DDE3CB
(221,227,203)
#E5ECD9
(229,236,217)
#EDF5E7
(237,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9B5B; }

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

This text font color is #9D9B5B.

Background Color

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

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

This div background color is #9D9B5B.

Border color

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

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

This div border color is #9D9B5B.

Opacity

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

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

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

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

This text has shadow with #9D9B5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D9B5B.

Preview

Color preview on black background

This text has color #9D9B5B on black background.


Color preview on white background

This text has color #9D9B5B on white background.


Black color preview on #9D9B5B background

This text has black color on #9D9B5B background.


White color preview on #9D9B5B background

This text has white color on #9D9B5B background.


Related colors

Complementary color

Complementary color for #hex is #6264A4.


I love getcolorcode.com

Triadic colors

1 #5B9D9B and #9B5B9D with #9D9B5B are triadic colors.

2 #5B9B9D and #9B9D5B with #9D9B5B are triadic colors.