COLOR #9C8461

HEX: #9C8461
RGB: (156,132,97)

Color info

#9C8461 contains red, green and blue colors in about the same proportion. Web safe color of #9C8461 is #999966 (or #996).

RGB color model

#9C8461 color RGB value is (156,132,97).

  • red value is 156;
  • green value is 132;
  • blue value is 97.
RGB:
(156,132,97)
(61%,52%,38%)

RGB channels and saturation

R 156 of 255 = 61%
G 132 of 255 = 52%
B 97 of 255 = 38%

156
132
97

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

Portions of RGB colors in percentages

R + G + B =
156 + 132 + 97 = 385 (100%)
R 156 of 385 ~ 40.52%
G 132 of 385 ~ 34.29%
B 97 of 385 ~ 25.19%

%40.52
%34.29
%25.19

CMYK color model

#9C8461 color CMYK value is (0,15,38,39).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 37.82%
  • key color value is 38.82%
CMYK:
(0,15,38,39)
C0M15Y38K39 
(0%,15%,38%,39%)
(0.00/0.15/0.38/0.39)	

CMYK percentages

%0
%15.38
%37.82
%38.82

Codes

Color #9C8461 in popluar color models

9C8461
RGB15613297
HSL36°23.32%49.61%
HSB/HSV36°37.82%61.18%
CMYK0.00%15.38%37.82%
38.82%

Color #9C8461 in popluar number systems.

HEX9C8461
Decimal15613297
Binary10011100100001001100001
Octal234204141

Shades and tints

Shades of #9C8461

#9C8461
(156,132,97)
#8E7859
(142,120,89)
#806C51
(128,108,81)
#726049
(114,96,73)
#645441
(100,84,65)
#564839
(86,72,57)
#483C31
(72,60,49)
#3A3029
(58,48,41)
#2C2421
(44,36,33)
#1E1819
(30,24,25)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #9C8461

#9C8461
(156,132,97)
#A58F6F
(165,143,111)
#AE9A7D
(174,154,125)
#B7A58B
(183,165,139)
#C0B099
(192,176,153)
#C9BBA7
(201,187,167)
#D2C6B5
(210,198,181)
#DBD1C3
(219,209,195)
#E4DCD1
(228,220,209)
#EDE7DF
(237,231,223)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8461 color. Also use rgb(156,132,97) instead hex code.

Text Font Color

.myTextColor { color: #9C8461; }

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

This text font color is #9C8461.


Background Color

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

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

This div background color is #9C8461.


Border color

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

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

This div border color is #9C8461.


Opacity

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

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

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

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

This text has shadow with #9C8461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8461 on black background.


Color preview on white background

This text has color #9C8461 on white background.



Black color preview on #9C8461 background

This text has black color on #9C8461 background.


White color preview on #9C8461 background

This text has white color on #9C8461 background.