COLOR #964061

HEX: #964061
RGB: (150,64,97)

Color info

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

RGB color model

#964061 color RGB value is (150,64,97).

  • red value is 150;
  • green value is 64;
  • blue value is 97.
RGB:
(150,64,97)
(59%,25%,38%)

RGB channels and saturation

R 150 of 255 = 59%
G 64 of 255 = 25%
B 97 of 255 = 38%

150
64
97

R + G + B ~ 41%. #964061 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 64 + 97 = 311 (100%)
R 150 of 311 ~ 48.23%
G 64 of 311 ~ 20.58%
B 97 of 311 ~ 31.19%

%48.23
%20.58
%31.19

CMYK color model

#964061 color CMYK value is (0,57,35,41).

  • cyan value is 0.00%
  • magenta value is 57.33%
  • yellow value is 35.33%
  • key color value is 41.18%
CMYK:
(0,57,35,41)
C0M57Y35K41 
(0%,57%,35%,41%)
(0.00/0.57/0.35/0.41)	

CMYK percentages

%0
%57.33
%35.33
%41.18

Codes

Color #964061 in popluar color models

964061
RGB1506497
HSL337°40.19%41.96%
HSB/HSV337°57.33%58.82%
CMYK0.00%57.33%35.33%
41.18%

Color #964061 in popluar number systems.

HEX964061
Decimal1506497
Binary1001011010000001100001
Octal226100141

Shades and tints

Shades of #964061

#964061
(150,64,97)
#893B59
(137,59,89)
#7C3651
(124,54,81)
#6F3149
(111,49,73)
#622C41
(98,44,65)
#552739
(85,39,57)
#482231
(72,34,49)
#3B1D29
(59,29,41)
#2E1821
(46,24,33)
#211319
(33,19,25)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #964061

#964061
(150,64,97)
#9F516F
(159,81,111)
#A8627D
(168,98,125)
#B1738B
(177,115,139)
#BA8499
(186,132,153)
#C395A7
(195,149,167)
#CCA6B5
(204,166,181)
#D5B7C3
(213,183,195)
#DEC8D1
(222,200,209)
#E7D9DF
(231,217,223)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964061 color. Also use rgb(150,64,97) instead hex code.

Text Font Color

.myTextColor { color: #964061; }

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

This text font color is #964061.


Background Color

.myBgColor { background-color: #964061; }

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

This div background color is #964061.


Border color

.myBorderColor { border: 1px solid #964061; }

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

This div border color is #964061.


Opacity

.myOpacity80 { color: #964061; opacity: 0.8; }

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

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

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

This text has shadow with #964061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964061 on black background.


Color preview on white background

This text has color #964061 on white background.



Black color preview on #964061 background

This text has black color on #964061 background.


White color preview on #964061 background

This text has white color on #964061 background.