COLOR #9D8075

HEX: #9D8075
RGB: (157,128,117)

Color info

#9D8075 contains red, green and blue colors in about the same proportion. Web safe color of #9D8075 is #996666 (or #966).

RGB color model

#9D8075 color RGB value is (157,128,117).

  • red value is 157;
  • green value is 128;
  • blue value is 117.
RGB:
(157,128,117)
(62%,50%,46%)

RGB channels and saturation

R 157 of 255 = 62%
G 128 of 255 = 50%
B 117 of 255 = 46%

157
128
117

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

Portions of RGB colors in percentages

R + G + B =
157 + 128 + 117 = 402 (100%)
R 157 of 402 ~ 39.05%
G 128 of 402 ~ 31.84%
B 117 of 402 ~ 29.1%

%39.05
%31.84
%29.1

CMYK color model

#9D8075 color CMYK value is (0,18,25,38).

  • cyan value is 0.00%
  • magenta value is 18.47%
  • yellow value is 25.48%
  • key color value is 38.43%
CMYK:
(0,18,25,38)
C0M18Y25K38 
(0%,18%,25%,38%)
(0.00/0.18/0.25/0.38)	

CMYK percentages

%0
%18.47
%25.48
%38.43

Codes

Color #9D8075 in popluar color models

9D8075
RGB157128117
HSL17°16.95%53.73%
HSB/HSV17°25.48%61.57%
CMYK0.00%18.47%25.48%
38.43%

Color #9D8075 in popluar number systems.

HEX9D8075
Decimal157128117
Binary10011101100000001110101
Octal235200165

Shades and tints

Shades of #9D8075

#9D8075
(157,128,117)
#8F756B
(143,117,107)
#816A61
(129,106,97)
#735F57
(115,95,87)
#65544D
(101,84,77)
#574943
(87,73,67)
#493E39
(73,62,57)
#3B332F
(59,51,47)
#2D2825
(45,40,37)
#1F1D1B
(31,29,27)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #9D8075

#9D8075
(157,128,117)
#A58B81
(165,139,129)
#AD968D
(173,150,141)
#B5A199
(181,161,153)
#BDACA5
(189,172,165)
#C5B7B1
(197,183,177)
#CDC2BD
(205,194,189)
#D5CDC9
(213,205,201)
#DDD8D5
(221,216,213)
#E5E3E1
(229,227,225)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8075 color. Also use rgb(157,128,117) instead hex code.

Text Font Color

.myTextColor { color: #9D8075; }

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

This text font color is #9D8075.


Background Color

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

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

This div background color is #9D8075.


Border color

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

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

This div border color is #9D8075.


Opacity

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

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

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

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

This text has shadow with #9D8075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8075 on black background.


Color preview on white background

This text has color #9D8075 on white background.



Black color preview on #9D8075 background

This text has black color on #9D8075 background.


White color preview on #9D8075 background

This text has white color on #9D8075 background.