COLOR #9C8535

HEX: #9C8535 RGB: (156,133,53)

Color info

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

RGB color model

#9C8535 color RGB value is (156,133,53).

RGB: (156,133,53) (61%, 52%, 21%)

RGB channels and saturation

R 156 of 255 = 61%
G 133 of 255 = 52%
B 53 of 255 = 21%

156
133
53

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

Portions of RGB colors in percentages

R + G + B = 156 + 133 + 53 = 342 (100%)
R 156 of 342 ~ 45.61%
G 133 of 342 ~ 38.89%
B 53 of 342 ~ 15.5'%

%45.61
%38.89
%15.5

CMYK color model

#9C8535 color CMYK value is (0,15,66,39).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 66.03%
  • key color value is 38.82%

CMYK: (0,15,66,39)
C0M15Y66K39 (0%, 15%, 66%, 39%)
(0.00 / 0.15 / 0.66 / 0.39)

CMYK percentages

%0
%14.74
%66.03
%38.82

Codes

Color #9C8535 in popluar color models

9C 85 35
RGB 156 133 53
HSL 47° 49.28% 40.98%
HSB/HSV 47° 66.03% 61.18%
CMYK 0.00% 14.74% 66.03%
38.82%

Color #9C8535 in popluar number systems.

HEX 9C 85 35
Decimal 156 133 53
Binary 10011100 10000101 110101
Octal 234 205 65

Shades and tints

Shades of #9C8535

#9C8535
(156,133,53)
#8E7931
(142,121,49)
#806D2D
(128,109,45)
#726129
(114,97,41)
#645525
(100,85,37)
#564921
(86,73,33)
#483D1D
(72,61,29)
#3A3119
(58,49,25)
#2C2515
(44,37,21)
#1E1911
(30,25,17)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #9C8535

#9C8535
(156,133,53)
#A59047
(165,144,71)
#AE9B59
(174,155,89)
#B7A66B
(183,166,107)
#C0B17D
(192,177,125)
#C9BC8F
(201,188,143)
#D2C7A1
(210,199,161)
#DBD2B3
(219,210,179)
#E4DDC5
(228,221,197)
#EDE8D7
(237,232,215)
#F6F3E9
(246,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8535; }

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

This text font color is #9C8535.

Background Color

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

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

This div background color is #9C8535.

Border color

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

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

This div border color is #9C8535.

Opacity

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

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

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

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

This text has shadow with #9C8535 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8535.

Preview

Color preview on black background

This text has color #9C8535 on black background.


Color preview on white background

This text has color #9C8535 on white background.


Black color preview on #9C8535 background

This text has black color on #9C8535 background.


White color preview on #9C8535 background

This text has white color on #9C8535 background.


Related colors

Complementary color

Complementary color for #hex is #637ACA.


I love getcolorcode.com

Triadic colors

1 #359C85 and #85359C with #9C8535 are triadic colors.

2 #35859C and #859C35 with #9C8535 are triadic colors.