COLOR #9C852A

HEX: #9C852A
RGB: (156,133,42)

Color info

#9C852A contains mainly red and green colors. Web safe color of #9C852A is #999933 (or #993).

RGB color model

#9C852A color RGB value is (156,133,42).

  • red value is 156;
  • green value is 133;
  • blue value is 42.
RGB:
(156,133,42)
(61%,52%,16%)

RGB channels and saturation

R 156 of 255 = 61%
G 133 of 255 = 52%
B 42 of 255 = 16%

156
133
42

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

Portions of RGB colors in percentages

R + G + B =
156 + 133 + 42 = 331 (100%)
R 156 of 331 ~ 47.13%
G 133 of 331 ~ 40.18%
B 42 of 331 ~ 12.69%

%47.13
%40.18
%12.69

CMYK color model

#9C852A color CMYK value is (0,15,73,39).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 73.08%
  • key color value is 38.82%
CMYK:
(0,15,73,39)
C0M15Y73K39 
(0%,15%,73%,39%)
(0.00/0.15/0.73/0.39)	

CMYK percentages

%0
%14.74
%73.08
%38.82

Codes

Color #9C852A in popluar color models

9C852A
RGB15613342
HSL48°57.58%38.82%
HSB/HSV48°73.08%61.18%
CMYK0.00%14.74%73.08%
38.82%

Color #9C852A in popluar number systems.

HEX9C852A
Decimal15613342
Binary1001110010000101101010
Octal23420552

Shades and tints

Shades of #9C852A

#9C852A
(156,133,42)
#8E7927
(142,121,39)
#806D24
(128,109,36)
#726121
(114,97,33)
#64551E
(100,85,30)
#56491B
(86,73,27)
#483D18
(72,61,24)
#3A3115
(58,49,21)
#2C2512
(44,37,18)
#1E190F
(30,25,15)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #9C852A

#9C852A
(156,133,42)
#A5903D
(165,144,61)
#AE9B50
(174,155,80)
#B7A663
(183,166,99)
#C0B176
(192,177,118)
#C9BC89
(201,188,137)
#D2C79C
(210,199,156)
#DBD2AF
(219,210,175)
#E4DDC2
(228,221,194)
#EDE8D5
(237,232,213)
#F6F3E8
(246,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C852A color. Also use rgb(156,133,42) instead hex code.

Text Font Color

.myTextColor { color: #9C852A; }

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

This text font color is #9C852A.


Background Color

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

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

This div background color is #9C852A.


Border color

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

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

This div border color is #9C852A.


Opacity

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

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

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

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

This text has shadow with #9C852A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C852A on black background.


Color preview on white background

This text has color #9C852A on white background.



Black color preview on #9C852A background

This text has black color on #9C852A background.


White color preview on #9C852A background

This text has white color on #9C852A background.