COLOR #964B72

HEX: #964B72
RGB: (150,75,114)

Color info

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

RGB color model

#964B72 color RGB value is (150,75,114).

  • red value is 150;
  • green value is 75;
  • blue value is 114.
RGB:
(150,75,114)
(59%,29%,45%)

RGB channels and saturation

R 150 of 255 = 59%
G 75 of 255 = 29%
B 114 of 255 = 45%

150
75
114

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

Portions of RGB colors in percentages

R + G + B =
150 + 75 + 114 = 339 (100%)
R 150 of 339 ~ 44.25%
G 75 of 339 ~ 22.12%
B 114 of 339 ~ 33.63%

%44.25
%22.12
%33.63

CMYK color model

#964B72 color CMYK value is (0,50,24,41).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 24.00%
  • key color value is 41.18%
CMYK:
(0,50,24,41)
C0M50Y24K41 
(0%,50%,24%,41%)
(0.00/0.50/0.24/0.41)	

CMYK percentages

%0
%50
%24
%41.18

Codes

Color #964B72 in popluar color models

964B72
RGB15075114
HSL329°33.33%44.12%
HSB/HSV329°50.00%58.82%
CMYK0.00%50.00%24.00%
41.18%

Color #964B72 in popluar number systems.

HEX964B72
Decimal15075114
Binary1001011010010111110010
Octal226113162

Shades and tints

Shades of #964B72

#964B72
(150,75,114)
#894568
(137,69,104)
#7C3F5E
(124,63,94)
#6F3954
(111,57,84)
#62334A
(98,51,74)
#552D40
(85,45,64)
#482736
(72,39,54)
#3B212C
(59,33,44)
#2E1B22
(46,27,34)
#211518
(33,21,24)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #964B72

#964B72
(150,75,114)
#9F5B7E
(159,91,126)
#A86B8A
(168,107,138)
#B17B96
(177,123,150)
#BA8BA2
(186,139,162)
#C39BAE
(195,155,174)
#CCABBA
(204,171,186)
#D5BBC6
(213,187,198)
#DECBD2
(222,203,210)
#E7DBDE
(231,219,222)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964B72 color. Also use rgb(150,75,114) instead hex code.

Text Font Color

.myTextColor { color: #964B72; }

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

This text font color is #964B72.


Background Color

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

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

This div background color is #964B72.


Border color

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

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

This div border color is #964B72.


Opacity

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

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

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

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

This text has shadow with #964B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964B72 on black background.


Color preview on white background

This text has color #964B72 on white background.



Black color preview on #964B72 background

This text has black color on #964B72 background.


White color preview on #964B72 background

This text has white color on #964B72 background.