COLOR #57264E

HEX: #57264E
RGB: (87,38,78)

Color info

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

RGB color model

#57264E color RGB value is (87,38,78).

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

RGB channels and saturation

R 87 of 255 = 34%
G 38 of 255 = 15%
B 78 of 255 = 31%

87
38
78

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

Portions of RGB colors in percentages

R + G + B =
87 + 38 + 78 = 203 (100%)
R 87 of 203 ~ 42.86%
G 38 of 203 ~ 18.72%
B 78 of 203 ~ 38.42%

%42.86
%18.72
%38.42

CMYK color model

#57264E color CMYK value is (0,56,10,66).

  • cyan value is 0.00%
  • magenta value is 56.32%
  • yellow value is 10.34%
  • key color value is 65.88%
CMYK:
(0,56,10,66)
C0M56Y10K66 
(0%,56%,10%,66%)
(0.00/0.56/0.10/0.66)	

CMYK percentages

%0
%56.32
%10.34
%65.88

Codes

Color #57264E in popluar color models

57264E
RGB873878
HSL311°39.20%24.51%
HSB/HSV311°56.32%34.12%
CMYK0.00%56.32%10.34%
65.88%

Color #57264E in popluar number systems.

HEX57264E
Decimal873878
Binary10101111001101001110
Octal12746116

Shades and tints

Shades of #57264E

#57264E
(87,38,78)
#502347
(80,35,71)
#492040
(73,32,64)
#421D39
(66,29,57)
#3B1A32
(59,26,50)
#34172B
(52,23,43)
#2D1424
(45,20,36)
#26111D
(38,17,29)
#1F0E16
(31,14,22)
#180B0F
(24,11,15)
#110808
(17,8,8)
#000000
(0,0,0)

Tints of #57264E

#57264E
(87,38,78)
#66395E
(102,57,94)
#754C6E
(117,76,110)
#845F7E
(132,95,126)
#93728E
(147,114,142)
#A2859E
(162,133,158)
#B198AE
(177,152,174)
#C0ABBE
(192,171,190)
#CFBECE
(207,190,206)
#DED1DE
(222,209,222)
#EDE4EE
(237,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57264E; }

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

This text font color is #57264E.


Background Color

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

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

This div background color is #57264E.


Border color

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

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

This div border color is #57264E.


Opacity

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

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

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

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

This text has shadow with #57264E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57264E on black background.


Color preview on white background

This text has color #57264E on white background.



Black color preview on #57264E background

This text has black color on #57264E background.


White color preview on #57264E background

This text has white color on #57264E background.