COLOR #9C5F6E

HEX: #9C5F6E
RGB: (156,95,110)

Color info

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

RGB color model

#9C5F6E color RGB value is (156,95,110).

  • red value is 156;
  • green value is 95;
  • blue value is 110.
RGB:
(156,95,110)
(61%,37%,43%)

RGB channels and saturation

R 156 of 255 = 61%
G 95 of 255 = 37%
B 110 of 255 = 43%

156
95
110

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

Portions of RGB colors in percentages

R + G + B =
156 + 95 + 110 = 361 (100%)
R 156 of 361 ~ 43.21%
G 95 of 361 ~ 26.32%
B 110 of 361 ~ 30.47%

%43.21
%26.32
%30.47

CMYK color model

#9C5F6E color CMYK value is (0,39,29,39).

  • cyan value is 0.00%
  • magenta value is 39.10%
  • yellow value is 29.49%
  • key color value is 38.82%
CMYK:
(0,39,29,39)
C0M39Y29K39 
(0%,39%,29%,39%)
(0.00/0.39/0.29/0.39)	

CMYK percentages

%0
%39.1
%29.49
%38.82

Codes

Color #9C5F6E in popluar color models

9C5F6E
RGB15695110
HSL345°24.30%49.22%
HSB/HSV345°39.10%61.18%
CMYK0.00%39.10%29.49%
38.82%

Color #9C5F6E in popluar number systems.

HEX9C5F6E
Decimal15695110
Binary1001110010111111101110
Octal234137156

Shades and tints

Shades of #9C5F6E

#9C5F6E
(156,95,110)
#8E5764
(142,87,100)
#804F5A
(128,79,90)
#724750
(114,71,80)
#643F46
(100,63,70)
#56373C
(86,55,60)
#482F32
(72,47,50)
#3A2728
(58,39,40)
#2C1F1E
(44,31,30)
#1E1714
(30,23,20)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #9C5F6E

#9C5F6E
(156,95,110)
#A56D7B
(165,109,123)
#AE7B88
(174,123,136)
#B78995
(183,137,149)
#C097A2
(192,151,162)
#C9A5AF
(201,165,175)
#D2B3BC
(210,179,188)
#DBC1C9
(219,193,201)
#E4CFD6
(228,207,214)
#EDDDE3
(237,221,227)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5F6E color. Also use rgb(156,95,110) instead hex code.

Text Font Color

.myTextColor { color: #9C5F6E; }

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

This text font color is #9C5F6E.


Background Color

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

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

This div background color is #9C5F6E.


Border color

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

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

This div border color is #9C5F6E.


Opacity

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

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

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

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

This text has shadow with #9C5F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5F6E on black background.


Color preview on white background

This text has color #9C5F6E on white background.



Black color preview on #9C5F6E background

This text has black color on #9C5F6E background.


White color preview on #9C5F6E background

This text has white color on #9C5F6E background.