COLOR #9D8B5A

HEX: #9D8B5A RGB: (157,139,90)

Color info

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

RGB color model

#9D8B5A color RGB value is (157,139,90).

RGB: (157,139,90) (62%, 55%, 35%)

RGB channels and saturation

R 157 of 255 = 62%
G 139 of 255 = 55%
B 90 of 255 = 35%

157
139
90

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

Portions of RGB colors in percentages

R + G + B = 157 + 139 + 90 = 386 (100%)
R 157 of 386 ~ 40.67%
G 139 of 386 ~ 36.01%
B 90 of 386 ~ 23.32'%

%40.67
%36.01
%23.32

CMYK color model

#9D8B5A color CMYK value is (0,11,43,38).

  • cyan value is 0.00%
  • magenta value is 11.46%
  • yellow value is 42.68%
  • key color value is 38.43%

CMYK: (0,11,43,38)
C0M11Y43K38 (0%, 11%, 43%, 38%)
(0.00 / 0.11 / 0.43 / 0.38)

CMYK percentages

%0
%11.46
%42.68
%38.43

Codes

Color #9D8B5A in popluar color models

9D 8B 5A
RGB 157 139 90
HSL 44° 27.13% 48.43%
HSB/HSV 44° 42.68% 61.57%
CMYK 0.00% 11.46% 42.68%
38.43%

Color #9D8B5A in popluar number systems.

HEX 9D 8B 5A
Decimal 157 139 90
Binary 10011101 10001011 1011010
Octal 235 213 132

Shades and tints

Shades of #9D8B5A

#9D8B5A
(157,139,90)
#8F7F52
(143,127,82)
#81734A
(129,115,74)
#736742
(115,103,66)
#655B3A
(101,91,58)
#574F32
(87,79,50)
#49432A
(73,67,42)
#3B3722
(59,55,34)
#2D2B1A
(45,43,26)
#1F1F12
(31,31,18)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #9D8B5A

#9D8B5A
(157,139,90)
#A59569
(165,149,105)
#AD9F78
(173,159,120)
#B5A987
(181,169,135)
#BDB396
(189,179,150)
#C5BDA5
(197,189,165)
#CDC7B4
(205,199,180)
#D5D1C3
(213,209,195)
#DDDBD2
(221,219,210)
#E5E5E1
(229,229,225)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8B5A color. Also use rgb(157,139,90) instead hex code.

Text Font Color

.myTextColor { color: #9D8B5A; }

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

This text font color is #9D8B5A.

Background Color

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

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

This div background color is #9D8B5A.

Border color

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

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

This div border color is #9D8B5A.

Opacity

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

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

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

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

This text has shadow with #9D8B5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D8B5A.

Preview

Color preview on black background

This text has color #9D8B5A on black background.


Color preview on white background

This text has color #9D8B5A on white background.


Black color preview on #9D8B5A background

This text has black color on #9D8B5A background.


White color preview on #9D8B5A background

This text has white color on #9D8B5A background.


Related colors

Complementary color

Complementary color for #hex is #6274A5.


I love getcolorcode.com

Triadic colors

1 #5A9D8B and #8B5A9D with #9D8B5A are triadic colors.

2 #5A8B9D and #8B9D5A with #9D8B5A are triadic colors.