COLOR #966764

HEX: #966764
RGB: (150,103,100)

Color info

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

RGB color model

#966764 color RGB value is (150,103,100).

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

RGB channels and saturation

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

150
103
100

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

Portions of RGB colors in percentages

R + G + B =
150 + 103 + 100 = 353 (100%)
R 150 of 353 ~ 42.49%
G 103 of 353 ~ 29.18%
B 100 of 353 ~ 28.33%

%42.49
%29.18
%28.33

CMYK color model

#966764 color CMYK value is (0,31,33,41).

  • cyan value is 0.00%
  • magenta value is 31.33%
  • yellow value is 33.33%
  • key color value is 41.18%
CMYK:
(0,31,33,41)
C0M31Y33K41 
(0%,31%,33%,41%)
(0.00/0.31/0.33/0.41)	

CMYK percentages

%0
%31.33
%33.33
%41.18

Codes

Color #966764 in popluar color models

966764
RGB150103100
HSL20.00%49.02%
HSB/HSV33.33%58.82%
CMYK0.00%31.33%33.33%
41.18%

Color #966764 in popluar number systems.

HEX966764
Decimal150103100
Binary1001011011001111100100
Octal226147144

Shades and tints

Shades of #966764

#966764
(150,103,100)
#895E5B
(137,94,91)
#7C5552
(124,85,82)
#6F4C49
(111,76,73)
#624340
(98,67,64)
#553A37
(85,58,55)
#48312E
(72,49,46)
#3B2825
(59,40,37)
#2E1F1C
(46,31,28)
#211613
(33,22,19)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #966764

#966764
(150,103,100)
#9F7472
(159,116,114)
#A88180
(168,129,128)
#B18E8E
(177,142,142)
#BA9B9C
(186,155,156)
#C3A8AA
(195,168,170)
#CCB5B8
(204,181,184)
#D5C2C6
(213,194,198)
#DECFD4
(222,207,212)
#E7DCE2
(231,220,226)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966764; }

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

This text font color is #966764.


Background Color

.myBgColor { background-color: #966764; }

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

This div background color is #966764.


Border color

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

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

This div border color is #966764.


Opacity

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

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

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

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

This text has shadow with #966764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966764 on black background.


Color preview on white background

This text has color #966764 on white background.



Black color preview on #966764 background

This text has black color on #966764 background.


White color preview on #966764 background

This text has white color on #966764 background.