COLOR #573051

HEX: #573051
RGB: (87,48,81)

Color info

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

RGB color model

#573051 color RGB value is (87,48,81).

  • red value is 87;
  • green value is 48;
  • blue value is 81.
RGB:
(87,48,81)
(34%,19%,32%)

RGB channels and saturation

R 87 of 255 = 34%
G 48 of 255 = 19%
B 81 of 255 = 32%

87
48
81

R + G + B ~ 28%. #573051 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 48 + 81 = 216 (100%)
R 87 of 216 ~ 40.28%
G 48 of 216 ~ 22.22%
B 81 of 216 ~ 37.5%

%40.28
%22.22
%37.5

CMYK color model

#573051 color CMYK value is (0,45,7,66).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 6.90%
  • key color value is 65.88%
CMYK:
(0,45,7,66)
C0M45Y7K66 
(0%,45%,7%,66%)
(0.00/0.45/0.07/0.66)	

CMYK percentages

%0
%44.83
%6.9
%65.88

Codes

Color #573051 in popluar color models

573051
RGB874881
HSL309°28.89%26.47%
HSB/HSV309°44.83%34.12%
CMYK0.00%44.83%6.90%
65.88%

Color #573051 in popluar number systems.

HEX573051
Decimal874881
Binary10101111100001010001
Octal12760121

Shades and tints

Shades of #573051

#573051
(87,48,81)
#502C4A
(80,44,74)
#492843
(73,40,67)
#42243C
(66,36,60)
#3B2035
(59,32,53)
#341C2E
(52,28,46)
#2D1827
(45,24,39)
#261420
(38,20,32)
#1F1019
(31,16,25)
#180C12
(24,12,18)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #573051

#573051
(87,48,81)
#664260
(102,66,96)
#75546F
(117,84,111)
#84667E
(132,102,126)
#93788D
(147,120,141)
#A28A9C
(162,138,156)
#B19CAB
(177,156,171)
#C0AEBA
(192,174,186)
#CFC0C9
(207,192,201)
#DED2D8
(222,210,216)
#EDE4E7
(237,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573051; }

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

This text font color is #573051.


Background Color

.myBgColor { background-color: #573051; }

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

This div background color is #573051.


Border color

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

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

This div border color is #573051.


Opacity

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

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

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

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

This text has shadow with #573051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573051 on black background.


Color preview on white background

This text has color #573051 on white background.



Black color preview on #573051 background

This text has black color on #573051 background.


White color preview on #573051 background

This text has white color on #573051 background.