COLOR #9C8A4C

HEX: #9C8A4C
RGB: (156,138,76)

Color info

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

RGB color model

#9C8A4C color RGB value is (156,138,76).

  • red value is 156;
  • green value is 138;
  • blue value is 76.
RGB:
(156,138,76)
(61%,54%,30%)

RGB channels and saturation

R 156 of 255 = 61%
G 138 of 255 = 54%
B 76 of 255 = 30%

156
138
76

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

Portions of RGB colors in percentages

R + G + B =
156 + 138 + 76 = 370 (100%)
R 156 of 370 ~ 42.16%
G 138 of 370 ~ 37.3%
B 76 of 370 ~ 20.54%

%42.16
%37.3
%20.54

CMYK color model

#9C8A4C color CMYK value is (0,12,51,39).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 51.28%
  • key color value is 38.82%
CMYK:
(0,12,51,39)
C0M12Y51K39 
(0%,12%,51%,39%)
(0.00/0.12/0.51/0.39)	

CMYK percentages

%0
%11.54
%51.28
%38.82

Codes

Color #9C8A4C in popluar color models

9C8A4C
RGB15613876
HSL47°34.48%45.49%
HSB/HSV47°51.28%61.18%
CMYK0.00%11.54%51.28%
38.82%

Color #9C8A4C in popluar number systems.

HEX9C8A4C
Decimal15613876
Binary10011100100010101001100
Octal234212114

Shades and tints

Shades of #9C8A4C

#9C8A4C
(156,138,76)
#8E7E46
(142,126,70)
#807240
(128,114,64)
#72663A
(114,102,58)
#645A34
(100,90,52)
#564E2E
(86,78,46)
#484228
(72,66,40)
#3A3622
(58,54,34)
#2C2A1C
(44,42,28)
#1E1E16
(30,30,22)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #9C8A4C

#9C8A4C
(156,138,76)
#A5945C
(165,148,92)
#AE9E6C
(174,158,108)
#B7A87C
(183,168,124)
#C0B28C
(192,178,140)
#C9BC9C
(201,188,156)
#D2C6AC
(210,198,172)
#DBD0BC
(219,208,188)
#E4DACC
(228,218,204)
#EDE4DC
(237,228,220)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8A4C color. Also use rgb(156,138,76) instead hex code.

Text Font Color

.myTextColor { color: #9C8A4C; }

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

This text font color is #9C8A4C.


Background Color

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

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

This div background color is #9C8A4C.


Border color

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

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

This div border color is #9C8A4C.


Opacity

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

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

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

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

This text has shadow with #9C8A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8A4C on black background.


Color preview on white background

This text has color #9C8A4C on white background.



Black color preview on #9C8A4C background

This text has black color on #9C8A4C background.


White color preview on #9C8A4C background

This text has white color on #9C8A4C background.