COLOR #966563

HEX: #966563
RGB: (150,101,99)

Color info

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

RGB color model

#966563 color RGB value is (150,101,99).

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

RGB channels and saturation

R 150 of 255 = 59%
G 101 of 255 = 40%
B 99 of 255 = 39%

150
101
99

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

Portions of RGB colors in percentages

R + G + B =
150 + 101 + 99 = 350 (100%)
R 150 of 350 ~ 42.86%
G 101 of 350 ~ 28.86%
B 99 of 350 ~ 28.29%

%42.86
%28.86
%28.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.67%
  • 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
%32.67
%34
%41.18

Codes

Color #966563 in popluar color models

966563
RGB15010199
HSL20.48%48.82%
HSB/HSV34.00%58.82%
CMYK0.00%32.67%34.00%
41.18%

Color #966563 in popluar number systems.

HEX966563
Decimal15010199
Binary1001011011001011100011
Octal226145143

Shades and tints

Shades of #966563

#966563
(150,101,99)
#895C5A
(137,92,90)
#7C5351
(124,83,81)
#6F4A48
(111,74,72)
#62413F
(98,65,63)
#553836
(85,56,54)
#482F2D
(72,47,45)
#3B2624
(59,38,36)
#2E1D1B
(46,29,27)
#211412
(33,20,18)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #966563

#966563
(150,101,99)
#9F7371
(159,115,113)
#A8817F
(168,129,127)
#B18F8D
(177,143,141)
#BA9D9B
(186,157,155)
#C3ABA9
(195,171,169)
#CCB9B7
(204,185,183)
#D5C7C5
(213,199,197)
#DED5D3
(222,213,211)
#E7E3E1
(231,227,225)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966563; }

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

This text font color is #966563.


Background Color

.myBgColor { background-color: #966563; }

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

This div background color is #966563.


Border color

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

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

This div border color is #966563.


Opacity

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

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

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

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

This text has shadow with #966563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966563 on black background.


Color preview on white background

This text has color #966563 on white background.



Black color preview on #966563 background

This text has black color on #966563 background.


White color preview on #966563 background

This text has white color on #966563 background.