COLOR #9C6477

HEX: #9C6477
RGB: (156,100,119)

Color info

#9C6477 contains red, green and blue colors in about the same proportion. Web safe color of #9C6477 is #996666 (or #966).

RGB color model

#9C6477 color RGB value is (156,100,119).

  • red value is 156;
  • green value is 100;
  • blue value is 119.
RGB:
(156,100,119)
(61%,39%,47%)

RGB channels and saturation

R 156 of 255 = 61%
G 100 of 255 = 39%
B 119 of 255 = 47%

156
100
119

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

Portions of RGB colors in percentages

R + G + B =
156 + 100 + 119 = 375 (100%)
R 156 of 375 ~ 41.6%
G 100 of 375 ~ 26.67%
B 119 of 375 ~ 31.73%

%41.6
%26.67
%31.73

CMYK color model

#9C6477 color CMYK value is (0,36,24,39).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 23.72%
  • key color value is 38.82%
CMYK:
(0,36,24,39)
C0M36Y24K39 
(0%,36%,24%,39%)
(0.00/0.36/0.24/0.39)	

CMYK percentages

%0
%35.9
%23.72
%38.82

Codes

Color #9C6477 in popluar color models

9C6477
RGB156100119
HSL340°22.05%50.20%
HSB/HSV340°35.90%61.18%
CMYK0.00%35.90%23.72%
38.82%

Color #9C6477 in popluar number systems.

HEX9C6477
Decimal156100119
Binary1001110011001001110111
Octal234144167

Shades and tints

Shades of #9C6477

#9C6477
(156,100,119)
#8E5B6D
(142,91,109)
#805263
(128,82,99)
#724959
(114,73,89)
#64404F
(100,64,79)
#563745
(86,55,69)
#482E3B
(72,46,59)
#3A2531
(58,37,49)
#2C1C27
(44,28,39)
#1E131D
(30,19,29)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #9C6477

#9C6477
(156,100,119)
#A57283
(165,114,131)
#AE808F
(174,128,143)
#B78E9B
(183,142,155)
#C09CA7
(192,156,167)
#C9AAB3
(201,170,179)
#D2B8BF
(210,184,191)
#DBC6CB
(219,198,203)
#E4D4D7
(228,212,215)
#EDE2E3
(237,226,227)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6477 color. Also use rgb(156,100,119) instead hex code.

Text Font Color

.myTextColor { color: #9C6477; }

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

This text font color is #9C6477.


Background Color

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

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

This div background color is #9C6477.


Border color

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

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

This div border color is #9C6477.


Opacity

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

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

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

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

This text has shadow with #9C6477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6477 on black background.


Color preview on white background

This text has color #9C6477 on white background.



Black color preview on #9C6477 background

This text has black color on #9C6477 background.


White color preview on #9C6477 background

This text has white color on #9C6477 background.