COLOR #57004C

HEX: #57004C RGB: (87,0,76)

Color info

#57004C contains only red and blue colors. Web safe color of #57004C is #660033 (or #603).

RGB color model

#57004C color RGB value is (87,0,76).

RGB: (87,0,76) (34%, 0%, 30%)

RGB channels and saturation

R 87 of 255 = 34%
G 0 of 255 = 0%
B 76 of 255 = 30%

87
0
76

R + G + B ~ 21%. #57004C is dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 0 + 76 = 163 (100%)
R 87 of 163 ~ 53.37%
G 0 of 163 ~ 0%
B 76 of 163 ~ 46.63'%

%53.37
%46.63

CMYK color model

#57004C color CMYK value is (0,100,13,66).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 12.64%
  • key color value is 65.88%

CMYK: (0,100,13,66)
C0M100Y13K66 (0%, 100%, 13%, 66%)
(0.00 / 1.00 / 0.13 / 0.66)

CMYK percentages

%0
%100
%12.64
%65.88

Codes

Color #57004C in popluar color models

57 00 4C
RGB 87 0 76
HSL 308° 100.00% 17.06%
HSB/HSV 308° 100.00% 34.12%
CMYK 0.00% 100.00% 12.64%
65.88%

Color #57004C in popluar number systems.

HEX 57 00 4C
Decimal 87 0 76
Binary 1010111 0 1001100
Octal 127 0 114

Shades and tints

Shades of #57004C

#57004C
(87,0,76)
#500046
(80,0,70)
#490040
(73,0,64)
#42003A
(66,0,58)
#3B0034
(59,0,52)
#34002E
(52,0,46)
#2D0028
(45,0,40)
#260022
(38,0,34)
#1F001C
(31,0,28)
#180016
(24,0,22)
#110010
(17,0,16)
#000000
(0,0,0)

Tints of #57004C

#57004C
(87,0,76)
#66175C
(102,23,92)
#752E6C
(117,46,108)
#84457C
(132,69,124)
#935C8C
(147,92,140)
#A2739C
(162,115,156)
#B18AAC
(177,138,172)
#C0A1BC
(192,161,188)
#CFB8CC
(207,184,204)
#DECFDC
(222,207,220)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57004C color. Also use rgb(87,0,76) instead hex code.

Text Font Color

.myTextColor { color: #57004C; }

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

This text font color is #57004C.

Background Color

.myBgColor { background-color: #57004C; }

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

This div background color is #57004C.

Border color

.myBorderColor { border: 1px solid #57004C; }

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

This div border color is #57004C.

Opacity

.myOpacity80 { color: #57004C; opacity: 0.8; }

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

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

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

This text has shadow with #57004C color.


.textShadow {text-shadow: 3px 3px 1px #57004C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57004C; -webkit-box-shadow: 1px 1px 3px 2px #57004C; box-shadow:1px 1px 3px 2px #57004C;">
Div content here
</div>

This div box has shadow with color #57004C.

Preview

Color preview on black background

This text has color #57004C on black background.


Color preview on white background

This text has color #57004C on white background.


Black color preview on #57004C background

This text has black color on #57004C background.


White color preview on #57004C background

This text has white color on #57004C background.


Related colors

Complementary color

Complementary color for #hex is #A8FFB3.


I love getcolorcode.com

Triadic colors

1 #4C5700 and #004C57 with #57004C are triadic colors.

2 #4C0057 and #00574C with #57004C are triadic colors.