COLOR #9D8255

HEX: #9D8255
RGB: (157,130,85)

Color info

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

RGB color model

#9D8255 color RGB value is (157,130,85).

  • red value is 157;
  • green value is 130;
  • blue value is 85.
RGB:
(157,130,85)
(62%,51%,33%)

RGB channels and saturation

R 157 of 255 = 62%
G 130 of 255 = 51%
B 85 of 255 = 33%

157
130
85

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

Portions of RGB colors in percentages

R + G + B =
157 + 130 + 85 = 372 (100%)
R 157 of 372 ~ 42.2%
G 130 of 372 ~ 34.95%
B 85 of 372 ~ 22.85%

%42.2
%34.95
%22.85

CMYK color model

#9D8255 color CMYK value is (0,17,46,38).

  • cyan value is 0.00%
  • magenta value is 17.20%
  • yellow value is 45.86%
  • key color value is 38.43%
CMYK:
(0,17,46,38)
C0M17Y46K38 
(0%,17%,46%,38%)
(0.00/0.17/0.46/0.38)	

CMYK percentages

%0
%17.2
%45.86
%38.43

Codes

Color #9D8255 in popluar color models

9D8255
RGB15713085
HSL38°29.75%47.45%
HSB/HSV38°45.86%61.57%
CMYK0.00%17.20%45.86%
38.43%

Color #9D8255 in popluar number systems.

HEX9D8255
Decimal15713085
Binary10011101100000101010101
Octal235202125

Shades and tints

Shades of #9D8255

#9D8255
(157,130,85)
#8F774E
(143,119,78)
#816C47
(129,108,71)
#736140
(115,97,64)
#655639
(101,86,57)
#574B32
(87,75,50)
#49402B
(73,64,43)
#3B3524
(59,53,36)
#2D2A1D
(45,42,29)
#1F1F16
(31,31,22)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #9D8255

#9D8255
(157,130,85)
#A58D64
(165,141,100)
#AD9873
(173,152,115)
#B5A382
(181,163,130)
#BDAE91
(189,174,145)
#C5B9A0
(197,185,160)
#CDC4AF
(205,196,175)
#D5CFBE
(213,207,190)
#DDDACD
(221,218,205)
#E5E5DC
(229,229,220)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8255 color. Also use rgb(157,130,85) instead hex code.

Text Font Color

.myTextColor { color: #9D8255; }

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

This text font color is #9D8255.


Background Color

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

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

This div background color is #9D8255.


Border color

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

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

This div border color is #9D8255.


Opacity

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

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

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

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

This text has shadow with #9D8255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8255 on black background.


Color preview on white background

This text has color #9D8255 on white background.



Black color preview on #9D8255 background

This text has black color on #9D8255 background.


White color preview on #9D8255 background

This text has white color on #9D8255 background.