COLOR #573232

HEX: #573232
RGB: (87,50,50)

Color info

#573232 contains red, green and blue colors in about the same proportion. Web safe color of #573232 is #663333 (or #633).

RGB color model

#573232 color RGB value is (87,50,50).

  • red value is 87;
  • green value is 50;
  • blue value is 50.
RGB:
(87,50,50)
(34%,20%,20%)

RGB channels and saturation

R 87 of 255 = 34%
G 50 of 255 = 20%
B 50 of 255 = 20%

87
50
50

R + G + B ~ 25%. #573232 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 50 + 50 = 187 (100%)
R 87 of 187 ~ 46.52%
G 50 of 187 ~ 26.74%
B 50 of 187 ~ 26.74%

%46.52
%26.74
%26.74

CMYK color model

#573232 color CMYK value is (0,43,43,66).

  • cyan value is 0.00%
  • magenta value is 42.53%
  • yellow value is 42.53%
  • key color value is 65.88%
CMYK:
(0,43,43,66)
C0M43Y43K66 
(0%,43%,43%,66%)
(0.00/0.43/0.43/0.66)	

CMYK percentages

%0
%42.53
%42.53
%65.88

Codes

Color #573232 in popluar color models

573232
RGB875050
HSL27.01%26.86%
HSB/HSV42.53%34.12%
CMYK0.00%42.53%42.53%
65.88%

Color #573232 in popluar number systems.

HEX573232
Decimal875050
Binary1010111110010110010
Octal1276262

Shades and tints

Shades of #573232

#573232
(87,50,50)
#502E2E
(80,46,46)
#492A2A
(73,42,42)
#422626
(66,38,38)
#3B2222
(59,34,34)
#341E1E
(52,30,30)
#2D1A1A
(45,26,26)
#261616
(38,22,22)
#1F1212
(31,18,18)
#180E0E
(24,14,14)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #573232

#573232
(87,50,50)
#664444
(102,68,68)
#755656
(117,86,86)
#846868
(132,104,104)
#937A7A
(147,122,122)
#A28C8C
(162,140,140)
#B19E9E
(177,158,158)
#C0B0B0
(192,176,176)
#CFC2C2
(207,194,194)
#DED4D4
(222,212,212)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573232 color. Also use rgb(87,50,50) instead hex code.

Text Font Color

.myTextColor { color: #573232; }

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

This text font color is #573232.


Background Color

.myBgColor { background-color: #573232; }

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

This div background color is #573232.


Border color

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

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

This div border color is #573232.


Opacity

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

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

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

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

This text has shadow with #573232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573232 on black background.


Color preview on white background

This text has color #573232 on white background.



Black color preview on #573232 background

This text has black color on #573232 background.


White color preview on #573232 background

This text has white color on #573232 background.