COLOR #9D7163

HEX: #9D7163
RGB: (157,113,99)

Color info

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

RGB color model

#9D7163 color RGB value is (157,113,99).

  • red value is 157;
  • green value is 113;
  • blue value is 99.
RGB:
(157,113,99)
(62%,44%,39%)

RGB channels and saturation

R 157 of 255 = 62%
G 113 of 255 = 44%
B 99 of 255 = 39%

157
113
99

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

Portions of RGB colors in percentages

R + G + B =
157 + 113 + 99 = 369 (100%)
R 157 of 369 ~ 42.55%
G 113 of 369 ~ 30.62%
B 99 of 369 ~ 26.83%

%42.55
%30.62
%26.83

CMYK color model

#9D7163 color CMYK value is (0,28,37,38).

  • cyan value is 0.00%
  • magenta value is 28.03%
  • yellow value is 36.94%
  • key color value is 38.43%
CMYK:
(0,28,37,38)
C0M28Y37K38 
(0%,28%,37%,38%)
(0.00/0.28/0.37/0.38)	

CMYK percentages

%0
%28.03
%36.94
%38.43

Codes

Color #9D7163 in popluar color models

9D7163
RGB15711399
HSL14°22.83%50.20%
HSB/HSV14°36.94%61.57%
CMYK0.00%28.03%36.94%
38.43%

Color #9D7163 in popluar number systems.

HEX9D7163
Decimal15711399
Binary1001110111100011100011
Octal235161143

Shades and tints

Shades of #9D7163

#9D7163
(157,113,99)
#8F675A
(143,103,90)
#815D51
(129,93,81)
#735348
(115,83,72)
#65493F
(101,73,63)
#573F36
(87,63,54)
#49352D
(73,53,45)
#3B2B24
(59,43,36)
#2D211B
(45,33,27)
#1F1712
(31,23,18)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #9D7163

#9D7163
(157,113,99)
#A57D71
(165,125,113)
#AD897F
(173,137,127)
#B5958D
(181,149,141)
#BDA19B
(189,161,155)
#C5ADA9
(197,173,169)
#CDB9B7
(205,185,183)
#D5C5C5
(213,197,197)
#DDD1D3
(221,209,211)
#E5DDE1
(229,221,225)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7163 color. Also use rgb(157,113,99) instead hex code.

Text Font Color

.myTextColor { color: #9D7163; }

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

This text font color is #9D7163.


Background Color

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

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

This div background color is #9D7163.


Border color

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

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

This div border color is #9D7163.


Opacity

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

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

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

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

This text has shadow with #9D7163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7163 on black background.


Color preview on white background

This text has color #9D7163 on white background.



Black color preview on #9D7163 background

This text has black color on #9D7163 background.


White color preview on #9D7163 background

This text has white color on #9D7163 background.