COLOR #964D6E

HEX: #964D6E
RGB: (150,77,110)

Color info

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

RGB color model

#964D6E color RGB value is (150,77,110).

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

RGB channels and saturation

R 150 of 255 = 59%
G 77 of 255 = 30%
B 110 of 255 = 43%

150
77
110

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

Portions of RGB colors in percentages

R + G + B =
150 + 77 + 110 = 337 (100%)
R 150 of 337 ~ 44.51%
G 77 of 337 ~ 22.85%
B 110 of 337 ~ 32.64%

%44.51
%22.85
%32.64

CMYK color model

#964D6E color CMYK value is (0,49,27,41).

  • cyan value is 0.00%
  • magenta value is 48.67%
  • yellow value is 26.67%
  • key color value is 41.18%
CMYK:
(0,49,27,41)
C0M49Y27K41 
(0%,49%,27%,41%)
(0.00/0.49/0.27/0.41)	

CMYK percentages

%0
%48.67
%26.67
%41.18

Codes

Color #964D6E in popluar color models

964D6E
RGB15077110
HSL333°32.16%44.51%
HSB/HSV333°48.67%58.82%
CMYK0.00%48.67%26.67%
41.18%

Color #964D6E in popluar number systems.

HEX964D6E
Decimal15077110
Binary1001011010011011101110
Octal226115156

Shades and tints

Shades of #964D6E

#964D6E
(150,77,110)
#894664
(137,70,100)
#7C3F5A
(124,63,90)
#6F3850
(111,56,80)
#623146
(98,49,70)
#552A3C
(85,42,60)
#482332
(72,35,50)
#3B1C28
(59,28,40)
#2E151E
(46,21,30)
#210E14
(33,14,20)
#14070A
(20,7,10)
#000000
(0,0,0)

Tints of #964D6E

#964D6E
(150,77,110)
#9F5D7B
(159,93,123)
#A86D88
(168,109,136)
#B17D95
(177,125,149)
#BA8DA2
(186,141,162)
#C39DAF
(195,157,175)
#CCADBC
(204,173,188)
#D5BDC9
(213,189,201)
#DECDD6
(222,205,214)
#E7DDE3
(231,221,227)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964D6E; }

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

This text font color is #964D6E.


Background Color

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

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

This div background color is #964D6E.


Border color

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

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

This div border color is #964D6E.


Opacity

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

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

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

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

This text has shadow with #964D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964D6E on black background.


Color preview on white background

This text has color #964D6E on white background.



Black color preview on #964D6E background

This text has black color on #964D6E background.


White color preview on #964D6E background

This text has white color on #964D6E background.