COLOR #9C7C62

HEX: #9C7C62
RGB: (156,124,98)

Color info

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

RGB color model

#9C7C62 color RGB value is (156,124,98).

  • red value is 156;
  • green value is 124;
  • blue value is 98.
RGB:
(156,124,98)
(61%,49%,38%)

RGB channels and saturation

R 156 of 255 = 61%
G 124 of 255 = 49%
B 98 of 255 = 38%

156
124
98

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

Portions of RGB colors in percentages

R + G + B =
156 + 124 + 98 = 378 (100%)
R 156 of 378 ~ 41.27%
G 124 of 378 ~ 32.8%
B 98 of 378 ~ 25.93%

%41.27
%32.8
%25.93

CMYK color model

#9C7C62 color CMYK value is (0,21,37,39).

  • cyan value is 0.00%
  • magenta value is 20.51%
  • yellow value is 37.18%
  • key color value is 38.82%
CMYK:
(0,21,37,39)
C0M21Y37K39 
(0%,21%,37%,39%)
(0.00/0.21/0.37/0.39)	

CMYK percentages

%0
%20.51
%37.18
%38.82

Codes

Color #9C7C62 in popluar color models

9C7C62
RGB15612498
HSL27°22.83%49.80%
HSB/HSV27°37.18%61.18%
CMYK0.00%20.51%37.18%
38.82%

Color #9C7C62 in popluar number systems.

HEX9C7C62
Decimal15612498
Binary1001110011111001100010
Octal234174142

Shades and tints

Shades of #9C7C62

#9C7C62
(156,124,98)
#8E715A
(142,113,90)
#806652
(128,102,82)
#725B4A
(114,91,74)
#645042
(100,80,66)
#56453A
(86,69,58)
#483A32
(72,58,50)
#3A2F2A
(58,47,42)
#2C2422
(44,36,34)
#1E191A
(30,25,26)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #9C7C62

#9C7C62
(156,124,98)
#A58770
(165,135,112)
#AE927E
(174,146,126)
#B79D8C
(183,157,140)
#C0A89A
(192,168,154)
#C9B3A8
(201,179,168)
#D2BEB6
(210,190,182)
#DBC9C4
(219,201,196)
#E4D4D2
(228,212,210)
#EDDFE0
(237,223,224)
#F6EAEE
(246,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7C62 color. Also use rgb(156,124,98) instead hex code.

Text Font Color

.myTextColor { color: #9C7C62; }

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

This text font color is #9C7C62.


Background Color

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

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

This div background color is #9C7C62.


Border color

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

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

This div border color is #9C7C62.


Opacity

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

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

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

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

This text has shadow with #9C7C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7C62 on black background.


Color preview on white background

This text has color #9C7C62 on white background.



Black color preview on #9C7C62 background

This text has black color on #9C7C62 background.


White color preview on #9C7C62 background

This text has white color on #9C7C62 background.