COLOR #57324E

HEX: #57324E
RGB: (87,50,78)

Color info

#57324E contains red, green and blue colors in about the same proportion. Web safe color of #57324E is #663366 (or #636).

RGB color model

#57324E color RGB value is (87,50,78).

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

RGB channels and saturation

R 87 of 255 = 34%
G 50 of 255 = 20%
B 78 of 255 = 31%

87
50
78

R + G + B ~ 28%. #57324E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 50 + 78 = 215 (100%)
R 87 of 215 ~ 40.47%
G 50 of 215 ~ 23.26%
B 78 of 215 ~ 36.28%

%40.47
%23.26
%36.28

CMYK color model

#57324E color CMYK value is (0,43,10,66).

  • cyan value is 0.00%
  • magenta value is 42.53%
  • yellow value is 10.34%
  • key color value is 65.88%
CMYK:
(0,43,10,66)
C0M43Y10K66 
(0%,43%,10%,66%)
(0.00/0.43/0.10/0.66)	

CMYK percentages

%0
%42.53
%10.34
%65.88

Codes

Color #57324E in popluar color models

57324E
RGB875078
HSL315°27.01%26.86%
HSB/HSV315°42.53%34.12%
CMYK0.00%42.53%10.34%
65.88%

Color #57324E in popluar number systems.

HEX57324E
Decimal875078
Binary10101111100101001110
Octal12762116

Shades and tints

Shades of #57324E

#57324E
(87,50,78)
#502E47
(80,46,71)
#492A40
(73,42,64)
#422639
(66,38,57)
#3B2232
(59,34,50)
#341E2B
(52,30,43)
#2D1A24
(45,26,36)
#26161D
(38,22,29)
#1F1216
(31,18,22)
#180E0F
(24,14,15)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #57324E

#57324E
(87,50,78)
#66445E
(102,68,94)
#75566E
(117,86,110)
#84687E
(132,104,126)
#937A8E
(147,122,142)
#A28C9E
(162,140,158)
#B19EAE
(177,158,174)
#C0B0BE
(192,176,190)
#CFC2CE
(207,194,206)
#DED4DE
(222,212,222)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57324E; }

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

This text font color is #57324E.


Background Color

.myBgColor { background-color: #57324E; }

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

This div background color is #57324E.


Border color

.myBorderColor { border: 1px solid #57324E; }

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

This div border color is #57324E.


Opacity

.myOpacity80 { color: #57324E; opacity: 0.8; }

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

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

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

This text has shadow with #57324E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57324E on black background.


Color preview on white background

This text has color #57324E on white background.



Black color preview on #57324E background

This text has black color on #57324E background.


White color preview on #57324E background

This text has white color on #57324E background.