COLOR #9C466F

HEX: #9C466F
RGB: (156,70,111)

Color info

#9C466F contains mainly red and blue colors. Web safe color of #9C466F is #993366 (or #936).

RGB color model

#9C466F color RGB value is (156,70,111).

  • red value is 156;
  • green value is 70;
  • blue value is 111.
RGB:
(156,70,111)
(61%,27%,44%)

RGB channels and saturation

R 156 of 255 = 61%
G 70 of 255 = 27%
B 111 of 255 = 44%

156
70
111

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

Portions of RGB colors in percentages

R + G + B =
156 + 70 + 111 = 337 (100%)
R 156 of 337 ~ 46.29%
G 70 of 337 ~ 20.77%
B 111 of 337 ~ 32.94%

%46.29
%20.77
%32.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 55.13%
  • yellow value is 28.85%
  • key color value is 38.82%
CMYK:
(0,55,29,39)
C0M55Y29K39 
(0%,55%,29%,39%)
(0.00/0.55/0.29/0.39)	

CMYK percentages

%0
%55.13
%28.85
%38.82

Codes

Color #9C466F in popluar color models

9C466F
RGB15670111
HSL331°38.05%44.31%
HSB/HSV331°55.13%61.18%
CMYK0.00%55.13%28.85%
38.82%

Color #9C466F in popluar number systems.

HEX9C466F
Decimal15670111
Binary1001110010001101101111
Octal234106157

Shades and tints

Shades of #9C466F

#9C466F
(156,70,111)
#8E4065
(142,64,101)
#803A5B
(128,58,91)
#723451
(114,52,81)
#642E47
(100,46,71)
#56283D
(86,40,61)
#482233
(72,34,51)
#3A1C29
(58,28,41)
#2C161F
(44,22,31)
#1E1015
(30,16,21)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #9C466F

#9C466F
(156,70,111)
#A5567C
(165,86,124)
#AE6689
(174,102,137)
#B77696
(183,118,150)
#C086A3
(192,134,163)
#C996B0
(201,150,176)
#D2A6BD
(210,166,189)
#DBB6CA
(219,182,202)
#E4C6D7
(228,198,215)
#EDD6E4
(237,214,228)
#F6E6F1
(246,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C466F color. Also use rgb(156,70,111) instead hex code.

Text Font Color

.myTextColor { color: #9C466F; }

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

This text font color is #9C466F.


Background Color

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

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

This div background color is #9C466F.


Border color

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

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

This div border color is #9C466F.


Opacity

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

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

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

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

This text has shadow with #9C466F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C466F on black background.


Color preview on white background

This text has color #9C466F on white background.



Black color preview on #9C466F background

This text has black color on #9C466F background.


White color preview on #9C466F background

This text has white color on #9C466F background.