COLOR #966463

HEX: #966463
RGB: (150,100,99)

Color info

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

RGB color model

#966463 color RGB value is (150,100,99).

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

RGB channels and saturation

R 150 of 255 = 59%
G 100 of 255 = 39%
B 99 of 255 = 39%

150
100
99

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

Portions of RGB colors in percentages

R + G + B =
150 + 100 + 99 = 349 (100%)
R 150 of 349 ~ 42.98%
G 100 of 349 ~ 28.65%
B 99 of 349 ~ 28.37%

%42.98
%28.65
%28.37

CMYK color model

#966463 color CMYK value is (0,33,34,41).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 34.00%
  • key color value is 41.18%
CMYK:
(0,33,34,41)
C0M33Y34K41 
(0%,33%,34%,41%)
(0.00/0.33/0.34/0.41)	

CMYK percentages

%0
%33.33
%34
%41.18

Codes

Color #966463 in popluar color models

966463
RGB15010099
HSL20.48%48.82%
HSB/HSV34.00%58.82%
CMYK0.00%33.33%34.00%
41.18%

Color #966463 in popluar number systems.

HEX966463
Decimal15010099
Binary1001011011001001100011
Octal226144143

Shades and tints

Shades of #966463

#966463
(150,100,99)
#895B5A
(137,91,90)
#7C5251
(124,82,81)
#6F4948
(111,73,72)
#62403F
(98,64,63)
#553736
(85,55,54)
#482E2D
(72,46,45)
#3B2524
(59,37,36)
#2E1C1B
(46,28,27)
#211312
(33,19,18)
#140A09
(20,10,9)
#000000
(0,0,0)

Tints of #966463

#966463
(150,100,99)
#9F7271
(159,114,113)
#A8807F
(168,128,127)
#B18E8D
(177,142,141)
#BA9C9B
(186,156,155)
#C3AAA9
(195,170,169)
#CCB8B7
(204,184,183)
#D5C6C5
(213,198,197)
#DED4D3
(222,212,211)
#E7E2E1
(231,226,225)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966463; }

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

This text font color is #966463.


Background Color

.myBgColor { background-color: #966463; }

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

This div background color is #966463.


Border color

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

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

This div border color is #966463.


Opacity

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

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

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

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

This text has shadow with #966463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966463 on black background.


Color preview on white background

This text has color #966463 on white background.



Black color preview on #966463 background

This text has black color on #966463 background.


White color preview on #966463 background

This text has white color on #966463 background.