COLOR #96573F

HEX: #96573F
RGB: (150,87,63)

Color info

#96573F contains mainly red color. Web safe color of #96573F is #996633 (or #963).

RGB color model

#96573F color RGB value is (150,87,63).

  • red value is 150;
  • green value is 87;
  • blue value is 63.
RGB:
(150,87,63)
(59%,34%,25%)

RGB channels and saturation

R 150 of 255 = 59%
G 87 of 255 = 34%
B 63 of 255 = 25%

150
87
63

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

Portions of RGB colors in percentages

R + G + B =
150 + 87 + 63 = 300 (100%)
R 150 of 300 ~ 50%
G 87 of 300 ~ 29%
B 63 of 300 ~ 21%

%50
%29
%21

CMYK color model

#96573F color CMYK value is (0,42,58,41).

  • cyan value is 0.00%
  • magenta value is 42.00%
  • yellow value is 58.00%
  • key color value is 41.18%
CMYK:
(0,42,58,41)
C0M42Y58K41 
(0%,42%,58%,41%)
(0.00/0.42/0.58/0.41)	

CMYK percentages

%0
%42
%58
%41.18

Codes

Color #96573F in popluar color models

96573F
RGB1508763
HSL17°40.85%41.76%
HSB/HSV17°58.00%58.82%
CMYK0.00%42.00%58.00%
41.18%

Color #96573F in popluar number systems.

HEX96573F
Decimal1508763
Binary100101101010111111111
Octal22612777

Shades and tints

Shades of #96573F

#96573F
(150,87,63)
#89503A
(137,80,58)
#7C4935
(124,73,53)
#6F4230
(111,66,48)
#623B2B
(98,59,43)
#553426
(85,52,38)
#482D21
(72,45,33)
#3B261C
(59,38,28)
#2E1F17
(46,31,23)
#211812
(33,24,18)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #96573F

#96573F
(150,87,63)
#9F6650
(159,102,80)
#A87561
(168,117,97)
#B18472
(177,132,114)
#BA9383
(186,147,131)
#C3A294
(195,162,148)
#CCB1A5
(204,177,165)
#D5C0B6
(213,192,182)
#DECFC7
(222,207,199)
#E7DED8
(231,222,216)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96573F color. Also use rgb(150,87,63) instead hex code.

Text Font Color

.myTextColor { color: #96573F; }

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

This text font color is #96573F.


Background Color

.myBgColor { background-color: #96573F; }

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

This div background color is #96573F.


Border color

.myBorderColor { border: 1px solid #96573F; }

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

This div border color is #96573F.


Opacity

.myOpacity80 { color: #96573F; opacity: 0.8; }

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

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

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

This text has shadow with #96573F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96573F on black background.


Color preview on white background

This text has color #96573F on white background.



Black color preview on #96573F background

This text has black color on #96573F background.


White color preview on #96573F background

This text has white color on #96573F background.