COLOR #573640

HEX: #573640
RGB: (87,54,64)

Color info

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

RGB color model

#573640 color RGB value is (87,54,64).

  • red value is 87;
  • green value is 54;
  • blue value is 64.
RGB:
(87,54,64)
(34%,21%,25%)

RGB channels and saturation

R 87 of 255 = 34%
G 54 of 255 = 21%
B 64 of 255 = 25%

87
54
64

R + G + B ~ 27%. #573640 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 54 + 64 = 205 (100%)
R 87 of 205 ~ 42.44%
G 54 of 205 ~ 26.34%
B 64 of 205 ~ 31.22%

%42.44
%26.34
%31.22

CMYK color model

#573640 color CMYK value is (0,38,26,66).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 26.44%
  • key color value is 65.88%
CMYK:
(0,38,26,66)
C0M38Y26K66 
(0%,38%,26%,66%)
(0.00/0.38/0.26/0.66)	

CMYK percentages

%0
%37.93
%26.44
%65.88

Codes

Color #573640 in popluar color models

573640
RGB875464
HSL342°23.40%27.65%
HSB/HSV342°37.93%34.12%
CMYK0.00%37.93%26.44%
65.88%

Color #573640 in popluar number systems.

HEX573640
Decimal875464
Binary10101111101101000000
Octal12766100

Shades and tints

Shades of #573640

#573640
(87,54,64)
#50323B
(80,50,59)
#492E36
(73,46,54)
#422A31
(66,42,49)
#3B262C
(59,38,44)
#342227
(52,34,39)
#2D1E22
(45,30,34)
#261A1D
(38,26,29)
#1F1618
(31,22,24)
#181213
(24,18,19)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #573640

#573640
(87,54,64)
#664851
(102,72,81)
#755A62
(117,90,98)
#846C73
(132,108,115)
#937E84
(147,126,132)
#A29095
(162,144,149)
#B1A2A6
(177,162,166)
#C0B4B7
(192,180,183)
#CFC6C8
(207,198,200)
#DED8D9
(222,216,217)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573640 color. Also use rgb(87,54,64) instead hex code.

Text Font Color

.myTextColor { color: #573640; }

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

This text font color is #573640.


Background Color

.myBgColor { background-color: #573640; }

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

This div background color is #573640.


Border color

.myBorderColor { border: 1px solid #573640; }

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

This div border color is #573640.


Opacity

.myOpacity80 { color: #573640; opacity: 0.8; }

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

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

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

This text has shadow with #573640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573640 on black background.


Color preview on white background

This text has color #573640 on white background.



Black color preview on #573640 background

This text has black color on #573640 background.


White color preview on #573640 background

This text has white color on #573640 background.