COLOR #9F7163

HEX: #9F7163
RGB: (159,113,99)

Color info

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

RGB color model

#9F7163 color RGB value is (159,113,99).

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

RGB channels and saturation

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

159
113
99

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

Portions of RGB colors in percentages

R + G + B =
159 + 113 + 99 = 371 (100%)
R 159 of 371 ~ 42.86%
G 113 of 371 ~ 30.46%
B 99 of 371 ~ 26.68%

%42.86
%30.46
%26.68

CMYK color model

#9F7163 color CMYK value is (0,29,38,38).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 37.74%
  • key color value is 37.65%
CMYK:
(0,29,38,38)
C0M29Y38K38 
(0%,29%,38%,38%)
(0.00/0.29/0.38/0.38)	

CMYK percentages

%0
%28.93
%37.74
%37.65

Codes

Color #9F7163 in popluar color models

9F7163
RGB15911399
HSL14°23.81%50.59%
HSB/HSV14°37.74%62.35%
CMYK0.00%28.93%37.74%
37.65%

Color #9F7163 in popluar number systems.

HEX9F7163
Decimal15911399
Binary1001111111100011100011
Octal237161143

Shades and tints

Shades of #9F7163

#9F7163
(159,113,99)
#91675A
(145,103,90)
#835D51
(131,93,81)
#755348
(117,83,72)
#67493F
(103,73,63)
#593F36
(89,63,54)
#4B352D
(75,53,45)
#3D2B24
(61,43,36)
#2F211B
(47,33,27)
#211712
(33,23,18)
#130D09
(19,13,9)
#000000
(0,0,0)

Tints of #9F7163

#9F7163
(159,113,99)
#A77D71
(167,125,113)
#AF897F
(175,137,127)
#B7958D
(183,149,141)
#BFA19B
(191,161,155)
#C7ADA9
(199,173,169)
#CFB9B7
(207,185,183)
#D7C5C5
(215,197,197)
#DFD1D3
(223,209,211)
#E7DDE1
(231,221,225)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7163; }

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

This text font color is #9F7163.


Background Color

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

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

This div background color is #9F7163.


Border color

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

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

This div border color is #9F7163.


Opacity

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

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

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

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

This text has shadow with #9F7163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7163 on black background.


Color preview on white background

This text has color #9F7163 on white background.



Black color preview on #9F7163 background

This text has black color on #9F7163 background.


White color preview on #9F7163 background

This text has white color on #9F7163 background.