COLOR #57324D

HEX: #57324D
RGB: (87,50,77)

Color info

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

RGB color model

#57324D color RGB value is (87,50,77).

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

RGB channels and saturation

R 87 of 255 = 34%
G 50 of 255 = 20%
B 77 of 255 = 30%

87
50
77

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

Portions of RGB colors in percentages

R + G + B =
87 + 50 + 77 = 214 (100%)
R 87 of 214 ~ 40.65%
G 50 of 214 ~ 23.36%
B 77 of 214 ~ 35.98%

%40.65
%23.36
%35.98

CMYK color model

#57324D color CMYK value is (0,43,11,66).

  • cyan value is 0.00%
  • magenta value is 42.53%
  • yellow value is 11.49%
  • key color value is 65.88%
CMYK:
(0,43,11,66)
C0M43Y11K66 
(0%,43%,11%,66%)
(0.00/0.43/0.11/0.66)	

CMYK percentages

%0
%42.53
%11.49
%65.88

Codes

Color #57324D in popluar color models

57324D
RGB875077
HSL316°27.01%26.86%
HSB/HSV316°42.53%34.12%
CMYK0.00%42.53%11.49%
65.88%

Color #57324D in popluar number systems.

HEX57324D
Decimal875077
Binary10101111100101001101
Octal12762115

Shades and tints

Shades of #57324D

#57324D
(87,50,77)
#502E46
(80,46,70)
#492A3F
(73,42,63)
#422638
(66,38,56)
#3B2231
(59,34,49)
#341E2A
(52,30,42)
#2D1A23
(45,26,35)
#26161C
(38,22,28)
#1F1215
(31,18,21)
#180E0E
(24,14,14)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #57324D

#57324D
(87,50,77)
#66445D
(102,68,93)
#75566D
(117,86,109)
#84687D
(132,104,125)
#937A8D
(147,122,141)
#A28C9D
(162,140,157)
#B19EAD
(177,158,173)
#C0B0BD
(192,176,189)
#CFC2CD
(207,194,205)
#DED4DD
(222,212,221)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57324D; }

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

This text font color is #57324D.


Background Color

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

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

This div background color is #57324D.


Border color

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

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

This div border color is #57324D.


Opacity

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

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

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

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

This text has shadow with #57324D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57324D on black background.


Color preview on white background

This text has color #57324D on white background.



Black color preview on #57324D background

This text has black color on #57324D background.


White color preview on #57324D background

This text has white color on #57324D background.