COLOR #573852

HEX: #573852
RGB: (87,56,82)

Color info

#573852 contains red, green and blue colors in about the same proportion. Web safe color of #573852 is #663366 (or #636).

RGB color model

#573852 color RGB value is (87,56,82).

  • red value is 87;
  • green value is 56;
  • blue value is 82.
RGB:
(87,56,82)
(34%,22%,32%)

RGB channels and saturation

R 87 of 255 = 34%
G 56 of 255 = 22%
B 82 of 255 = 32%

87
56
82

R + G + B ~ 29%. #573852 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 56 + 82 = 225 (100%)
R 87 of 225 ~ 38.67%
G 56 of 225 ~ 24.89%
B 82 of 225 ~ 36.44%

%38.67
%24.89
%36.44

CMYK color model

#573852 color CMYK value is (0,36,6,66).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 5.75%
  • key color value is 65.88%
CMYK:
(0,36,6,66)
C0M36Y6K66 
(0%,36%,6%,66%)
(0.00/0.36/0.06/0.66)	

CMYK percentages

%0
%35.63
%5.75
%65.88

Codes

Color #573852 in popluar color models

573852
RGB875682
HSL310°21.68%28.04%
HSB/HSV310°35.63%34.12%
CMYK0.00%35.63%5.75%
65.88%

Color #573852 in popluar number systems.

HEX573852
Decimal875682
Binary10101111110001010010
Octal12770122

Shades and tints

Shades of #573852

#573852
(87,56,82)
#50334B
(80,51,75)
#492E44
(73,46,68)
#42293D
(66,41,61)
#3B2436
(59,36,54)
#341F2F
(52,31,47)
#2D1A28
(45,26,40)
#261521
(38,21,33)
#1F101A
(31,16,26)
#180B13
(24,11,19)
#11060C
(17,6,12)
#000000
(0,0,0)

Tints of #573852

#573852
(87,56,82)
#664A61
(102,74,97)
#755C70
(117,92,112)
#846E7F
(132,110,127)
#93808E
(147,128,142)
#A2929D
(162,146,157)
#B1A4AC
(177,164,172)
#C0B6BB
(192,182,187)
#CFC8CA
(207,200,202)
#DEDAD9
(222,218,217)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573852; }

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

This text font color is #573852.


Background Color

.myBgColor { background-color: #573852; }

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

This div background color is #573852.


Border color

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

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

This div border color is #573852.


Opacity

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

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

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

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

This text has shadow with #573852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573852 on black background.


Color preview on white background

This text has color #573852 on white background.



Black color preview on #573852 background

This text has black color on #573852 background.


White color preview on #573852 background

This text has white color on #573852 background.