COLOR #9C9584

HEX: #9C9584
RGB: (156,149,132)

Color info

#9C9584 contains red, green and blue colors in about the same proportion. Web safe color of #9C9584 is #999999 (or #999).

RGB color model

#9C9584 color RGB value is (156,149,132).

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

RGB channels and saturation

R 156 of 255 = 61%
G 149 of 255 = 58%
B 132 of 255 = 52%

156
149
132

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

Portions of RGB colors in percentages

R + G + B =
156 + 149 + 132 = 437 (100%)
R 156 of 437 ~ 35.7%
G 149 of 437 ~ 34.1%
B 132 of 437 ~ 30.21%

%35.7
%34.1
%30.21

CMYK color model

#9C9584 color CMYK value is (0,4,15,39).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 15.38%
  • key color value is 38.82%
CMYK:
(0,4,15,39)
C0M4Y15K39 
(0%,4%,15%,39%)
(0.00/0.04/0.15/0.39)	

CMYK percentages

%0
%4.49
%15.38
%38.82

Codes

Color #9C9584 in popluar color models

9C9584
RGB156149132
HSL43°10.81%56.47%
HSB/HSV43°15.38%61.18%
CMYK0.00%4.49%15.38%
38.82%

Color #9C9584 in popluar number systems.

HEX9C9584
Decimal156149132
Binary100111001001010110000100
Octal234225204

Shades and tints

Shades of #9C9584

#9C9584
(156,149,132)
#8E8878
(142,136,120)
#807B6C
(128,123,108)
#726E60
(114,110,96)
#646154
(100,97,84)
#565448
(86,84,72)
#48473C
(72,71,60)
#3A3A30
(58,58,48)
#2C2D24
(44,45,36)
#1E2018
(30,32,24)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #9C9584

#9C9584
(156,149,132)
#A59E8F
(165,158,143)
#AEA79A
(174,167,154)
#B7B0A5
(183,176,165)
#C0B9B0
(192,185,176)
#C9C2BB
(201,194,187)
#D2CBC6
(210,203,198)
#DBD4D1
(219,212,209)
#E4DDDC
(228,221,220)
#EDE6E7
(237,230,231)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9584; }

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

This text font color is #9C9584.


Background Color

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

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

This div background color is #9C9584.


Border color

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

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

This div border color is #9C9584.


Opacity

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

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

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

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

This text has shadow with #9C9584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9584 on black background.


Color preview on white background

This text has color #9C9584 on white background.



Black color preview on #9C9584 background

This text has black color on #9C9584 background.


White color preview on #9C9584 background

This text has white color on #9C9584 background.