COLOR #966466

HEX: #966466
RGB: (150,100,102)

Color info

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

RGB color model

#966466 color RGB value is (150,100,102).

  • red value is 150;
  • green value is 100;
  • blue value is 102.
RGB:
(150,100,102)
(59%,39%,40%)

RGB channels and saturation

R 150 of 255 = 59%
G 100 of 255 = 39%
B 102 of 255 = 40%

150
100
102

R + G + B ~ 46%. #966466 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 100 + 102 = 352 (100%)
R 150 of 352 ~ 42.61%
G 100 of 352 ~ 28.41%
B 102 of 352 ~ 28.98%

%42.61
%28.41
%28.98

CMYK color model

#966466 color CMYK value is (0,33,32,41).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 32.00%
  • key color value is 41.18%
CMYK:
(0,33,32,41)
C0M33Y32K41 
(0%,33%,32%,41%)
(0.00/0.33/0.32/0.41)	

CMYK percentages

%0
%33.33
%32
%41.18

Codes

Color #966466 in popluar color models

966466
RGB150100102
HSL358°20.00%49.02%
HSB/HSV358°33.33%58.82%
CMYK0.00%33.33%32.00%
41.18%

Color #966466 in popluar number systems.

HEX966466
Decimal150100102
Binary1001011011001001100110
Octal226144146

Shades and tints

Shades of #966466

#966466
(150,100,102)
#895B5D
(137,91,93)
#7C5254
(124,82,84)
#6F494B
(111,73,75)
#624042
(98,64,66)
#553739
(85,55,57)
#482E30
(72,46,48)
#3B2527
(59,37,39)
#2E1C1E
(46,28,30)
#211315
(33,19,21)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #966466

#966466
(150,100,102)
#9F7273
(159,114,115)
#A88080
(168,128,128)
#B18E8D
(177,142,141)
#BA9C9A
(186,156,154)
#C3AAA7
(195,170,167)
#CCB8B4
(204,184,180)
#D5C6C1
(213,198,193)
#DED4CE
(222,212,206)
#E7E2DB
(231,226,219)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966466 color. Also use rgb(150,100,102) instead hex code.

Text Font Color

.myTextColor { color: #966466; }

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

This text font color is #966466.


Background Color

.myBgColor { background-color: #966466; }

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

This div background color is #966466.


Border color

.myBorderColor { border: 1px solid #966466; }

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

This div border color is #966466.


Opacity

.myOpacity80 { color: #966466; opacity: 0.8; }

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

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

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

This text has shadow with #966466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966466 on black background.


Color preview on white background

This text has color #966466 on white background.



Black color preview on #966466 background

This text has black color on #966466 background.


White color preview on #966466 background

This text has white color on #966466 background.