COLOR #9D7F51

HEX: #9D7F51
RGB: (157,127,81)

Color info

#9D7F51 contains mainly red and green colors. Web safe color of #9D7F51 is #996666 (or #966).

RGB color model

#9D7F51 color RGB value is (157,127,81).

  • red value is 157;
  • green value is 127;
  • blue value is 81.
RGB:
(157,127,81)
(62%,50%,32%)

RGB channels and saturation

R 157 of 255 = 62%
G 127 of 255 = 50%
B 81 of 255 = 32%

157
127
81

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

Portions of RGB colors in percentages

R + G + B =
157 + 127 + 81 = 365 (100%)
R 157 of 365 ~ 43.01%
G 127 of 365 ~ 34.79%
B 81 of 365 ~ 22.19%

%43.01
%34.79
%22.19

CMYK color model

#9D7F51 color CMYK value is (0,19,48,38).

  • cyan value is 0.00%
  • magenta value is 19.11%
  • yellow value is 48.41%
  • key color value is 38.43%
CMYK:
(0,19,48,38)
C0M19Y48K38 
(0%,19%,48%,38%)
(0.00/0.19/0.48/0.38)	

CMYK percentages

%0
%19.11
%48.41
%38.43

Codes

Color #9D7F51 in popluar color models

9D7F51
RGB15712781
HSL36°31.93%46.67%
HSB/HSV36°48.41%61.57%
CMYK0.00%19.11%48.41%
38.43%

Color #9D7F51 in popluar number systems.

HEX9D7F51
Decimal15712781
Binary1001110111111111010001
Octal235177121

Shades and tints

Shades of #9D7F51

#9D7F51
(157,127,81)
#8F744A
(143,116,74)
#816943
(129,105,67)
#735E3C
(115,94,60)
#655335
(101,83,53)
#57482E
(87,72,46)
#493D27
(73,61,39)
#3B3220
(59,50,32)
#2D2719
(45,39,25)
#1F1C12
(31,28,18)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #9D7F51

#9D7F51
(157,127,81)
#A58A60
(165,138,96)
#AD956F
(173,149,111)
#B5A07E
(181,160,126)
#BDAB8D
(189,171,141)
#C5B69C
(197,182,156)
#CDC1AB
(205,193,171)
#D5CCBA
(213,204,186)
#DDD7C9
(221,215,201)
#E5E2D8
(229,226,216)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7F51; }

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

This text font color is #9D7F51.


Background Color

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

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

This div background color is #9D7F51.


Border color

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

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

This div border color is #9D7F51.


Opacity

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

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

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

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

This text has shadow with #9D7F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7F51 on black background.


Color preview on white background

This text has color #9D7F51 on white background.



Black color preview on #9D7F51 background

This text has black color on #9D7F51 background.


White color preview on #9D7F51 background

This text has white color on #9D7F51 background.