COLOR #96577C

HEX: #96577C RGB: (150,87,124)

Color info

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

RGB color model

#96577C color RGB value is (150,87,124).

RGB: (150,87,124) (59%, 34%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 87 of 255 = 34%
B 124 of 255 = 49%

150
87
124

R + G + B ~ 47%. #96577C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 87 + 124 = 361 (100%)
R 150 of 361 ~ 41.55%
G 87 of 361 ~ 24.1%
B 124 of 361 ~ 34.35'%

%41.55
%24.1
%34.35

CMYK color model

#96577C color CMYK value is (0,42,17,41).

  • cyan value is 0.00%
  • magenta value is 42.00%
  • yellow value is 17.33%
  • key color value is 41.18%

CMYK: (0,42,17,41)
C0M42Y17K41 (0%, 42%, 17%, 41%)
(0.00 / 0.42 / 0.17 / 0.41)

CMYK percentages

%0
%42
%17.33
%41.18

Codes

Color #96577C in popluar color models

96 57 7C
RGB 150 87 124
HSL 325° 26.58% 46.47%
HSB/HSV 325° 42.00% 58.82%
CMYK 0.00% 42.00% 17.33%
41.18%

Color #96577C in popluar number systems.

HEX 96 57 7C
Decimal 150 87 124
Binary 10010110 1010111 1111100
Octal 226 127 174

Shades and tints

Shades of #96577C

#96577C
(150,87,124)
#895071
(137,80,113)
#7C4966
(124,73,102)
#6F425B
(111,66,91)
#623B50
(98,59,80)
#553445
(85,52,69)
#482D3A
(72,45,58)
#3B262F
(59,38,47)
#2E1F24
(46,31,36)
#211819
(33,24,25)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #96577C

#96577C
(150,87,124)
#9F6687
(159,102,135)
#A87592
(168,117,146)
#B1849D
(177,132,157)
#BA93A8
(186,147,168)
#C3A2B3
(195,162,179)
#CCB1BE
(204,177,190)
#D5C0C9
(213,192,201)
#DECFD4
(222,207,212)
#E7DEDF
(231,222,223)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96577C color. Also use rgb(150,87,124) instead hex code.

Text Font Color

.myTextColor { color: #96577C; }

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

This text font color is #96577C.

Background Color

.myBgColor { background-color: #96577C; }

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

This div background color is #96577C.

Border color

.myBorderColor { border: 1px solid #96577C; }

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

This div border color is #96577C.

Opacity

.myOpacity80 { color: #96577C; opacity: 0.8; }

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

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

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

This text has shadow with #96577C color.


.textShadow {text-shadow: 3px 3px 1px #96577C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96577C; -webkit-box-shadow: 1px 1px 3px 2px #96577C; box-shadow:1px 1px 3px 2px #96577C;">
Div content here
</div>

This div box has shadow with color #96577C.

Preview

Color preview on black background

This text has color #96577C on black background.


Color preview on white background

This text has color #96577C on white background.


Black color preview on #96577C background

This text has black color on #96577C background.


White color preview on #96577C background

This text has white color on #96577C background.


Related colors

Complementary color

Complementary color for #hex is #69A883.


I love getcolorcode.com

Triadic colors

1 #7C9657 and #577C96 with #96577C are triadic colors.

2 #7C5796 and #57967C with #96577C are triadic colors.