COLOR #9D7971

HEX: #9D7971
RGB: (157,121,113)

Color info

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

RGB color model

#9D7971 color RGB value is (157,121,113).

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

RGB channels and saturation

R 157 of 255 = 62%
G 121 of 255 = 47%
B 113 of 255 = 44%

157
121
113

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

Portions of RGB colors in percentages

R + G + B =
157 + 121 + 113 = 391 (100%)
R 157 of 391 ~ 40.15%
G 121 of 391 ~ 30.95%
B 113 of 391 ~ 28.9%

%40.15
%30.95
%28.9

CMYK color model

#9D7971 color CMYK value is (0,23,28,38).

  • cyan value is 0.00%
  • magenta value is 22.93%
  • yellow value is 28.03%
  • key color value is 38.43%
CMYK:
(0,23,28,38)
C0M23Y28K38 
(0%,23%,28%,38%)
(0.00/0.23/0.28/0.38)	

CMYK percentages

%0
%22.93
%28.03
%38.43

Codes

Color #9D7971 in popluar color models

9D7971
RGB157121113
HSL11°18.33%52.94%
HSB/HSV11°28.03%61.57%
CMYK0.00%22.93%28.03%
38.43%

Color #9D7971 in popluar number systems.

HEX9D7971
Decimal157121113
Binary1001110111110011110001
Octal235171161

Shades and tints

Shades of #9D7971

#9D7971
(157,121,113)
#8F6E67
(143,110,103)
#81635D
(129,99,93)
#735853
(115,88,83)
#654D49
(101,77,73)
#57423F
(87,66,63)
#493735
(73,55,53)
#3B2C2B
(59,44,43)
#2D2121
(45,33,33)
#1F1617
(31,22,23)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #9D7971

#9D7971
(157,121,113)
#A5857D
(165,133,125)
#AD9189
(173,145,137)
#B59D95
(181,157,149)
#BDA9A1
(189,169,161)
#C5B5AD
(197,181,173)
#CDC1B9
(205,193,185)
#D5CDC5
(213,205,197)
#DDD9D1
(221,217,209)
#E5E5DD
(229,229,221)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7971; }

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

This text font color is #9D7971.


Background Color

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

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

This div background color is #9D7971.


Border color

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

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

This div border color is #9D7971.


Opacity

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

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

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

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

This text has shadow with #9D7971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7971 on black background.


Color preview on white background

This text has color #9D7971 on white background.



Black color preview on #9D7971 background

This text has black color on #9D7971 background.


White color preview on #9D7971 background

This text has white color on #9D7971 background.