COLOR #573E46

HEX: #573E46
RGB: (87,62,70)

Color info

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

RGB color model

#573E46 color RGB value is (87,62,70).

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

RGB channels and saturation

R 87 of 255 = 34%
G 62 of 255 = 24%
B 70 of 255 = 27%

87
62
70

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

Portions of RGB colors in percentages

R + G + B =
87 + 62 + 70 = 219 (100%)
R 87 of 219 ~ 39.73%
G 62 of 219 ~ 28.31%
B 70 of 219 ~ 31.96%

%39.73
%28.31
%31.96

CMYK color model

#573E46 color CMYK value is (0,29,20,66).

  • cyan value is 0.00%
  • magenta value is 28.74%
  • yellow value is 19.54%
  • key color value is 65.88%
CMYK:
(0,29,20,66)
C0M29Y20K66 
(0%,29%,20%,66%)
(0.00/0.29/0.20/0.66)	

CMYK percentages

%0
%28.74
%19.54
%65.88

Codes

Color #573E46 in popluar color models

573E46
RGB876270
HSL341°16.78%29.22%
HSB/HSV341°28.74%34.12%
CMYK0.00%28.74%19.54%
65.88%

Color #573E46 in popluar number systems.

HEX573E46
Decimal876270
Binary10101111111101000110
Octal12776106

Shades and tints

Shades of #573E46

#573E46
(87,62,70)
#503940
(80,57,64)
#49343A
(73,52,58)
#422F34
(66,47,52)
#3B2A2E
(59,42,46)
#342528
(52,37,40)
#2D2022
(45,32,34)
#261B1C
(38,27,28)
#1F1616
(31,22,22)
#181110
(24,17,16)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #573E46

#573E46
(87,62,70)
#664F56
(102,79,86)
#756066
(117,96,102)
#847176
(132,113,118)
#938286
(147,130,134)
#A29396
(162,147,150)
#B1A4A6
(177,164,166)
#C0B5B6
(192,181,182)
#CFC6C6
(207,198,198)
#DED7D6
(222,215,214)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573E46; }

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

This text font color is #573E46.


Background Color

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

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

This div background color is #573E46.


Border color

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

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

This div border color is #573E46.


Opacity

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

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

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

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

This text has shadow with #573E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573E46 on black background.


Color preview on white background

This text has color #573E46 on white background.



Black color preview on #573E46 background

This text has black color on #573E46 background.


White color preview on #573E46 background

This text has white color on #573E46 background.