COLOR #96575A

HEX: #96575A RGB: (150,87,90)

Color info

#96575A contains mainly red color. Web safe color of #96575A is #996666 (or #966).

RGB color model

#96575A color RGB value is (150,87,90).

RGB: (150,87,90) (59%, 34%, 35%)

RGB channels and saturation

R 150 of 255 = 59%
G 87 of 255 = 34%
B 90 of 255 = 35%

150
87
90

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

Portions of RGB colors in percentages

R + G + B = 150 + 87 + 90 = 327 (100%)
R 150 of 327 ~ 45.87%
G 87 of 327 ~ 26.61%
B 90 of 327 ~ 27.52'%

%45.87
%26.61
%27.52

CMYK color model

#96575A color CMYK value is (0,42,40,41).

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

CMYK: (0,42,40,41)
C0M42Y40K41 (0%, 42%, 40%, 41%)
(0.00 / 0.42 / 0.40 / 0.41)

CMYK percentages

%0
%42
%40
%41.18

Codes

Color #96575A in popluar color models

96 57 5A
RGB 150 87 90
HSL 357° 26.58% 46.47%
HSB/HSV 357° 42.00% 58.82%
CMYK 0.00% 42.00% 40.00%
41.18%

Color #96575A in popluar number systems.

HEX 96 57 5A
Decimal 150 87 90
Binary 10010110 1010111 1011010
Octal 226 127 132

Shades and tints

Shades of #96575A

#96575A
(150,87,90)
#895052
(137,80,82)
#7C494A
(124,73,74)
#6F4242
(111,66,66)
#623B3A
(98,59,58)
#553432
(85,52,50)
#482D2A
(72,45,42)
#3B2622
(59,38,34)
#2E1F1A
(46,31,26)
#211812
(33,24,18)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #96575A

#96575A
(150,87,90)
#9F6669
(159,102,105)
#A87578
(168,117,120)
#B18487
(177,132,135)
#BA9396
(186,147,150)
#C3A2A5
(195,162,165)
#CCB1B4
(204,177,180)
#D5C0C3
(213,192,195)
#DECFD2
(222,207,210)
#E7DEE1
(231,222,225)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96575A color. Also use rgb(150,87,90) instead hex code.

Text Font Color

.myTextColor { color: #96575A; }

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

This text font color is #96575A.

Background Color

.myBgColor { background-color: #96575A; }

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

This div background color is #96575A.

Border color

.myBorderColor { border: 1px solid #96575A; }

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

This div border color is #96575A.

Opacity

.myOpacity80 { color: #96575A; opacity: 0.8; }

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

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

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

This text has shadow with #96575A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96575A.

Preview

Color preview on black background

This text has color #96575A on black background.


Color preview on white background

This text has color #96575A on white background.


Black color preview on #96575A background

This text has black color on #96575A background.


White color preview on #96575A background

This text has white color on #96575A background.


Related colors

Complementary color

Complementary color for #hex is #69A8A5.


I love getcolorcode.com

Triadic colors

1 #5A9657 and #575A96 with #96575A are triadic colors.

2 #5A5796 and #57965A with #96575A are triadic colors.