COLOR #9C8591

HEX: #9C8591
RGB: (156,133,145)

Color info

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

RGB color model

#9C8591 color RGB value is (156,133,145).

  • red value is 156;
  • green value is 133;
  • blue value is 145.
RGB:
(156,133,145)
(61%,52%,57%)

RGB channels and saturation

R 156 of 255 = 61%
G 133 of 255 = 52%
B 145 of 255 = 57%

156
133
145

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

Portions of RGB colors in percentages

R + G + B =
156 + 133 + 145 = 434 (100%)
R 156 of 434 ~ 35.94%
G 133 of 434 ~ 30.65%
B 145 of 434 ~ 33.41%

%35.94
%30.65
%33.41

CMYK color model

#9C8591 color CMYK value is (0,15,7,39).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 7.05%
  • key color value is 38.82%
CMYK:
(0,15,7,39)
C0M15Y7K39 
(0%,15%,7%,39%)
(0.00/0.15/0.07/0.39)	

CMYK percentages

%0
%14.74
%7.05
%38.82

Codes

Color #9C8591 in popluar color models

9C8591
RGB156133145
HSL329°10.41%56.67%
HSB/HSV329°14.74%61.18%
CMYK0.00%14.74%7.05%
38.82%

Color #9C8591 in popluar number systems.

HEX9C8591
Decimal156133145
Binary100111001000010110010001
Octal234205221

Shades and tints

Shades of #9C8591

#9C8591
(156,133,145)
#8E7984
(142,121,132)
#806D77
(128,109,119)
#72616A
(114,97,106)
#64555D
(100,85,93)
#564950
(86,73,80)
#483D43
(72,61,67)
#3A3136
(58,49,54)
#2C2529
(44,37,41)
#1E191C
(30,25,28)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #9C8591

#9C8591
(156,133,145)
#A5909B
(165,144,155)
#AE9BA5
(174,155,165)
#B7A6AF
(183,166,175)
#C0B1B9
(192,177,185)
#C9BCC3
(201,188,195)
#D2C7CD
(210,199,205)
#DBD2D7
(219,210,215)
#E4DDE1
(228,221,225)
#EDE8EB
(237,232,235)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8591 color. Also use rgb(156,133,145) instead hex code.

Text Font Color

.myTextColor { color: #9C8591; }

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

This text font color is #9C8591.


Background Color

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

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

This div background color is #9C8591.


Border color

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

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

This div border color is #9C8591.


Opacity

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

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

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

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

This text has shadow with #9C8591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8591 on black background.


Color preview on white background

This text has color #9C8591 on white background.



Black color preview on #9C8591 background

This text has black color on #9C8591 background.


White color preview on #9C8591 background

This text has white color on #9C8591 background.