COLOR #966364

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
99
100

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

Portions of RGB colors in percentages

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

%42.98
%28.37
%28.65

CMYK color model

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

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

CMYK percentages

%0
%34
%33.33
%41.18

Codes

Color #966364 in popluar color models

966364
RGB15099100
HSL359°20.48%48.82%
HSB/HSV359°34.00%58.82%
CMYK0.00%34.00%33.33%
41.18%

Color #966364 in popluar number systems.

HEX966364
Decimal15099100
Binary1001011011000111100100
Octal226143144

Shades and tints

Shades of #966364

#966364
(150,99,100)
#895A5B
(137,90,91)
#7C5152
(124,81,82)
#6F4849
(111,72,73)
#623F40
(98,63,64)
#553637
(85,54,55)
#482D2E
(72,45,46)
#3B2425
(59,36,37)
#2E1B1C
(46,27,28)
#211213
(33,18,19)
#14090A
(20,9,10)
#000000
(0,0,0)

Tints of #966364

#966364
(150,99,100)
#9F7172
(159,113,114)
#A87F80
(168,127,128)
#B18D8E
(177,141,142)
#BA9B9C
(186,155,156)
#C3A9AA
(195,169,170)
#CCB7B8
(204,183,184)
#D5C5C6
(213,197,198)
#DED3D4
(222,211,212)
#E7E1E2
(231,225,226)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966364; }

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

This text font color is #966364.


Background Color

.myBgColor { background-color: #966364; }

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

This div background color is #966364.


Border color

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

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

This div border color is #966364.


Opacity

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

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

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

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

This text has shadow with #966364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966364 on black background.


Color preview on white background

This text has color #966364 on white background.



Black color preview on #966364 background

This text has black color on #966364 background.


White color preview on #966364 background

This text has white color on #966364 background.