COLOR #9C752F

HEX: #9C752F
RGB: (156,117,47)

Color info

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

RGB color model

#9C752F color RGB value is (156,117,47).

  • red value is 156;
  • green value is 117;
  • blue value is 47.
RGB:
(156,117,47)
(61%,46%,18%)

RGB channels and saturation

R 156 of 255 = 61%
G 117 of 255 = 46%
B 47 of 255 = 18%

156
117
47

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

Portions of RGB colors in percentages

R + G + B =
156 + 117 + 47 = 320 (100%)
R 156 of 320 ~ 48.75%
G 117 of 320 ~ 36.56%
B 47 of 320 ~ 14.69%

%48.75
%36.56
%14.69

CMYK color model

#9C752F color CMYK value is (0,25,70,39).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 69.87%
  • key color value is 38.82%
CMYK:
(0,25,70,39)
C0M25Y70K39 
(0%,25%,70%,39%)
(0.00/0.25/0.70/0.39)	

CMYK percentages

%0
%25
%69.87
%38.82

Codes

Color #9C752F in popluar color models

9C752F
RGB15611747
HSL39°53.69%39.80%
HSB/HSV39°69.87%61.18%
CMYK0.00%25.00%69.87%
38.82%

Color #9C752F in popluar number systems.

HEX9C752F
Decimal15611747
Binary100111001110101101111
Octal23416557

Shades and tints

Shades of #9C752F

#9C752F
(156,117,47)
#8E6B2B
(142,107,43)
#806127
(128,97,39)
#725723
(114,87,35)
#644D1F
(100,77,31)
#56431B
(86,67,27)
#483917
(72,57,23)
#3A2F13
(58,47,19)
#2C250F
(44,37,15)
#1E1B0B
(30,27,11)
#101107
(16,17,7)
#000000
(0,0,0)

Tints of #9C752F

#9C752F
(156,117,47)
#A58141
(165,129,65)
#AE8D53
(174,141,83)
#B79965
(183,153,101)
#C0A577
(192,165,119)
#C9B189
(201,177,137)
#D2BD9B
(210,189,155)
#DBC9AD
(219,201,173)
#E4D5BF
(228,213,191)
#EDE1D1
(237,225,209)
#F6EDE3
(246,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C752F color. Also use rgb(156,117,47) instead hex code.

Text Font Color

.myTextColor { color: #9C752F; }

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

This text font color is #9C752F.


Background Color

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

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

This div background color is #9C752F.


Border color

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

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

This div border color is #9C752F.


Opacity

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

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

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

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

This text has shadow with #9C752F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C752F on black background.


Color preview on white background

This text has color #9C752F on white background.



Black color preview on #9C752F background

This text has black color on #9C752F background.


White color preview on #9C752F background

This text has white color on #9C752F background.