COLOR #573E42

HEX: #573E42
RGB: (87,62,66)

Color info

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

RGB color model

#573E42 color RGB value is (87,62,66).

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

RGB channels and saturation

R 87 of 255 = 34%
G 62 of 255 = 24%
B 66 of 255 = 26%

87
62
66

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

Portions of RGB colors in percentages

R + G + B =
87 + 62 + 66 = 215 (100%)
R 87 of 215 ~ 40.47%
G 62 of 215 ~ 28.84%
B 66 of 215 ~ 30.7%

%40.47
%28.84
%30.7

CMYK color model

#573E42 color CMYK value is (0,29,24,66).

  • cyan value is 0.00%
  • magenta value is 28.74%
  • yellow value is 24.14%
  • key color value is 65.88%
CMYK:
(0,29,24,66)
C0M29Y24K66 
(0%,29%,24%,66%)
(0.00/0.29/0.24/0.66)	

CMYK percentages

%0
%28.74
%24.14
%65.88

Codes

Color #573E42 in popluar color models

573E42
RGB876266
HSL350°16.78%29.22%
HSB/HSV350°28.74%34.12%
CMYK0.00%28.74%24.14%
65.88%

Color #573E42 in popluar number systems.

HEX573E42
Decimal876266
Binary10101111111101000010
Octal12776102

Shades and tints

Shades of #573E42

#573E42
(87,62,66)
#50393C
(80,57,60)
#493436
(73,52,54)
#422F30
(66,47,48)
#3B2A2A
(59,42,42)
#342524
(52,37,36)
#2D201E
(45,32,30)
#261B18
(38,27,24)
#1F1612
(31,22,18)
#18110C
(24,17,12)
#110C06
(17,12,6)
#000000
(0,0,0)

Tints of #573E42

#573E42
(87,62,66)
#664F53
(102,79,83)
#756064
(117,96,100)
#847175
(132,113,117)
#938286
(147,130,134)
#A29397
(162,147,151)
#B1A4A8
(177,164,168)
#C0B5B9
(192,181,185)
#CFC6CA
(207,198,202)
#DED7DB
(222,215,219)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573E42; }

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

This text font color is #573E42.


Background Color

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

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

This div background color is #573E42.


Border color

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

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

This div border color is #573E42.


Opacity

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

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

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

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

This text has shadow with #573E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573E42 on black background.


Color preview on white background

This text has color #573E42 on white background.



Black color preview on #573E42 background

This text has black color on #573E42 background.


White color preview on #573E42 background

This text has white color on #573E42 background.