COLOR #573A43

HEX: #573A43
RGB: (87,58,67)

Color info

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

RGB color model

#573A43 color RGB value is (87,58,67).

  • red value is 87;
  • green value is 58;
  • blue value is 67.
RGB:
(87,58,67)
(34%,23%,26%)

RGB channels and saturation

R 87 of 255 = 34%
G 58 of 255 = 23%
B 67 of 255 = 26%

87
58
67

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

Portions of RGB colors in percentages

R + G + B =
87 + 58 + 67 = 212 (100%)
R 87 of 212 ~ 41.04%
G 58 of 212 ~ 27.36%
B 67 of 212 ~ 31.6%

%41.04
%27.36
%31.6

CMYK color model

#573A43 color CMYK value is (0,33,23,66).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 22.99%
  • key color value is 65.88%
CMYK:
(0,33,23,66)
C0M33Y23K66 
(0%,33%,23%,66%)
(0.00/0.33/0.23/0.66)	

CMYK percentages

%0
%33.33
%22.99
%65.88

Codes

Color #573A43 in popluar color models

573A43
RGB875867
HSL341°20.00%28.43%
HSB/HSV341°33.33%34.12%
CMYK0.00%33.33%22.99%
65.88%

Color #573A43 in popluar number systems.

HEX573A43
Decimal875867
Binary10101111110101000011
Octal12772103

Shades and tints

Shades of #573A43

#573A43
(87,58,67)
#50353D
(80,53,61)
#493037
(73,48,55)
#422B31
(66,43,49)
#3B262B
(59,38,43)
#342125
(52,33,37)
#2D1C1F
(45,28,31)
#261719
(38,23,25)
#1F1213
(31,18,19)
#180D0D
(24,13,13)
#110807
(17,8,7)
#000000
(0,0,0)

Tints of #573A43

#573A43
(87,58,67)
#664B54
(102,75,84)
#755C65
(117,92,101)
#846D76
(132,109,118)
#937E87
(147,126,135)
#A28F98
(162,143,152)
#B1A0A9
(177,160,169)
#C0B1BA
(192,177,186)
#CFC2CB
(207,194,203)
#DED3DC
(222,211,220)
#EDE4ED
(237,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573A43 color. Also use rgb(87,58,67) instead hex code.

Text Font Color

.myTextColor { color: #573A43; }

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

This text font color is #573A43.


Background Color

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

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

This div background color is #573A43.


Border color

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

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

This div border color is #573A43.


Opacity

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

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

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

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

This text has shadow with #573A43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573A43 on black background.


Color preview on white background

This text has color #573A43 on white background.



Black color preview on #573A43 background

This text has black color on #573A43 background.


White color preview on #573A43 background

This text has white color on #573A43 background.