COLOR #96466C

HEX: #96466C
RGB: (150,70,108)

Color info

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

RGB color model

#96466C color RGB value is (150,70,108).

  • red value is 150;
  • green value is 70;
  • blue value is 108.
RGB:
(150,70,108)
(59%,27%,42%)

RGB channels and saturation

R 150 of 255 = 59%
G 70 of 255 = 27%
B 108 of 255 = 42%

150
70
108

R + G + B ~ 43%. #96466C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 70 + 108 = 328 (100%)
R 150 of 328 ~ 45.73%
G 70 of 328 ~ 21.34%
B 108 of 328 ~ 32.93%

%45.73
%21.34
%32.93

CMYK color model

#96466C color CMYK value is (0,53,28,41).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 28.00%
  • key color value is 41.18%
CMYK:
(0,53,28,41)
C0M53Y28K41 
(0%,53%,28%,41%)
(0.00/0.53/0.28/0.41)	

CMYK percentages

%0
%53.33
%28
%41.18

Codes

Color #96466C in popluar color models

96466C
RGB15070108
HSL332°36.36%43.14%
HSB/HSV332°53.33%58.82%
CMYK0.00%53.33%28.00%
41.18%

Color #96466C in popluar number systems.

HEX96466C
Decimal15070108
Binary1001011010001101101100
Octal226106154

Shades and tints

Shades of #96466C

#96466C
(150,70,108)
#894063
(137,64,99)
#7C3A5A
(124,58,90)
#6F3451
(111,52,81)
#622E48
(98,46,72)
#55283F
(85,40,63)
#482236
(72,34,54)
#3B1C2D
(59,28,45)
#2E1624
(46,22,36)
#21101B
(33,16,27)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #96466C

#96466C
(150,70,108)
#9F5679
(159,86,121)
#A86686
(168,102,134)
#B17693
(177,118,147)
#BA86A0
(186,134,160)
#C396AD
(195,150,173)
#CCA6BA
(204,166,186)
#D5B6C7
(213,182,199)
#DEC6D4
(222,198,212)
#E7D6E1
(231,214,225)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96466C color. Also use rgb(150,70,108) instead hex code.

Text Font Color

.myTextColor { color: #96466C; }

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

This text font color is #96466C.


Background Color

.myBgColor { background-color: #96466C; }

<div style="background-color:#96466C">Inner text</div>

This div background color is #96466C.


Border color

.myBorderColor { border: 1px solid #96466C; }

<div style="border:3px solid #96466C">Div</div>

This div border color is #96466C.


Opacity

.myOpacity80 { color: #96466C; opacity: 0.8; }

<p style="color:#96466C;opacity:0.8;">80%</p>

Text with #96466C 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 #96466C;}

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

This text has shadow with #96466C color.

.textShadow {text-shadow: 3px 3px 1px #96466C, 3px 3px 1px red;}

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

This text has shadow with #96466C primary color and red secondary color.


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

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

This text has shadow with #96466C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96466C on black background.


Color preview on white background

This text has color #96466C on white background.



Black color preview on #96466C background

This text has black color on #96466C background.


White color preview on #96466C background

This text has white color on #96466C background.