COLOR #573E4B

HEX: #573E4B
RGB: (87,62,75)

Color info

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

RGB color model

#573E4B color RGB value is (87,62,75).

  • red value is 87;
  • green value is 62;
  • blue value is 75.
RGB:
(87,62,75)
(34%,24%,29%)

RGB channels and saturation

R 87 of 255 = 34%
G 62 of 255 = 24%
B 75 of 255 = 29%

87
62
75

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

Portions of RGB colors in percentages

R + G + B =
87 + 62 + 75 = 224 (100%)
R 87 of 224 ~ 38.84%
G 62 of 224 ~ 27.68%
B 75 of 224 ~ 33.48%

%38.84
%27.68
%33.48

CMYK color model

#573E4B color CMYK value is (0,29,14,66).

  • cyan value is 0.00%
  • magenta value is 28.74%
  • yellow value is 13.79%
  • key color value is 65.88%
CMYK:
(0,29,14,66)
C0M29Y14K66 
(0%,29%,14%,66%)
(0.00/0.29/0.14/0.66)	

CMYK percentages

%0
%28.74
%13.79
%65.88

Codes

Color #573E4B in popluar color models

573E4B
RGB876275
HSL329°16.78%29.22%
HSB/HSV329°28.74%34.12%
CMYK0.00%28.74%13.79%
65.88%

Color #573E4B in popluar number systems.

HEX573E4B
Decimal876275
Binary10101111111101001011
Octal12776113

Shades and tints

Shades of #573E4B

#573E4B
(87,62,75)
#503945
(80,57,69)
#49343F
(73,52,63)
#422F39
(66,47,57)
#3B2A33
(59,42,51)
#34252D
(52,37,45)
#2D2027
(45,32,39)
#261B21
(38,27,33)
#1F161B
(31,22,27)
#181115
(24,17,21)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #573E4B

#573E4B
(87,62,75)
#664F5B
(102,79,91)
#75606B
(117,96,107)
#84717B
(132,113,123)
#93828B
(147,130,139)
#A2939B
(162,147,155)
#B1A4AB
(177,164,171)
#C0B5BB
(192,181,187)
#CFC6CB
(207,198,203)
#DED7DB
(222,215,219)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573E4B color. Also use rgb(87,62,75) instead hex code.

Text Font Color

.myTextColor { color: #573E4B; }

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

This text font color is #573E4B.


Background Color

.myBgColor { background-color: #573E4B; }

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

This div background color is #573E4B.


Border color

.myBorderColor { border: 1px solid #573E4B; }

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

This div border color is #573E4B.


Opacity

.myOpacity80 { color: #573E4B; opacity: 0.8; }

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

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

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

This text has shadow with #573E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573E4B on black background.


Color preview on white background

This text has color #573E4B on white background.



Black color preview on #573E4B background

This text has black color on #573E4B background.


White color preview on #573E4B background

This text has white color on #573E4B background.