COLOR #9D7661

HEX: #9D7661
RGB: (157,118,97)

Color info

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

RGB color model

#9D7661 color RGB value is (157,118,97).

  • red value is 157;
  • green value is 118;
  • blue value is 97.
RGB:
(157,118,97)
(62%,46%,38%)

RGB channels and saturation

R 157 of 255 = 62%
G 118 of 255 = 46%
B 97 of 255 = 38%

157
118
97

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

Portions of RGB colors in percentages

R + G + B =
157 + 118 + 97 = 372 (100%)
R 157 of 372 ~ 42.2%
G 118 of 372 ~ 31.72%
B 97 of 372 ~ 26.08%

%42.2
%31.72
%26.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 38.22%
  • key color value is 38.43%
CMYK:
(0,25,38,38)
C0M25Y38K38 
(0%,25%,38%,38%)
(0.00/0.25/0.38/0.38)	

CMYK percentages

%0
%24.84
%38.22
%38.43

Codes

Color #9D7661 in popluar color models

9D7661
RGB15711897
HSL21°23.62%49.80%
HSB/HSV21°38.22%61.57%
CMYK0.00%24.84%38.22%
38.43%

Color #9D7661 in popluar number systems.

HEX9D7661
Decimal15711897
Binary1001110111101101100001
Octal235166141

Shades and tints

Shades of #9D7661

#9D7661
(157,118,97)
#8F6C59
(143,108,89)
#816251
(129,98,81)
#735849
(115,88,73)
#654E41
(101,78,65)
#574439
(87,68,57)
#493A31
(73,58,49)
#3B3029
(59,48,41)
#2D2621
(45,38,33)
#1F1C19
(31,28,25)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #9D7661

#9D7661
(157,118,97)
#A5826F
(165,130,111)
#AD8E7D
(173,142,125)
#B59A8B
(181,154,139)
#BDA699
(189,166,153)
#C5B2A7
(197,178,167)
#CDBEB5
(205,190,181)
#D5CAC3
(213,202,195)
#DDD6D1
(221,214,209)
#E5E2DF
(229,226,223)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7661 color. Also use rgb(157,118,97) instead hex code.

Text Font Color

.myTextColor { color: #9D7661; }

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

This text font color is #9D7661.


Background Color

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

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

This div background color is #9D7661.


Border color

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

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

This div border color is #9D7661.


Opacity

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

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

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

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

This text has shadow with #9D7661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7661 on black background.


Color preview on white background

This text has color #9D7661 on white background.



Black color preview on #9D7661 background

This text has black color on #9D7661 background.


White color preview on #9D7661 background

This text has white color on #9D7661 background.