COLOR #573354

HEX: #573354
RGB: (87,51,84)

Color info

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

RGB color model

#573354 color RGB value is (87,51,84).

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

RGB channels and saturation

R 87 of 255 = 34%
G 51 of 255 = 20%
B 84 of 255 = 33%

87
51
84

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

Portions of RGB colors in percentages

R + G + B =
87 + 51 + 84 = 222 (100%)
R 87 of 222 ~ 39.19%
G 51 of 222 ~ 22.97%
B 84 of 222 ~ 37.84%

%39.19
%22.97
%37.84

CMYK color model

#573354 color CMYK value is (0,41,3,66).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 3.45%
  • key color value is 65.88%
CMYK:
(0,41,3,66)
C0M41Y3K66 
(0%,41%,3%,66%)
(0.00/0.41/0.03/0.66)	

CMYK percentages

%0
%41.38
%3.45
%65.88

Codes

Color #573354 in popluar color models

573354
RGB875184
HSL305°26.09%27.06%
HSB/HSV305°41.38%34.12%
CMYK0.00%41.38%3.45%
65.88%

Color #573354 in popluar number systems.

HEX573354
Decimal875184
Binary10101111100111010100
Octal12763124

Shades and tints

Shades of #573354

#573354
(87,51,84)
#502F4D
(80,47,77)
#492B46
(73,43,70)
#42273F
(66,39,63)
#3B2338
(59,35,56)
#341F31
(52,31,49)
#2D1B2A
(45,27,42)
#261723
(38,23,35)
#1F131C
(31,19,28)
#180F15
(24,15,21)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #573354

#573354
(87,51,84)
#664563
(102,69,99)
#755772
(117,87,114)
#846981
(132,105,129)
#937B90
(147,123,144)
#A28D9F
(162,141,159)
#B19FAE
(177,159,174)
#C0B1BD
(192,177,189)
#CFC3CC
(207,195,204)
#DED5DB
(222,213,219)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573354; }

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

This text font color is #573354.


Background Color

.myBgColor { background-color: #573354; }

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

This div background color is #573354.


Border color

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

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

This div border color is #573354.


Opacity

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

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

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

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

This text has shadow with #573354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573354 on black background.


Color preview on white background

This text has color #573354 on white background.



Black color preview on #573354 background

This text has black color on #573354 background.


White color preview on #573354 background

This text has white color on #573354 background.