COLOR #9C9447

HEX: #9C9447
RGB: (156,148,71)

Color info

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

RGB color model

#9C9447 color RGB value is (156,148,71).

  • red value is 156;
  • green value is 148;
  • blue value is 71.
RGB:
(156,148,71)
(61%,58%,28%)

RGB channels and saturation

R 156 of 255 = 61%
G 148 of 255 = 58%
B 71 of 255 = 28%

156
148
71

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

Portions of RGB colors in percentages

R + G + B =
156 + 148 + 71 = 375 (100%)
R 156 of 375 ~ 41.6%
G 148 of 375 ~ 39.47%
B 71 of 375 ~ 18.93%

%41.6
%39.47
%18.93

CMYK color model

#9C9447 color CMYK value is (0,5,54,39).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 54.49%
  • key color value is 38.82%
CMYK:
(0,5,54,39)
C0M5Y54K39 
(0%,5%,54%,39%)
(0.00/0.05/0.54/0.39)	

CMYK percentages

%0
%5.13
%54.49
%38.82

Codes

Color #9C9447 in popluar color models

9C9447
RGB15614871
HSL54°37.44%44.51%
HSB/HSV54°54.49%61.18%
CMYK0.00%5.13%54.49%
38.82%

Color #9C9447 in popluar number systems.

HEX9C9447
Decimal15614871
Binary10011100100101001000111
Octal234224107

Shades and tints

Shades of #9C9447

#9C9447
(156,148,71)
#8E8741
(142,135,65)
#807A3B
(128,122,59)
#726D35
(114,109,53)
#64602F
(100,96,47)
#565329
(86,83,41)
#484623
(72,70,35)
#3A391D
(58,57,29)
#2C2C17
(44,44,23)
#1E1F11
(30,31,17)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #9C9447

#9C9447
(156,148,71)
#A59D57
(165,157,87)
#AEA667
(174,166,103)
#B7AF77
(183,175,119)
#C0B887
(192,184,135)
#C9C197
(201,193,151)
#D2CAA7
(210,202,167)
#DBD3B7
(219,211,183)
#E4DCC7
(228,220,199)
#EDE5D7
(237,229,215)
#F6EEE7
(246,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9447 color. Also use rgb(156,148,71) instead hex code.

Text Font Color

.myTextColor { color: #9C9447; }

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

This text font color is #9C9447.


Background Color

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

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

This div background color is #9C9447.


Border color

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

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

This div border color is #9C9447.


Opacity

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

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

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

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

This text has shadow with #9C9447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9447 on black background.


Color preview on white background

This text has color #9C9447 on white background.



Black color preview on #9C9447 background

This text has black color on #9C9447 background.


White color preview on #9C9447 background

This text has white color on #9C9447 background.