COLOR #964E69

HEX: #964E69 RGB: (150,78,105)

Color info

#964E69 contains mainly red and blue colors. Web safe color of #964E69 is #996666 (or #966).

RGB color model

#964E69 color RGB value is (150,78,105).

RGB: (150,78,105) (59%, 31%, 41%)

RGB channels and saturation

R 150 of 255 = 59%
G 78 of 255 = 31%
B 105 of 255 = 41%

150
78
105

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

Portions of RGB colors in percentages

R + G + B = 150 + 78 + 105 = 333 (100%)
R 150 of 333 ~ 45.05%
G 78 of 333 ~ 23.42%
B 105 of 333 ~ 31.53'%

%45.05
%23.42
%31.53

CMYK color model

#964E69 color CMYK value is (0,48,30,41).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 30.00%
  • key color value is 41.18%
CMYK: (0,48,30,41) C0M48Y30K41 (0%,48%,30%,41%) (0.00/0.48/0.30/0.41) 

CMYK percentages

%0
%48
%30
%41.18

Codes

Color #964E69 in popluar color models

96 4E 69
RGB 150 78 105
HSL 338° 31.58% 44.71%
HSB/HSV 338° 48.00% 58.82%
CMYK 0.00% 48.00% 30.00%
41.18%

Color #964E69 in popluar number systems.

HEX 96 4E 69
Decimal 150 78 105
Binary 10010110 1001110 1101001
Octal 226 116 151

Shades and tints

Shades of #964E69

#964E69
(150,78,105)
#894760
(137,71,96)
#7C4057
(124,64,87)
#6F394E
(111,57,78)
#623245
(98,50,69)
#552B3C
(85,43,60)
#482433
(72,36,51)
#3B1D2A
(59,29,42)
#2E1621
(46,22,33)
#210F18
(33,15,24)
#14080F
(20,8,15)
#000000
(0,0,0)

Tints of #964E69

#964E69
(150,78,105)
#9F5E76
(159,94,118)
#A86E83
(168,110,131)
#B17E90
(177,126,144)
#BA8E9D
(186,142,157)
#C39EAA
(195,158,170)
#CCAEB7
(204,174,183)
#D5BEC4
(213,190,196)
#DECED1
(222,206,209)
#E7DEDE
(231,222,222)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964E69 color. Also use rgb(150,78,105) instead hex code.

Text Font Color

.myTextColor { color: #964E69; }

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

This text font color is #964E69.

Background Color

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

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

This div background color is #964E69.

Border color

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

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

This div border color is #964E69.

Opacity

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

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

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

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

This text has shadow with #964E69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #964E69.

Preview

Color preview on black background

This text has color #964E69 on black background.


Color preview on white background

This text has color #964E69 on white background.


Black color preview on #964E69 background

This text has black color on #964E69 background.


White color preview on #964E69 background

This text has white color on #964E69 background.


Related colors

Complementary color

Complementary color for #hex is #69B196.


I love getcolorcode.com

Triadic colors

1 #69964E and #4E6996 with #964E69 are triadic colors.

2 #694E96 and #4E9669 with #964E69 are triadic colors.