COLOR #573040

HEX: #573040
RGB: (87,48,64)

Color info

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

RGB color model

#573040 color RGB value is (87,48,64).

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

RGB channels and saturation

R 87 of 255 = 34%
G 48 of 255 = 19%
B 64 of 255 = 25%

87
48
64

R + G + B ~ 26%. #573040 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 48 + 64 = 199 (100%)
R 87 of 199 ~ 43.72%
G 48 of 199 ~ 24.12%
B 64 of 199 ~ 32.16%

%43.72
%24.12
%32.16

CMYK color model

#573040 color CMYK value is (0,45,26,66).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 26.44%
  • key color value is 65.88%
CMYK:
(0,45,26,66)
C0M45Y26K66 
(0%,45%,26%,66%)
(0.00/0.45/0.26/0.66)	

CMYK percentages

%0
%44.83
%26.44
%65.88

Codes

Color #573040 in popluar color models

573040
RGB874864
HSL335°28.89%26.47%
HSB/HSV335°44.83%34.12%
CMYK0.00%44.83%26.44%
65.88%

Color #573040 in popluar number systems.

HEX573040
Decimal874864
Binary10101111100001000000
Octal12760100

Shades and tints

Shades of #573040

#573040
(87,48,64)
#502C3B
(80,44,59)
#492836
(73,40,54)
#422431
(66,36,49)
#3B202C
(59,32,44)
#341C27
(52,28,39)
#2D1822
(45,24,34)
#26141D
(38,20,29)
#1F1018
(31,16,24)
#180C13
(24,12,19)
#11080E
(17,8,14)
#000000
(0,0,0)

Tints of #573040

#573040
(87,48,64)
#664251
(102,66,81)
#755462
(117,84,98)
#846673
(132,102,115)
#937884
(147,120,132)
#A28A95
(162,138,149)
#B19CA6
(177,156,166)
#C0AEB7
(192,174,183)
#CFC0C8
(207,192,200)
#DED2D9
(222,210,217)
#EDE4EA
(237,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573040; }

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

This text font color is #573040.


Background Color

.myBgColor { background-color: #573040; }

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

This div background color is #573040.


Border color

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

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

This div border color is #573040.


Opacity

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

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

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

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

This text has shadow with #573040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573040 on black background.


Color preview on white background

This text has color #573040 on white background.



Black color preview on #573040 background

This text has black color on #573040 background.


White color preview on #573040 background

This text has white color on #573040 background.