COLOR #9C9552

HEX: #9C9552
RGB: (156,149,82)

Color info

#9C9552 contains mainly red and green colors. Web safe color of #9C9552 is #999966 (or #996).

RGB color model

#9C9552 color RGB value is (156,149,82).

  • red value is 156;
  • green value is 149;
  • blue value is 82.
RGB:
(156,149,82)
(61%,58%,32%)

RGB channels and saturation

R 156 of 255 = 61%
G 149 of 255 = 58%
B 82 of 255 = 32%

156
149
82

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

Portions of RGB colors in percentages

R + G + B =
156 + 149 + 82 = 387 (100%)
R 156 of 387 ~ 40.31%
G 149 of 387 ~ 38.5%
B 82 of 387 ~ 21.19%

%40.31
%38.5
%21.19

CMYK color model

#9C9552 color CMYK value is (0,4,47,39).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 47.44%
  • key color value is 38.82%
CMYK:
(0,4,47,39)
C0M4Y47K39 
(0%,4%,47%,39%)
(0.00/0.04/0.47/0.39)	

CMYK percentages

%0
%4.49
%47.44
%38.82

Codes

Color #9C9552 in popluar color models

9C9552
RGB15614982
HSL54°31.09%46.67%
HSB/HSV54°47.44%61.18%
CMYK0.00%4.49%47.44%
38.82%

Color #9C9552 in popluar number systems.

HEX9C9552
Decimal15614982
Binary10011100100101011010010
Octal234225122

Shades and tints

Shades of #9C9552

#9C9552
(156,149,82)
#8E884B
(142,136,75)
#807B44
(128,123,68)
#726E3D
(114,110,61)
#646136
(100,97,54)
#56542F
(86,84,47)
#484728
(72,71,40)
#3A3A21
(58,58,33)
#2C2D1A
(44,45,26)
#1E2013
(30,32,19)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #9C9552

#9C9552
(156,149,82)
#A59E61
(165,158,97)
#AEA770
(174,167,112)
#B7B07F
(183,176,127)
#C0B98E
(192,185,142)
#C9C29D
(201,194,157)
#D2CBAC
(210,203,172)
#DBD4BB
(219,212,187)
#E4DDCA
(228,221,202)
#EDE6D9
(237,230,217)
#F6EFE8
(246,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9552 color. Also use rgb(156,149,82) instead hex code.

Text Font Color

.myTextColor { color: #9C9552; }

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

This text font color is #9C9552.


Background Color

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

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

This div background color is #9C9552.


Border color

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

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

This div border color is #9C9552.


Opacity

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

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

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

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

This text has shadow with #9C9552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9552 on black background.


Color preview on white background

This text has color #9C9552 on white background.



Black color preview on #9C9552 background

This text has black color on #9C9552 background.


White color preview on #9C9552 background

This text has white color on #9C9552 background.