COLOR #9D716F

HEX: #9D716F
RGB: (157,113,111)

Color info

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

RGB color model

#9D716F color RGB value is (157,113,111).

  • red value is 157;
  • green value is 113;
  • blue value is 111.
RGB:
(157,113,111)
(62%,44%,44%)

RGB channels and saturation

R 157 of 255 = 62%
G 113 of 255 = 44%
B 111 of 255 = 44%

157
113
111

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

Portions of RGB colors in percentages

R + G + B =
157 + 113 + 111 = 381 (100%)
R 157 of 381 ~ 41.21%
G 113 of 381 ~ 29.66%
B 111 of 381 ~ 29.13%

%41.21
%29.66
%29.13

CMYK color model

#9D716F color CMYK value is (0,28,29,38).

  • cyan value is 0.00%
  • magenta value is 28.03%
  • yellow value is 29.30%
  • key color value is 38.43%
CMYK:
(0,28,29,38)
C0M28Y29K38 
(0%,28%,29%,38%)
(0.00/0.28/0.29/0.38)	

CMYK percentages

%0
%28.03
%29.3
%38.43

Codes

Color #9D716F in popluar color models

9D716F
RGB157113111
HSL19.01%52.55%
HSB/HSV29.30%61.57%
CMYK0.00%28.03%29.30%
38.43%

Color #9D716F in popluar number systems.

HEX9D716F
Decimal157113111
Binary1001110111100011101111
Octal235161157

Shades and tints

Shades of #9D716F

#9D716F
(157,113,111)
#8F6765
(143,103,101)
#815D5B
(129,93,91)
#735351
(115,83,81)
#654947
(101,73,71)
#573F3D
(87,63,61)
#493533
(73,53,51)
#3B2B29
(59,43,41)
#2D211F
(45,33,31)
#1F1715
(31,23,21)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #9D716F

#9D716F
(157,113,111)
#A57D7C
(165,125,124)
#AD8989
(173,137,137)
#B59596
(181,149,150)
#BDA1A3
(189,161,163)
#C5ADB0
(197,173,176)
#CDB9BD
(205,185,189)
#D5C5CA
(213,197,202)
#DDD1D7
(221,209,215)
#E5DDE4
(229,221,228)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D716F color. Also use rgb(157,113,111) instead hex code.

Text Font Color

.myTextColor { color: #9D716F; }

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

This text font color is #9D716F.


Background Color

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

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

This div background color is #9D716F.


Border color

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

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

This div border color is #9D716F.


Opacity

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

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

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

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

This text has shadow with #9D716F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D716F on black background.


Color preview on white background

This text has color #9D716F on white background.



Black color preview on #9D716F background

This text has black color on #9D716F background.


White color preview on #9D716F background

This text has white color on #9D716F background.