COLOR #964451

HEX: #964451
RGB: (150,68,81)

Color info

#964451 contains mainly red color. Web safe color of #964451 is #993366 (or #936).

RGB color model

#964451 color RGB value is (150,68,81).

  • red value is 150;
  • green value is 68;
  • blue value is 81.
RGB:
(150,68,81)
(59%,27%,32%)

RGB channels and saturation

R 150 of 255 = 59%
G 68 of 255 = 27%
B 81 of 255 = 32%

150
68
81

R + G + B ~ 39%. #964451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 68 + 81 = 299 (100%)
R 150 of 299 ~ 50.17%
G 68 of 299 ~ 22.74%
B 81 of 299 ~ 27.09%

%50.17
%22.74
%27.09

CMYK color model

#964451 color CMYK value is (0,55,46,41).

  • cyan value is 0.00%
  • magenta value is 54.67%
  • yellow value is 46.00%
  • key color value is 41.18%
CMYK:
(0,55,46,41)
C0M55Y46K41 
(0%,55%,46%,41%)
(0.00/0.55/0.46/0.41)	

CMYK percentages

%0
%54.67
%46
%41.18

Codes

Color #964451 in popluar color models

964451
RGB1506881
HSL350°37.61%42.75%
HSB/HSV350°54.67%58.82%
CMYK0.00%54.67%46.00%
41.18%

Color #964451 in popluar number systems.

HEX964451
Decimal1506881
Binary1001011010001001010001
Octal226104121

Shades and tints

Shades of #964451

#964451
(150,68,81)
#893E4A
(137,62,74)
#7C3843
(124,56,67)
#6F323C
(111,50,60)
#622C35
(98,44,53)
#55262E
(85,38,46)
#482027
(72,32,39)
#3B1A20
(59,26,32)
#2E1419
(46,20,25)
#210E12
(33,14,18)
#14080B
(20,8,11)
#000000
(0,0,0)

Tints of #964451

#964451
(150,68,81)
#9F5560
(159,85,96)
#A8666F
(168,102,111)
#B1777E
(177,119,126)
#BA888D
(186,136,141)
#C3999C
(195,153,156)
#CCAAAB
(204,170,171)
#D5BBBA
(213,187,186)
#DECCC9
(222,204,201)
#E7DDD8
(231,221,216)
#F0EEE7
(240,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964451 color. Also use rgb(150,68,81) instead hex code.

Text Font Color

.myTextColor { color: #964451; }

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

This text font color is #964451.


Background Color

.myBgColor { background-color: #964451; }

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

This div background color is #964451.


Border color

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

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

This div border color is #964451.


Opacity

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

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

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

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

This text has shadow with #964451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964451 on black background.


Color preview on white background

This text has color #964451 on white background.



Black color preview on #964451 background

This text has black color on #964451 background.


White color preview on #964451 background

This text has white color on #964451 background.