COLOR #9C5871

HEX: #9C5871
RGB: (156,88,113)

Color info

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

RGB color model

#9C5871 color RGB value is (156,88,113).

  • red value is 156;
  • green value is 88;
  • blue value is 113.
RGB:
(156,88,113)
(61%,35%,44%)

RGB channels and saturation

R 156 of 255 = 61%
G 88 of 255 = 35%
B 113 of 255 = 44%

156
88
113

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

Portions of RGB colors in percentages

R + G + B =
156 + 88 + 113 = 357 (100%)
R 156 of 357 ~ 43.7%
G 88 of 357 ~ 24.65%
B 113 of 357 ~ 31.65%

%43.7
%24.65
%31.65

CMYK color model

#9C5871 color CMYK value is (0,44,28,39).

  • cyan value is 0.00%
  • magenta value is 43.59%
  • yellow value is 27.56%
  • key color value is 38.82%
CMYK:
(0,44,28,39)
C0M44Y28K39 
(0%,44%,28%,39%)
(0.00/0.44/0.28/0.39)	

CMYK percentages

%0
%43.59
%27.56
%38.82

Codes

Color #9C5871 in popluar color models

9C5871
RGB15688113
HSL338°27.87%47.84%
HSB/HSV338°43.59%61.18%
CMYK0.00%43.59%27.56%
38.82%

Color #9C5871 in popluar number systems.

HEX9C5871
Decimal15688113
Binary1001110010110001110001
Octal234130161

Shades and tints

Shades of #9C5871

#9C5871
(156,88,113)
#8E5067
(142,80,103)
#80485D
(128,72,93)
#724053
(114,64,83)
#643849
(100,56,73)
#56303F
(86,48,63)
#482835
(72,40,53)
#3A202B
(58,32,43)
#2C1821
(44,24,33)
#1E1017
(30,16,23)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #9C5871

#9C5871
(156,88,113)
#A5677D
(165,103,125)
#AE7689
(174,118,137)
#B78595
(183,133,149)
#C094A1
(192,148,161)
#C9A3AD
(201,163,173)
#D2B2B9
(210,178,185)
#DBC1C5
(219,193,197)
#E4D0D1
(228,208,209)
#EDDFDD
(237,223,221)
#F6EEE9
(246,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5871 color. Also use rgb(156,88,113) instead hex code.

Text Font Color

.myTextColor { color: #9C5871; }

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

This text font color is #9C5871.


Background Color

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

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

This div background color is #9C5871.


Border color

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

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

This div border color is #9C5871.


Opacity

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

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

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

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

This text has shadow with #9C5871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5871 on black background.


Color preview on white background

This text has color #9C5871 on white background.



Black color preview on #9C5871 background

This text has black color on #9C5871 background.


White color preview on #9C5871 background

This text has white color on #9C5871 background.