COLOR #9C5F6D

HEX: #9C5F6D
RGB: (156,95,109)

Color info

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

RGB color model

#9C5F6D color RGB value is (156,95,109).

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

RGB channels and saturation

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

156
95
109

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

Portions of RGB colors in percentages

R + G + B =
156 + 95 + 109 = 360 (100%)
R 156 of 360 ~ 43.33%
G 95 of 360 ~ 26.39%
B 109 of 360 ~ 30.28%

%43.33
%26.39
%30.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.10%
  • yellow value is 30.13%
  • key color value is 38.82%
CMYK:
(0,39,30,39)
C0M39Y30K39 
(0%,39%,30%,39%)
(0.00/0.39/0.30/0.39)	

CMYK percentages

%0
%39.1
%30.13
%38.82

Codes

Color #9C5F6D in popluar color models

9C5F6D
RGB15695109
HSL346°24.30%49.22%
HSB/HSV346°39.10%61.18%
CMYK0.00%39.10%30.13%
38.82%

Color #9C5F6D in popluar number systems.

HEX9C5F6D
Decimal15695109
Binary1001110010111111101101
Octal234137155

Shades and tints

Shades of #9C5F6D

#9C5F6D
(156,95,109)
#8E5764
(142,87,100)
#804F5B
(128,79,91)
#724752
(114,71,82)
#643F49
(100,63,73)
#563740
(86,55,64)
#482F37
(72,47,55)
#3A272E
(58,39,46)
#2C1F25
(44,31,37)
#1E171C
(30,23,28)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #9C5F6D

#9C5F6D
(156,95,109)
#A56D7A
(165,109,122)
#AE7B87
(174,123,135)
#B78994
(183,137,148)
#C097A1
(192,151,161)
#C9A5AE
(201,165,174)
#D2B3BB
(210,179,187)
#DBC1C8
(219,193,200)
#E4CFD5
(228,207,213)
#EDDDE2
(237,221,226)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5F6D; }

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

This text font color is #9C5F6D.


Background Color

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

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

This div background color is #9C5F6D.


Border color

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

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

This div border color is #9C5F6D.


Opacity

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

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

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

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

This text has shadow with #9C5F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5F6D on black background.


Color preview on white background

This text has color #9C5F6D on white background.



Black color preview on #9C5F6D background

This text has black color on #9C5F6D background.


White color preview on #9C5F6D background

This text has white color on #9C5F6D background.