COLOR #9C7863

HEX: #9C7863
RGB: (156,120,99)

Color info

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

RGB color model

#9C7863 color RGB value is (156,120,99).

  • red value is 156;
  • green value is 120;
  • blue value is 99.
RGB:
(156,120,99)
(61%,47%,39%)

RGB channels and saturation

R 156 of 255 = 61%
G 120 of 255 = 47%
B 99 of 255 = 39%

156
120
99

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

Portions of RGB colors in percentages

R + G + B =
156 + 120 + 99 = 375 (100%)
R 156 of 375 ~ 41.6%
G 120 of 375 ~ 32%
B 99 of 375 ~ 26.4%

%41.6
%32
%26.4

CMYK color model

#9C7863 color CMYK value is (0,23,37,39).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 36.54%
  • key color value is 38.82%
CMYK:
(0,23,37,39)
C0M23Y37K39 
(0%,23%,37%,39%)
(0.00/0.23/0.37/0.39)	

CMYK percentages

%0
%23.08
%36.54
%38.82

Codes

Color #9C7863 in popluar color models

9C7863
RGB15612099
HSL22°22.35%50.00%
HSB/HSV22°36.54%61.18%
CMYK0.00%23.08%36.54%
38.82%

Color #9C7863 in popluar number systems.

HEX9C7863
Decimal15612099
Binary1001110011110001100011
Octal234170143

Shades and tints

Shades of #9C7863

#9C7863
(156,120,99)
#8E6E5A
(142,110,90)
#806451
(128,100,81)
#725A48
(114,90,72)
#64503F
(100,80,63)
#564636
(86,70,54)
#483C2D
(72,60,45)
#3A3224
(58,50,36)
#2C281B
(44,40,27)
#1E1E12
(30,30,18)
#101409
(16,20,9)
#000000
(0,0,0)

Tints of #9C7863

#9C7863
(156,120,99)
#A58471
(165,132,113)
#AE907F
(174,144,127)
#B79C8D
(183,156,141)
#C0A89B
(192,168,155)
#C9B4A9
(201,180,169)
#D2C0B7
(210,192,183)
#DBCCC5
(219,204,197)
#E4D8D3
(228,216,211)
#EDE4E1
(237,228,225)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7863 color. Also use rgb(156,120,99) instead hex code.

Text Font Color

.myTextColor { color: #9C7863; }

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

This text font color is #9C7863.


Background Color

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

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

This div background color is #9C7863.


Border color

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

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

This div border color is #9C7863.


Opacity

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

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

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

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

This text has shadow with #9C7863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7863 on black background.


Color preview on white background

This text has color #9C7863 on white background.



Black color preview on #9C7863 background

This text has black color on #9C7863 background.


White color preview on #9C7863 background

This text has white color on #9C7863 background.