COLOR #9C5276

HEX: #9C5276
RGB: (156,82,118)

Color info

#9C5276 contains mainly red and blue colors. Web safe color of #9C5276 is #996666 (or #966).

RGB color model

#9C5276 color RGB value is (156,82,118).

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

RGB channels and saturation

R 156 of 255 = 61%
G 82 of 255 = 32%
B 118 of 255 = 46%

156
82
118

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

Portions of RGB colors in percentages

R + G + B =
156 + 82 + 118 = 356 (100%)
R 156 of 356 ~ 43.82%
G 82 of 356 ~ 23.03%
B 118 of 356 ~ 33.15%

%43.82
%23.03
%33.15

CMYK color model

#9C5276 color CMYK value is (0,47,24,39).

  • cyan value is 0.00%
  • magenta value is 47.44%
  • yellow value is 24.36%
  • key color value is 38.82%
CMYK:
(0,47,24,39)
C0M47Y24K39 
(0%,47%,24%,39%)
(0.00/0.47/0.24/0.39)	

CMYK percentages

%0
%47.44
%24.36
%38.82

Codes

Color #9C5276 in popluar color models

9C5276
RGB15682118
HSL331°31.09%46.67%
HSB/HSV331°47.44%61.18%
CMYK0.00%47.44%24.36%
38.82%

Color #9C5276 in popluar number systems.

HEX9C5276
Decimal15682118
Binary1001110010100101110110
Octal234122166

Shades and tints

Shades of #9C5276

#9C5276
(156,82,118)
#8E4B6C
(142,75,108)
#804462
(128,68,98)
#723D58
(114,61,88)
#64364E
(100,54,78)
#562F44
(86,47,68)
#48283A
(72,40,58)
#3A2130
(58,33,48)
#2C1A26
(44,26,38)
#1E131C
(30,19,28)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #9C5276

#9C5276
(156,82,118)
#A56182
(165,97,130)
#AE708E
(174,112,142)
#B77F9A
(183,127,154)
#C08EA6
(192,142,166)
#C99DB2
(201,157,178)
#D2ACBE
(210,172,190)
#DBBBCA
(219,187,202)
#E4CAD6
(228,202,214)
#EDD9E2
(237,217,226)
#F6E8EE
(246,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5276; }

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

This text font color is #9C5276.


Background Color

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

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

This div background color is #9C5276.


Border color

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

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

This div border color is #9C5276.


Opacity

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

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

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

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

This text has shadow with #9C5276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5276 on black background.


Color preview on white background

This text has color #9C5276 on white background.



Black color preview on #9C5276 background

This text has black color on #9C5276 background.


White color preview on #9C5276 background

This text has white color on #9C5276 background.