COLOR #9C7370

HEX: #9C7370
RGB: (156,115,112)

Color info

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

RGB color model

#9C7370 color RGB value is (156,115,112).

  • red value is 156;
  • green value is 115;
  • blue value is 112.
RGB:
(156,115,112)
(61%,45%,44%)

RGB channels and saturation

R 156 of 255 = 61%
G 115 of 255 = 45%
B 112 of 255 = 44%

156
115
112

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

Portions of RGB colors in percentages

R + G + B =
156 + 115 + 112 = 383 (100%)
R 156 of 383 ~ 40.73%
G 115 of 383 ~ 30.03%
B 112 of 383 ~ 29.24%

%40.73
%30.03
%29.24

CMYK color model

#9C7370 color CMYK value is (0,26,28,39).

  • cyan value is 0.00%
  • magenta value is 26.28%
  • yellow value is 28.21%
  • key color value is 38.82%
CMYK:
(0,26,28,39)
C0M26Y28K39 
(0%,26%,28%,39%)
(0.00/0.26/0.28/0.39)	

CMYK percentages

%0
%26.28
%28.21
%38.82

Codes

Color #9C7370 in popluar color models

9C7370
RGB156115112
HSL18.18%52.55%
HSB/HSV28.21%61.18%
CMYK0.00%26.28%28.21%
38.82%

Color #9C7370 in popluar number systems.

HEX9C7370
Decimal156115112
Binary1001110011100111110000
Octal234163160

Shades and tints

Shades of #9C7370

#9C7370
(156,115,112)
#8E6966
(142,105,102)
#805F5C
(128,95,92)
#725552
(114,85,82)
#644B48
(100,75,72)
#56413E
(86,65,62)
#483734
(72,55,52)
#3A2D2A
(58,45,42)
#2C2320
(44,35,32)
#1E1916
(30,25,22)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #9C7370

#9C7370
(156,115,112)
#A57F7D
(165,127,125)
#AE8B8A
(174,139,138)
#B79797
(183,151,151)
#C0A3A4
(192,163,164)
#C9AFB1
(201,175,177)
#D2BBBE
(210,187,190)
#DBC7CB
(219,199,203)
#E4D3D8
(228,211,216)
#EDDFE5
(237,223,229)
#F6EBF2
(246,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7370 color. Also use rgb(156,115,112) instead hex code.

Text Font Color

.myTextColor { color: #9C7370; }

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

This text font color is #9C7370.


Background Color

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

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

This div background color is #9C7370.


Border color

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

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

This div border color is #9C7370.


Opacity

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

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

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

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

This text has shadow with #9C7370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7370 on black background.


Color preview on white background

This text has color #9C7370 on white background.



Black color preview on #9C7370 background

This text has black color on #9C7370 background.


White color preview on #9C7370 background

This text has white color on #9C7370 background.