COLOR #964553

HEX: #964553
RGB: (150,69,83)

Color info

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

RGB color model

#964553 color RGB value is (150,69,83).

  • red value is 150;
  • green value is 69;
  • blue value is 83.
RGB:
(150,69,83)
(59%,27%,33%)

RGB channels and saturation

R 150 of 255 = 59%
G 69 of 255 = 27%
B 83 of 255 = 33%

150
69
83

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

Portions of RGB colors in percentages

R + G + B =
150 + 69 + 83 = 302 (100%)
R 150 of 302 ~ 49.67%
G 69 of 302 ~ 22.85%
B 83 of 302 ~ 27.48%

%49.67
%22.85
%27.48

CMYK color model

#964553 color CMYK value is (0,54,45,41).

  • cyan value is 0.00%
  • magenta value is 54.00%
  • yellow value is 44.67%
  • key color value is 41.18%
CMYK:
(0,54,45,41)
C0M54Y45K41 
(0%,54%,45%,41%)
(0.00/0.54/0.45/0.41)	

CMYK percentages

%0
%54
%44.67
%41.18

Codes

Color #964553 in popluar color models

964553
RGB1506983
HSL350°36.99%42.94%
HSB/HSV350°54.00%58.82%
CMYK0.00%54.00%44.67%
41.18%

Color #964553 in popluar number systems.

HEX964553
Decimal1506983
Binary1001011010001011010011
Octal226105123

Shades and tints

Shades of #964553

#964553
(150,69,83)
#893F4C
(137,63,76)
#7C3945
(124,57,69)
#6F333E
(111,51,62)
#622D37
(98,45,55)
#552730
(85,39,48)
#482129
(72,33,41)
#3B1B22
(59,27,34)
#2E151B
(46,21,27)
#210F14
(33,15,20)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #964553

#964553
(150,69,83)
#9F5562
(159,85,98)
#A86571
(168,101,113)
#B17580
(177,117,128)
#BA858F
(186,133,143)
#C3959E
(195,149,158)
#CCA5AD
(204,165,173)
#D5B5BC
(213,181,188)
#DEC5CB
(222,197,203)
#E7D5DA
(231,213,218)
#F0E5E9
(240,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964553 color. Also use rgb(150,69,83) instead hex code.

Text Font Color

.myTextColor { color: #964553; }

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

This text font color is #964553.


Background Color

.myBgColor { background-color: #964553; }

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

This div background color is #964553.


Border color

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

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

This div border color is #964553.


Opacity

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

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

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

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

This text has shadow with #964553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964553 on black background.


Color preview on white background

This text has color #964553 on white background.



Black color preview on #964553 background

This text has black color on #964553 background.


White color preview on #964553 background

This text has white color on #964553 background.