COLOR #572349

HEX: #572349
RGB: (87,35,73)

Color info

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

RGB color model

#572349 color RGB value is (87,35,73).

  • red value is 87;
  • green value is 35;
  • blue value is 73.
RGB:
(87,35,73)
(34%,14%,29%)

RGB channels and saturation

R 87 of 255 = 34%
G 35 of 255 = 14%
B 73 of 255 = 29%

87
35
73

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

Portions of RGB colors in percentages

R + G + B =
87 + 35 + 73 = 195 (100%)
R 87 of 195 ~ 44.62%
G 35 of 195 ~ 17.95%
B 73 of 195 ~ 37.44%

%44.62
%17.95
%37.44

CMYK color model

#572349 color CMYK value is (0,60,16,66).

  • cyan value is 0.00%
  • magenta value is 59.77%
  • yellow value is 16.09%
  • key color value is 65.88%
CMYK:
(0,60,16,66)
C0M60Y16K66 
(0%,60%,16%,66%)
(0.00/0.60/0.16/0.66)	

CMYK percentages

%0
%59.77
%16.09
%65.88

Codes

Color #572349 in popluar color models

572349
RGB873573
HSL316°42.62%23.92%
HSB/HSV316°59.77%34.12%
CMYK0.00%59.77%16.09%
65.88%

Color #572349 in popluar number systems.

HEX572349
Decimal873573
Binary10101111000111001001
Octal12743111

Shades and tints

Shades of #572349

#572349
(87,35,73)
#502043
(80,32,67)
#491D3D
(73,29,61)
#421A37
(66,26,55)
#3B1731
(59,23,49)
#34142B
(52,20,43)
#2D1125
(45,17,37)
#260E1F
(38,14,31)
#1F0B19
(31,11,25)
#180813
(24,8,19)
#11050D
(17,5,13)
#000000
(0,0,0)

Tints of #572349

#572349
(87,35,73)
#663759
(102,55,89)
#754B69
(117,75,105)
#845F79
(132,95,121)
#937389
(147,115,137)
#A28799
(162,135,153)
#B19BA9
(177,155,169)
#C0AFB9
(192,175,185)
#CFC3C9
(207,195,201)
#DED7D9
(222,215,217)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #572349 color. Also use rgb(87,35,73) instead hex code.

Text Font Color

.myTextColor { color: #572349; }

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

This text font color is #572349.


Background Color

.myBgColor { background-color: #572349; }

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

This div background color is #572349.


Border color

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

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

This div border color is #572349.


Opacity

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

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

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

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

This text has shadow with #572349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572349 on black background.


Color preview on white background

This text has color #572349 on white background.



Black color preview on #572349 background

This text has black color on #572349 background.


White color preview on #572349 background

This text has white color on #572349 background.