COLOR #9C5C6D

HEX: #9C5C6D
RGB: (156,92,109)

Color info

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

RGB color model

#9C5C6D color RGB value is (156,92,109).

  • red value is 156;
  • green value is 92;
  • blue value is 109.
RGB:
(156,92,109)
(61%,36%,43%)

RGB channels and saturation

R 156 of 255 = 61%
G 92 of 255 = 36%
B 109 of 255 = 43%

156
92
109

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

Portions of RGB colors in percentages

R + G + B =
156 + 92 + 109 = 357 (100%)
R 156 of 357 ~ 43.7%
G 92 of 357 ~ 25.77%
B 109 of 357 ~ 30.53%

%43.7
%25.77
%30.53

CMYK color model

#9C5C6D color CMYK value is (0,41,30,39).

  • cyan value is 0.00%
  • magenta value is 41.03%
  • yellow value is 30.13%
  • key color value is 38.82%
CMYK:
(0,41,30,39)
C0M41Y30K39 
(0%,41%,30%,39%)
(0.00/0.41/0.30/0.39)	

CMYK percentages

%0
%41.03
%30.13
%38.82

Codes

Color #9C5C6D in popluar color models

9C5C6D
RGB15692109
HSL344°25.81%48.63%
HSB/HSV344°41.03%61.18%
CMYK0.00%41.03%30.13%
38.82%

Color #9C5C6D in popluar number systems.

HEX9C5C6D
Decimal15692109
Binary1001110010111001101101
Octal234134155

Shades and tints

Shades of #9C5C6D

#9C5C6D
(156,92,109)
#8E5464
(142,84,100)
#804C5B
(128,76,91)
#724452
(114,68,82)
#643C49
(100,60,73)
#563440
(86,52,64)
#482C37
(72,44,55)
#3A242E
(58,36,46)
#2C1C25
(44,28,37)
#1E141C
(30,20,28)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #9C5C6D

#9C5C6D
(156,92,109)
#A56A7A
(165,106,122)
#AE7887
(174,120,135)
#B78694
(183,134,148)
#C094A1
(192,148,161)
#C9A2AE
(201,162,174)
#D2B0BB
(210,176,187)
#DBBEC8
(219,190,200)
#E4CCD5
(228,204,213)
#EDDAE2
(237,218,226)
#F6E8EF
(246,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5C6D color. Also use rgb(156,92,109) instead hex code.

Text Font Color

.myTextColor { color: #9C5C6D; }

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

This text font color is #9C5C6D.


Background Color

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

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

This div background color is #9C5C6D.


Border color

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

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

This div border color is #9C5C6D.


Opacity

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

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

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

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

This text has shadow with #9C5C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5C6D on black background.


Color preview on white background

This text has color #9C5C6D on white background.



Black color preview on #9C5C6D background

This text has black color on #9C5C6D background.


White color preview on #9C5C6D background

This text has white color on #9C5C6D background.