COLOR #964F65

HEX: #964F65
RGB: (150,79,101)

Color info

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

RGB color model

#964F65 color RGB value is (150,79,101).

  • red value is 150;
  • green value is 79;
  • blue value is 101.
RGB:
(150,79,101)
(59%,31%,40%)

RGB channels and saturation

R 150 of 255 = 59%
G 79 of 255 = 31%
B 101 of 255 = 40%

150
79
101

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

Portions of RGB colors in percentages

R + G + B =
150 + 79 + 101 = 330 (100%)
R 150 of 330 ~ 45.45%
G 79 of 330 ~ 23.94%
B 101 of 330 ~ 30.61%

%45.45
%23.94
%30.61

CMYK color model

#964F65 color CMYK value is (0,47,33,41).

  • cyan value is 0.00%
  • magenta value is 47.33%
  • yellow value is 32.67%
  • key color value is 41.18%
CMYK:
(0,47,33,41)
C0M47Y33K41 
(0%,47%,33%,41%)
(0.00/0.47/0.33/0.41)	

CMYK percentages

%0
%47.33
%32.67
%41.18

Codes

Color #964F65 in popluar color models

964F65
RGB15079101
HSL341°31.00%44.90%
HSB/HSV341°47.33%58.82%
CMYK0.00%47.33%32.67%
41.18%

Color #964F65 in popluar number systems.

HEX964F65
Decimal15079101
Binary1001011010011111100101
Octal226117145

Shades and tints

Shades of #964F65

#964F65
(150,79,101)
#89485C
(137,72,92)
#7C4153
(124,65,83)
#6F3A4A
(111,58,74)
#623341
(98,51,65)
#552C38
(85,44,56)
#48252F
(72,37,47)
#3B1E26
(59,30,38)
#2E171D
(46,23,29)
#211014
(33,16,20)
#14090B
(20,9,11)
#000000
(0,0,0)

Tints of #964F65

#964F65
(150,79,101)
#9F5F73
(159,95,115)
#A86F81
(168,111,129)
#B17F8F
(177,127,143)
#BA8F9D
(186,143,157)
#C39FAB
(195,159,171)
#CCAFB9
(204,175,185)
#D5BFC7
(213,191,199)
#DECFD5
(222,207,213)
#E7DFE3
(231,223,227)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964F65 color. Also use rgb(150,79,101) instead hex code.

Text Font Color

.myTextColor { color: #964F65; }

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

This text font color is #964F65.


Background Color

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

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

This div background color is #964F65.


Border color

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

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

This div border color is #964F65.


Opacity

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

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

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

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

This text has shadow with #964F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964F65 on black background.


Color preview on white background

This text has color #964F65 on white background.



Black color preview on #964F65 background

This text has black color on #964F65 background.


White color preview on #964F65 background

This text has white color on #964F65 background.