COLOR #9C7464

HEX: #9C7464
RGB: (156,116,100)

Color info

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

RGB color model

#9C7464 color RGB value is (156,116,100).

  • red value is 156;
  • green value is 116;
  • blue value is 100.
RGB:
(156,116,100)
(61%,45%,39%)

RGB channels and saturation

R 156 of 255 = 61%
G 116 of 255 = 45%
B 100 of 255 = 39%

156
116
100

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

Portions of RGB colors in percentages

R + G + B =
156 + 116 + 100 = 372 (100%)
R 156 of 372 ~ 41.94%
G 116 of 372 ~ 31.18%
B 100 of 372 ~ 26.88%

%41.94
%31.18
%26.88

CMYK color model

#9C7464 color CMYK value is (0,26,36,39).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 35.90%
  • key color value is 38.82%
CMYK:
(0,26,36,39)
C0M26Y36K39 
(0%,26%,36%,39%)
(0.00/0.26/0.36/0.39)	

CMYK percentages

%0
%25.64
%35.9
%38.82

Codes

Color #9C7464 in popluar color models

9C7464
RGB156116100
HSL17°22.05%50.20%
HSB/HSV17°35.90%61.18%
CMYK0.00%25.64%35.90%
38.82%

Color #9C7464 in popluar number systems.

HEX9C7464
Decimal156116100
Binary1001110011101001100100
Octal234164144

Shades and tints

Shades of #9C7464

#9C7464
(156,116,100)
#8E6A5B
(142,106,91)
#806052
(128,96,82)
#725649
(114,86,73)
#644C40
(100,76,64)
#564237
(86,66,55)
#48382E
(72,56,46)
#3A2E25
(58,46,37)
#2C241C
(44,36,28)
#1E1A13
(30,26,19)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #9C7464

#9C7464
(156,116,100)
#A58072
(165,128,114)
#AE8C80
(174,140,128)
#B7988E
(183,152,142)
#C0A49C
(192,164,156)
#C9B0AA
(201,176,170)
#D2BCB8
(210,188,184)
#DBC8C6
(219,200,198)
#E4D4D4
(228,212,212)
#EDE0E2
(237,224,226)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7464 color. Also use rgb(156,116,100) instead hex code.

Text Font Color

.myTextColor { color: #9C7464; }

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

This text font color is #9C7464.


Background Color

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

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

This div background color is #9C7464.


Border color

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

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

This div border color is #9C7464.


Opacity

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

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

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

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

This text has shadow with #9C7464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7464 on black background.


Color preview on white background

This text has color #9C7464 on white background.



Black color preview on #9C7464 background

This text has black color on #9C7464 background.


White color preview on #9C7464 background

This text has white color on #9C7464 background.