COLOR #964D6F

HEX: #964D6F
RGB: (150,77,111)

Color info

#964D6F contains mainly red and blue colors. Web safe color of #964D6F is #993366 (or #936).

RGB color model

#964D6F color RGB value is (150,77,111).

  • red value is 150;
  • green value is 77;
  • blue value is 111.
RGB:
(150,77,111)
(59%,30%,44%)

RGB channels and saturation

R 150 of 255 = 59%
G 77 of 255 = 30%
B 111 of 255 = 44%

150
77
111

R + G + B ~ 44%. #964D6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 77 + 111 = 338 (100%)
R 150 of 338 ~ 44.38%
G 77 of 338 ~ 22.78%
B 111 of 338 ~ 32.84%

%44.38
%22.78
%32.84

CMYK color model

#964D6F color CMYK value is (0,49,26,41).

  • cyan value is 0.00%
  • magenta value is 48.67%
  • yellow value is 26.00%
  • key color value is 41.18%
CMYK:
(0,49,26,41)
C0M49Y26K41 
(0%,49%,26%,41%)
(0.00/0.49/0.26/0.41)	

CMYK percentages

%0
%48.67
%26
%41.18

Codes

Color #964D6F in popluar color models

964D6F
RGB15077111
HSL332°32.16%44.51%
HSB/HSV332°48.67%58.82%
CMYK0.00%48.67%26.00%
41.18%

Color #964D6F in popluar number systems.

HEX964D6F
Decimal15077111
Binary1001011010011011101111
Octal226115157

Shades and tints

Shades of #964D6F

#964D6F
(150,77,111)
#894665
(137,70,101)
#7C3F5B
(124,63,91)
#6F3851
(111,56,81)
#623147
(98,49,71)
#552A3D
(85,42,61)
#482333
(72,35,51)
#3B1C29
(59,28,41)
#2E151F
(46,21,31)
#210E15
(33,14,21)
#14070B
(20,7,11)
#000000
(0,0,0)

Tints of #964D6F

#964D6F
(150,77,111)
#9F5D7C
(159,93,124)
#A86D89
(168,109,137)
#B17D96
(177,125,150)
#BA8DA3
(186,141,163)
#C39DB0
(195,157,176)
#CCADBD
(204,173,189)
#D5BDCA
(213,189,202)
#DECDD7
(222,205,215)
#E7DDE4
(231,221,228)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964D6F color. Also use rgb(150,77,111) instead hex code.

Text Font Color

.myTextColor { color: #964D6F; }

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

This text font color is #964D6F.


Background Color

.myBgColor { background-color: #964D6F; }

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

This div background color is #964D6F.


Border color

.myBorderColor { border: 1px solid #964D6F; }

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

This div border color is #964D6F.


Opacity

.myOpacity80 { color: #964D6F; opacity: 0.8; }

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

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

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

This text has shadow with #964D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964D6F on black background.


Color preview on white background

This text has color #964D6F on white background.



Black color preview on #964D6F background

This text has black color on #964D6F background.


White color preview on #964D6F background

This text has white color on #964D6F background.