COLOR #9C8963

HEX: #9C8963
RGB: (156,137,99)

Color info

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

RGB color model

#9C8963 color RGB value is (156,137,99).

  • red value is 156;
  • green value is 137;
  • blue value is 99.
RGB:
(156,137,99)
(61%,54%,39%)

RGB channels and saturation

R 156 of 255 = 61%
G 137 of 255 = 54%
B 99 of 255 = 39%

156
137
99

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

Portions of RGB colors in percentages

R + G + B =
156 + 137 + 99 = 392 (100%)
R 156 of 392 ~ 39.8%
G 137 of 392 ~ 34.95%
B 99 of 392 ~ 25.26%

%39.8
%34.95
%25.26

CMYK color model

#9C8963 color CMYK value is (0,12,37,39).

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 36.54%
  • key color value is 38.82%
CMYK:
(0,12,37,39)
C0M12Y37K39 
(0%,12%,37%,39%)
(0.00/0.12/0.37/0.39)	

CMYK percentages

%0
%12.18
%36.54
%38.82

Codes

Color #9C8963 in popluar color models

9C8963
RGB15613799
HSL40°22.35%50.00%
HSB/HSV40°36.54%61.18%
CMYK0.00%12.18%36.54%
38.82%

Color #9C8963 in popluar number systems.

HEX9C8963
Decimal15613799
Binary10011100100010011100011
Octal234211143

Shades and tints

Shades of #9C8963

#9C8963
(156,137,99)
#8E7D5A
(142,125,90)
#807151
(128,113,81)
#726548
(114,101,72)
#64593F
(100,89,63)
#564D36
(86,77,54)
#48412D
(72,65,45)
#3A3524
(58,53,36)
#2C291B
(44,41,27)
#1E1D12
(30,29,18)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #9C8963

#9C8963
(156,137,99)
#A59371
(165,147,113)
#AE9D7F
(174,157,127)
#B7A78D
(183,167,141)
#C0B19B
(192,177,155)
#C9BBA9
(201,187,169)
#D2C5B7
(210,197,183)
#DBCFC5
(219,207,197)
#E4D9D3
(228,217,211)
#EDE3E1
(237,227,225)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8963 color. Also use rgb(156,137,99) instead hex code.

Text Font Color

.myTextColor { color: #9C8963; }

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

This text font color is #9C8963.


Background Color

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

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

This div background color is #9C8963.


Border color

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

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

This div border color is #9C8963.


Opacity

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

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

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

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

This text has shadow with #9C8963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8963 on black background.


Color preview on white background

This text has color #9C8963 on white background.



Black color preview on #9C8963 background

This text has black color on #9C8963 background.


White color preview on #9C8963 background

This text has white color on #9C8963 background.