COLOR #964E62

HEX: #964E62
RGB: (150,78,98)

Color info

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

RGB color model

#964E62 color RGB value is (150,78,98).

  • red value is 150;
  • green value is 78;
  • blue value is 98.
RGB:
(150,78,98)
(59%,31%,38%)

RGB channels and saturation

R 150 of 255 = 59%
G 78 of 255 = 31%
B 98 of 255 = 38%

150
78
98

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

Portions of RGB colors in percentages

R + G + B =
150 + 78 + 98 = 326 (100%)
R 150 of 326 ~ 46.01%
G 78 of 326 ~ 23.93%
B 98 of 326 ~ 30.06%

%46.01
%23.93
%30.06

CMYK color model

#964E62 color CMYK value is (0,48,35,41).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 34.67%
  • key color value is 41.18%
CMYK:
(0,48,35,41)
C0M48Y35K41 
(0%,48%,35%,41%)
(0.00/0.48/0.35/0.41)	

CMYK percentages

%0
%48
%34.67
%41.18

Codes

Color #964E62 in popluar color models

964E62
RGB1507898
HSL343°31.58%44.71%
HSB/HSV343°48.00%58.82%
CMYK0.00%48.00%34.67%
41.18%

Color #964E62 in popluar number systems.

HEX964E62
Decimal1507898
Binary1001011010011101100010
Octal226116142

Shades and tints

Shades of #964E62

#964E62
(150,78,98)
#89475A
(137,71,90)
#7C4052
(124,64,82)
#6F394A
(111,57,74)
#623242
(98,50,66)
#552B3A
(85,43,58)
#482432
(72,36,50)
#3B1D2A
(59,29,42)
#2E1622
(46,22,34)
#210F1A
(33,15,26)
#140812
(20,8,18)
#000000
(0,0,0)

Tints of #964E62

#964E62
(150,78,98)
#9F5E70
(159,94,112)
#A86E7E
(168,110,126)
#B17E8C
(177,126,140)
#BA8E9A
(186,142,154)
#C39EA8
(195,158,168)
#CCAEB6
(204,174,182)
#D5BEC4
(213,190,196)
#DECED2
(222,206,210)
#E7DEE0
(231,222,224)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964E62; }

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

This text font color is #964E62.


Background Color

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

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

This div background color is #964E62.


Border color

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

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

This div border color is #964E62.


Opacity

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

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

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

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

This text has shadow with #964E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964E62 on black background.


Color preview on white background

This text has color #964E62 on white background.



Black color preview on #964E62 background

This text has black color on #964E62 background.


White color preview on #964E62 background

This text has white color on #964E62 background.