COLOR #573243

HEX: #573243
RGB: (87,50,67)

Color info

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

RGB color model

#573243 color RGB value is (87,50,67).

  • red value is 87;
  • green value is 50;
  • blue value is 67.
RGB:
(87,50,67)
(34%,20%,26%)

RGB channels and saturation

R 87 of 255 = 34%
G 50 of 255 = 20%
B 67 of 255 = 26%

87
50
67

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

Portions of RGB colors in percentages

R + G + B =
87 + 50 + 67 = 204 (100%)
R 87 of 204 ~ 42.65%
G 50 of 204 ~ 24.51%
B 67 of 204 ~ 32.84%

%42.65
%24.51
%32.84

CMYK color model

#573243 color CMYK value is (0,43,23,66).

  • cyan value is 0.00%
  • magenta value is 42.53%
  • yellow value is 22.99%
  • key color value is 65.88%
CMYK:
(0,43,23,66)
C0M43Y23K66 
(0%,43%,23%,66%)
(0.00/0.43/0.23/0.66)	

CMYK percentages

%0
%42.53
%22.99
%65.88

Codes

Color #573243 in popluar color models

573243
RGB875067
HSL332°27.01%26.86%
HSB/HSV332°42.53%34.12%
CMYK0.00%42.53%22.99%
65.88%

Color #573243 in popluar number systems.

HEX573243
Decimal875067
Binary10101111100101000011
Octal12762103

Shades and tints

Shades of #573243

#573243
(87,50,67)
#502E3D
(80,46,61)
#492A37
(73,42,55)
#422631
(66,38,49)
#3B222B
(59,34,43)
#341E25
(52,30,37)
#2D1A1F
(45,26,31)
#261619
(38,22,25)
#1F1213
(31,18,19)
#180E0D
(24,14,13)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #573243

#573243
(87,50,67)
#664454
(102,68,84)
#755665
(117,86,101)
#846876
(132,104,118)
#937A87
(147,122,135)
#A28C98
(162,140,152)
#B19EA9
(177,158,169)
#C0B0BA
(192,176,186)
#CFC2CB
(207,194,203)
#DED4DC
(222,212,220)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573243 color. Also use rgb(87,50,67) instead hex code.

Text Font Color

.myTextColor { color: #573243; }

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

This text font color is #573243.


Background Color

.myBgColor { background-color: #573243; }

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

This div background color is #573243.


Border color

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

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

This div border color is #573243.


Opacity

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

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

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

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

This text has shadow with #573243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573243 on black background.


Color preview on white background

This text has color #573243 on white background.



Black color preview on #573243 background

This text has black color on #573243 background.


White color preview on #573243 background

This text has white color on #573243 background.