COLOR #9C7746

HEX: #9C7746
RGB: (156,119,70)

Color info

#9C7746 contains mainly red and green colors. Web safe color of #9C7746 is #996633 (or #963).

RGB color model

#9C7746 color RGB value is (156,119,70).

  • red value is 156;
  • green value is 119;
  • blue value is 70.
RGB:
(156,119,70)
(61%,47%,27%)

RGB channels and saturation

R 156 of 255 = 61%
G 119 of 255 = 47%
B 70 of 255 = 27%

156
119
70

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

Portions of RGB colors in percentages

R + G + B =
156 + 119 + 70 = 345 (100%)
R 156 of 345 ~ 45.22%
G 119 of 345 ~ 34.49%
B 70 of 345 ~ 20.29%

%45.22
%34.49
%20.29

CMYK color model

#9C7746 color CMYK value is (0,24,55,39).

  • cyan value is 0.00%
  • magenta value is 23.72%
  • yellow value is 55.13%
  • key color value is 38.82%
CMYK:
(0,24,55,39)
C0M24Y55K39 
(0%,24%,55%,39%)
(0.00/0.24/0.55/0.39)	

CMYK percentages

%0
%23.72
%55.13
%38.82

Codes

Color #9C7746 in popluar color models

9C7746
RGB15611970
HSL34°38.05%44.31%
HSB/HSV34°55.13%61.18%
CMYK0.00%23.72%55.13%
38.82%

Color #9C7746 in popluar number systems.

HEX9C7746
Decimal15611970
Binary1001110011101111000110
Octal234167106

Shades and tints

Shades of #9C7746

#9C7746
(156,119,70)
#8E6D40
(142,109,64)
#80633A
(128,99,58)
#725934
(114,89,52)
#644F2E
(100,79,46)
#564528
(86,69,40)
#483B22
(72,59,34)
#3A311C
(58,49,28)
#2C2716
(44,39,22)
#1E1D10
(30,29,16)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #9C7746

#9C7746
(156,119,70)
#A58356
(165,131,86)
#AE8F66
(174,143,102)
#B79B76
(183,155,118)
#C0A786
(192,167,134)
#C9B396
(201,179,150)
#D2BFA6
(210,191,166)
#DBCBB6
(219,203,182)
#E4D7C6
(228,215,198)
#EDE3D6
(237,227,214)
#F6EFE6
(246,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7746 color. Also use rgb(156,119,70) instead hex code.

Text Font Color

.myTextColor { color: #9C7746; }

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

This text font color is #9C7746.


Background Color

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

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

This div background color is #9C7746.


Border color

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

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

This div border color is #9C7746.


Opacity

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

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

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

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

This text has shadow with #9C7746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7746 on black background.


Color preview on white background

This text has color #9C7746 on white background.



Black color preview on #9C7746 background

This text has black color on #9C7746 background.


White color preview on #9C7746 background

This text has white color on #9C7746 background.