COLOR #964D66

HEX: #964D66 RGB: (150,77,102)

Color info

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

RGB color model

#964D66 color RGB value is (150,77,102).

RGB: (150,77,102) (59%, 30%, 40%)

RGB channels and saturation

R 150 of 255 = 59%
G 77 of 255 = 30%
B 102 of 255 = 40%

150
77
102

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

Portions of RGB colors in percentages

R + G + B = 150 + 77 + 102 = 329 (100%)
R 150 of 329 ~ 45.59%
G 77 of 329 ~ 23.4%
B 102 of 329 ~ 31'%

%45.59
%23.4
%31

CMYK color model

#964D66 color CMYK value is (0,49,32,41).

  • cyan value is 0.00%
  • magenta value is 48.67%
  • yellow value is 32.00%
  • key color value is 41.18%

CMYK: (0,49,32,41)
C0M49Y32K41 (0%, 49%, 32%, 41%)
(0.00 / 0.49 / 0.32 / 0.41)

CMYK percentages

%0
%48.67
%32
%41.18

Codes

Color #964D66 in popluar color models

96 4D 66
RGB 150 77 102
HSL 339° 32.16% 44.51%
HSB/HSV 339° 48.67% 58.82%
CMYK 0.00% 48.67% 32.00%
41.18%

Color #964D66 in popluar number systems.

HEX 96 4D 66
Decimal 150 77 102
Binary 10010110 1001101 1100110
Octal 226 115 146

Shades and tints

Shades of #964D66

#964D66
(150,77,102)
#89465D
(137,70,93)
#7C3F54
(124,63,84)
#6F384B
(111,56,75)
#623142
(98,49,66)
#552A39
(85,42,57)
#482330
(72,35,48)
#3B1C27
(59,28,39)
#2E151E
(46,21,30)
#210E15
(33,14,21)
#14070C
(20,7,12)
#000000
(0,0,0)

Tints of #964D66

#964D66
(150,77,102)
#9F5D73
(159,93,115)
#A86D80
(168,109,128)
#B17D8D
(177,125,141)
#BA8D9A
(186,141,154)
#C39DA7
(195,157,167)
#CCADB4
(204,173,180)
#D5BDC1
(213,189,193)
#DECDCE
(222,205,206)
#E7DDDB
(231,221,219)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964D66; }

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

This text font color is #964D66.

Background Color

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

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

This div background color is #964D66.

Border color

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

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

This div border color is #964D66.

Opacity

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

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

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

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

This text has shadow with #964D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #964D66.

Preview

Color preview on black background

This text has color #964D66 on black background.


Color preview on white background

This text has color #964D66 on white background.


Black color preview on #964D66 background

This text has black color on #964D66 background.


White color preview on #964D66 background

This text has white color on #964D66 background.


Related colors

Complementary color

Complementary color for #hex is #69B299.


I love getcolorcode.com

Triadic colors

1 #66964D and #4D6696 with #964D66 are triadic colors.

2 #664D96 and #4D9666 with #964D66 are triadic colors.