COLOR #9C724F

HEX: #9C724F
RGB: (156,114,79)

Color info

#9C724F contains mainly red and green colors. Web safe color of #9C724F is #996666 (or #966).

RGB color model

#9C724F color RGB value is (156,114,79).

  • red value is 156;
  • green value is 114;
  • blue value is 79.
RGB:
(156,114,79)
(61%,45%,31%)

RGB channels and saturation

R 156 of 255 = 61%
G 114 of 255 = 45%
B 79 of 255 = 31%

156
114
79

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

Portions of RGB colors in percentages

R + G + B =
156 + 114 + 79 = 349 (100%)
R 156 of 349 ~ 44.7%
G 114 of 349 ~ 32.66%
B 79 of 349 ~ 22.64%

%44.7
%32.66
%22.64

CMYK color model

#9C724F color CMYK value is (0,27,49,39).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 49.36%
  • key color value is 38.82%
CMYK:
(0,27,49,39)
C0M27Y49K39 
(0%,27%,49%,39%)
(0.00/0.27/0.49/0.39)	

CMYK percentages

%0
%26.92
%49.36
%38.82

Codes

Color #9C724F in popluar color models

9C724F
RGB15611479
HSL27°32.77%46.08%
HSB/HSV27°49.36%61.18%
CMYK0.00%26.92%49.36%
38.82%

Color #9C724F in popluar number systems.

HEX9C724F
Decimal15611479
Binary1001110011100101001111
Octal234162117

Shades and tints

Shades of #9C724F

#9C724F
(156,114,79)
#8E6848
(142,104,72)
#805E41
(128,94,65)
#72543A
(114,84,58)
#644A33
(100,74,51)
#56402C
(86,64,44)
#483625
(72,54,37)
#3A2C1E
(58,44,30)
#2C2217
(44,34,23)
#1E1810
(30,24,16)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #9C724F

#9C724F
(156,114,79)
#A57E5F
(165,126,95)
#AE8A6F
(174,138,111)
#B7967F
(183,150,127)
#C0A28F
(192,162,143)
#C9AE9F
(201,174,159)
#D2BAAF
(210,186,175)
#DBC6BF
(219,198,191)
#E4D2CF
(228,210,207)
#EDDEDF
(237,222,223)
#F6EAEF
(246,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C724F color. Also use rgb(156,114,79) instead hex code.

Text Font Color

.myTextColor { color: #9C724F; }

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

This text font color is #9C724F.


Background Color

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

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

This div background color is #9C724F.


Border color

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

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

This div border color is #9C724F.


Opacity

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

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

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

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

This text has shadow with #9C724F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C724F on black background.


Color preview on white background

This text has color #9C724F on white background.



Black color preview on #9C724F background

This text has black color on #9C724F background.


White color preview on #9C724F background

This text has white color on #9C724F background.