COLOR #9D8551

HEX: #9D8551 RGB: (157,133,81)

Color info

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

RGB color model

#9D8551 color RGB value is (157,133,81).

RGB: (157,133,81) (62%, 52%, 32%)

RGB channels and saturation

R 157 of 255 = 62%
G 133 of 255 = 52%
B 81 of 255 = 32%

157
133
81

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

Portions of RGB colors in percentages

R + G + B = 157 + 133 + 81 = 371 (100%)
R 157 of 371 ~ 42.32%
G 133 of 371 ~ 35.85%
B 81 of 371 ~ 21.83'%

%42.32
%35.85
%21.83

CMYK color model

#9D8551 color CMYK value is (0,15,48,38).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 48.41%
  • key color value is 38.43%

CMYK: (0,15,48,38)
C0M15Y48K38 (0%, 15%, 48%, 38%)
(0.00 / 0.15 / 0.48 / 0.38)

CMYK percentages

%0
%15.29
%48.41
%38.43

Codes

Color #9D8551 in popluar color models

9D 85 51
RGB 157 133 81
HSL 41° 31.93% 46.67%
HSB/HSV 41° 48.41% 61.57%
CMYK 0.00% 15.29% 48.41%
38.43%

Color #9D8551 in popluar number systems.

HEX 9D 85 51
Decimal 157 133 81
Binary 10011101 10000101 1010001
Octal 235 205 121

Shades and tints

Shades of #9D8551

#9D8551
(157,133,81)
#8F794A
(143,121,74)
#816D43
(129,109,67)
#73613C
(115,97,60)
#655535
(101,85,53)
#57492E
(87,73,46)
#493D27
(73,61,39)
#3B3120
(59,49,32)
#2D2519
(45,37,25)
#1F1912
(31,25,18)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #9D8551

#9D8551
(157,133,81)
#A59060
(165,144,96)
#AD9B6F
(173,155,111)
#B5A67E
(181,166,126)
#BDB18D
(189,177,141)
#C5BC9C
(197,188,156)
#CDC7AB
(205,199,171)
#D5D2BA
(213,210,186)
#DDDDC9
(221,221,201)
#E5E8D8
(229,232,216)
#EDF3E7
(237,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8551 color. Also use rgb(157,133,81) instead hex code.

Text Font Color

.myTextColor { color: #9D8551; }

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

This text font color is #9D8551.

Background Color

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

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

This div background color is #9D8551.

Border color

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

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

This div border color is #9D8551.

Opacity

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

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

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

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

This text has shadow with #9D8551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D8551.

Preview

Color preview on black background

This text has color #9D8551 on black background.


Color preview on white background

This text has color #9D8551 on white background.


Black color preview on #9D8551 background

This text has black color on #9D8551 background.


White color preview on #9D8551 background

This text has white color on #9D8551 background.


Related colors

Complementary color

Complementary color for #hex is #627AAE.


I love getcolorcode.com

Triadic colors

1 #519D85 and #85519D with #9D8551 are triadic colors.

2 #51859D and #859D51 with #9D8551 are triadic colors.