COLOR #9D7E74

HEX: #9D7E74
RGB: (157,126,116)

Color info

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

RGB color model

#9D7E74 color RGB value is (157,126,116).

  • red value is 157;
  • green value is 126;
  • blue value is 116.
RGB:
(157,126,116)
(62%,49%,45%)

RGB channels and saturation

R 157 of 255 = 62%
G 126 of 255 = 49%
B 116 of 255 = 45%

157
126
116

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

Portions of RGB colors in percentages

R + G + B =
157 + 126 + 116 = 399 (100%)
R 157 of 399 ~ 39.35%
G 126 of 399 ~ 31.58%
B 116 of 399 ~ 29.07%

%39.35
%31.58
%29.07

CMYK color model

#9D7E74 color CMYK value is (0,20,26,38).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 26.11%
  • key color value is 38.43%
CMYK:
(0,20,26,38)
C0M20Y26K38 
(0%,20%,26%,38%)
(0.00/0.20/0.26/0.38)	

CMYK percentages

%0
%19.75
%26.11
%38.43

Codes

Color #9D7E74 in popluar color models

9D7E74
RGB157126116
HSL15°17.30%53.53%
HSB/HSV15°26.11%61.57%
CMYK0.00%19.75%26.11%
38.43%

Color #9D7E74 in popluar number systems.

HEX9D7E74
Decimal157126116
Binary1001110111111101110100
Octal235176164

Shades and tints

Shades of #9D7E74

#9D7E74
(157,126,116)
#8F736A
(143,115,106)
#816860
(129,104,96)
#735D56
(115,93,86)
#65524C
(101,82,76)
#574742
(87,71,66)
#493C38
(73,60,56)
#3B312E
(59,49,46)
#2D2624
(45,38,36)
#1F1B1A
(31,27,26)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #9D7E74

#9D7E74
(157,126,116)
#A58980
(165,137,128)
#AD948C
(173,148,140)
#B59F98
(181,159,152)
#BDAAA4
(189,170,164)
#C5B5B0
(197,181,176)
#CDC0BC
(205,192,188)
#D5CBC8
(213,203,200)
#DDD6D4
(221,214,212)
#E5E1E0
(229,225,224)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7E74 color. Also use rgb(157,126,116) instead hex code.

Text Font Color

.myTextColor { color: #9D7E74; }

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

This text font color is #9D7E74.


Background Color

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

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

This div background color is #9D7E74.


Border color

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

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

This div border color is #9D7E74.


Opacity

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

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

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

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

This text has shadow with #9D7E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7E74 on black background.


Color preview on white background

This text has color #9D7E74 on white background.



Black color preview on #9D7E74 background

This text has black color on #9D7E74 background.


White color preview on #9D7E74 background

This text has white color on #9D7E74 background.