COLOR #9D7F65

HEX: #9D7F65
RGB: (157,127,101)

Color info

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

RGB color model

#9D7F65 color RGB value is (157,127,101).

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

RGB channels and saturation

R 157 of 255 = 62%
G 127 of 255 = 50%
B 101 of 255 = 40%

157
127
101

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

Portions of RGB colors in percentages

R + G + B =
157 + 127 + 101 = 385 (100%)
R 157 of 385 ~ 40.78%
G 127 of 385 ~ 32.99%
B 101 of 385 ~ 26.23%

%40.78
%32.99
%26.23

CMYK color model

#9D7F65 color CMYK value is (0,19,36,38).

  • cyan value is 0.00%
  • magenta value is 19.11%
  • yellow value is 35.67%
  • key color value is 38.43%
CMYK:
(0,19,36,38)
C0M19Y36K38 
(0%,19%,36%,38%)
(0.00/0.19/0.36/0.38)	

CMYK percentages

%0
%19.11
%35.67
%38.43

Codes

Color #9D7F65 in popluar color models

9D7F65
RGB157127101
HSL28°22.22%50.59%
HSB/HSV28°35.67%61.57%
CMYK0.00%19.11%35.67%
38.43%

Color #9D7F65 in popluar number systems.

HEX9D7F65
Decimal157127101
Binary1001110111111111100101
Octal235177145

Shades and tints

Shades of #9D7F65

#9D7F65
(157,127,101)
#8F745C
(143,116,92)
#816953
(129,105,83)
#735E4A
(115,94,74)
#655341
(101,83,65)
#574838
(87,72,56)
#493D2F
(73,61,47)
#3B3226
(59,50,38)
#2D271D
(45,39,29)
#1F1C14
(31,28,20)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #9D7F65

#9D7F65
(157,127,101)
#A58A73
(165,138,115)
#AD9581
(173,149,129)
#B5A08F
(181,160,143)
#BDAB9D
(189,171,157)
#C5B6AB
(197,182,171)
#CDC1B9
(205,193,185)
#D5CCC7
(213,204,199)
#DDD7D5
(221,215,213)
#E5E2E3
(229,226,227)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7F65; }

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

This text font color is #9D7F65.


Background Color

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

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

This div background color is #9D7F65.


Border color

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

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

This div border color is #9D7F65.


Opacity

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

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

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

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

This text has shadow with #9D7F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7F65 on black background.


Color preview on white background

This text has color #9D7F65 on white background.



Black color preview on #9D7F65 background

This text has black color on #9D7F65 background.


White color preview on #9D7F65 background

This text has white color on #9D7F65 background.