COLOR #9D7672

HEX: #9D7672
RGB: (157,118,114)

Color info

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

RGB color model

#9D7672 color RGB value is (157,118,114).

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

RGB channels and saturation

R 157 of 255 = 62%
G 118 of 255 = 46%
B 114 of 255 = 45%

157
118
114

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

Portions of RGB colors in percentages

R + G + B =
157 + 118 + 114 = 389 (100%)
R 157 of 389 ~ 40.36%
G 118 of 389 ~ 30.33%
B 114 of 389 ~ 29.31%

%40.36
%30.33
%29.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 27.39%
  • key color value is 38.43%
CMYK:
(0,25,27,38)
C0M25Y27K38 
(0%,25%,27%,38%)
(0.00/0.25/0.27/0.38)	

CMYK percentages

%0
%24.84
%27.39
%38.43

Codes

Color #9D7672 in popluar color models

9D7672
RGB157118114
HSL17.99%53.14%
HSB/HSV27.39%61.57%
CMYK0.00%24.84%27.39%
38.43%

Color #9D7672 in popluar number systems.

HEX9D7672
Decimal157118114
Binary1001110111101101110010
Octal235166162

Shades and tints

Shades of #9D7672

#9D7672
(157,118,114)
#8F6C68
(143,108,104)
#81625E
(129,98,94)
#735854
(115,88,84)
#654E4A
(101,78,74)
#574440
(87,68,64)
#493A36
(73,58,54)
#3B302C
(59,48,44)
#2D2622
(45,38,34)
#1F1C18
(31,28,24)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #9D7672

#9D7672
(157,118,114)
#A5827E
(165,130,126)
#AD8E8A
(173,142,138)
#B59A96
(181,154,150)
#BDA6A2
(189,166,162)
#C5B2AE
(197,178,174)
#CDBEBA
(205,190,186)
#D5CAC6
(213,202,198)
#DDD6D2
(221,214,210)
#E5E2DE
(229,226,222)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7672; }

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

This text font color is #9D7672.


Background Color

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

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

This div background color is #9D7672.


Border color

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

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

This div border color is #9D7672.


Opacity

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

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

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

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

This text has shadow with #9D7672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7672 on black background.


Color preview on white background

This text has color #9D7672 on white background.



Black color preview on #9D7672 background

This text has black color on #9D7672 background.


White color preview on #9D7672 background

This text has white color on #9D7672 background.