COLOR #573340

HEX: #573340
RGB: (87,51,64)

Color info

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

RGB color model

#573340 color RGB value is (87,51,64).

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

RGB channels and saturation

R 87 of 255 = 34%
G 51 of 255 = 20%
B 64 of 255 = 25%

87
51
64

R + G + B ~ 26%. #573340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 51 + 64 = 202 (100%)
R 87 of 202 ~ 43.07%
G 51 of 202 ~ 25.25%
B 64 of 202 ~ 31.68%

%43.07
%25.25
%31.68

CMYK color model

#573340 color CMYK value is (0,41,26,66).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 26.44%
  • key color value is 65.88%
CMYK:
(0,41,26,66)
C0M41Y26K66 
(0%,41%,26%,66%)
(0.00/0.41/0.26/0.66)	

CMYK percentages

%0
%41.38
%26.44
%65.88

Codes

Color #573340 in popluar color models

573340
RGB875164
HSL338°26.09%27.06%
HSB/HSV338°41.38%34.12%
CMYK0.00%41.38%26.44%
65.88%

Color #573340 in popluar number systems.

HEX573340
Decimal875164
Binary10101111100111000000
Octal12763100

Shades and tints

Shades of #573340

#573340
(87,51,64)
#502F3B
(80,47,59)
#492B36
(73,43,54)
#422731
(66,39,49)
#3B232C
(59,35,44)
#341F27
(52,31,39)
#2D1B22
(45,27,34)
#26171D
(38,23,29)
#1F1318
(31,19,24)
#180F13
(24,15,19)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #573340

#573340
(87,51,64)
#664551
(102,69,81)
#755762
(117,87,98)
#846973
(132,105,115)
#937B84
(147,123,132)
#A28D95
(162,141,149)
#B19FA6
(177,159,166)
#C0B1B7
(192,177,183)
#CFC3C8
(207,195,200)
#DED5D9
(222,213,217)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573340; }

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

This text font color is #573340.


Background Color

.myBgColor { background-color: #573340; }

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

This div background color is #573340.


Border color

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

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

This div border color is #573340.


Opacity

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

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

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

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

This text has shadow with #573340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573340 on black background.


Color preview on white background

This text has color #573340 on white background.



Black color preview on #573340 background

This text has black color on #573340 background.


White color preview on #573340 background

This text has white color on #573340 background.