COLOR #573F45

HEX: #573F45
RGB: (87,63,69)

Color info

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

RGB color model

#573F45 color RGB value is (87,63,69).

  • red value is 87;
  • green value is 63;
  • blue value is 69.
RGB:
(87,63,69)
(34%,25%,27%)

RGB channels and saturation

R 87 of 255 = 34%
G 63 of 255 = 25%
B 69 of 255 = 27%

87
63
69

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

Portions of RGB colors in percentages

R + G + B =
87 + 63 + 69 = 219 (100%)
R 87 of 219 ~ 39.73%
G 63 of 219 ~ 28.77%
B 69 of 219 ~ 31.51%

%39.73
%28.77
%31.51

CMYK color model

#573F45 color CMYK value is (0,28,21,66).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 20.69%
  • key color value is 65.88%
CMYK:
(0,28,21,66)
C0M28Y21K66 
(0%,28%,21%,66%)
(0.00/0.28/0.21/0.66)	

CMYK percentages

%0
%27.59
%20.69
%65.88

Codes

Color #573F45 in popluar color models

573F45
RGB876369
HSL345°16.00%29.41%
HSB/HSV345°27.59%34.12%
CMYK0.00%27.59%20.69%
65.88%

Color #573F45 in popluar number systems.

HEX573F45
Decimal876369
Binary10101111111111000101
Octal12777105

Shades and tints

Shades of #573F45

#573F45
(87,63,69)
#503A3F
(80,58,63)
#493539
(73,53,57)
#423033
(66,48,51)
#3B2B2D
(59,43,45)
#342627
(52,38,39)
#2D2121
(45,33,33)
#261C1B
(38,28,27)
#1F1715
(31,23,21)
#18120F
(24,18,15)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #573F45

#573F45
(87,63,69)
#665055
(102,80,85)
#756165
(117,97,101)
#847275
(132,114,117)
#938385
(147,131,133)
#A29495
(162,148,149)
#B1A5A5
(177,165,165)
#C0B6B5
(192,182,181)
#CFC7C5
(207,199,197)
#DED8D5
(222,216,213)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573F45 color. Also use rgb(87,63,69) instead hex code.

Text Font Color

.myTextColor { color: #573F45; }

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

This text font color is #573F45.


Background Color

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

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

This div background color is #573F45.


Border color

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

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

This div border color is #573F45.


Opacity

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

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

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

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

This text has shadow with #573F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573F45 on black background.


Color preview on white background

This text has color #573F45 on white background.



Black color preview on #573F45 background

This text has black color on #573F45 background.


White color preview on #573F45 background

This text has white color on #573F45 background.