COLOR #57003A

HEX: #57003A
RGB: (87,0,58)

Color info

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

RGB color model

#57003A color RGB value is (87,0,58).

  • red value is 87;
  • green value is 0;
  • blue value is 58.
RGB:
(87,0,58)
(34%,0%,23%)

RGB channels and saturation

R 87 of 255 = 34%
G 0 of 255 = 0%
B 58 of 255 = 23%

87
0
58

R + G + B ~ 19%. #57003A is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 0 + 58 = 145 (100%)
R 87 of 145 ~ 60%
G 0 of 145 ~ 0%
B 58 of 145 ~ 40%

%60
%40

CMYK color model

#57003A color CMYK value is (0,100,33,66).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 33.33%
  • key color value is 65.88%
CMYK:
(0,100,33,66)
C0M100Y33K66 
(0%,100%,33%,66%)
(0.00/1.00/0.33/0.66)	

CMYK percentages

%0
%100
%33.33
%65.88

Codes

Color #57003A in popluar color models

57003A
RGB87058
HSL320°100.00%17.06%
HSB/HSV320°100.00%34.12%
CMYK0.00%100.00%33.33%
65.88%

Color #57003A in popluar number systems.

HEX57003A
Decimal87058
Binary10101110111010
Octal127072

Shades and tints

Shades of #57003A

#57003A
(87,0,58)
#500035
(80,0,53)
#490030
(73,0,48)
#42002B
(66,0,43)
#3B0026
(59,0,38)
#340021
(52,0,33)
#2D001C
(45,0,28)
#260017
(38,0,23)
#1F0012
(31,0,18)
#18000D
(24,0,13)
#110008
(17,0,8)
#000000
(0,0,0)

Tints of #57003A

#57003A
(87,0,58)
#66174B
(102,23,75)
#752E5C
(117,46,92)
#84456D
(132,69,109)
#935C7E
(147,92,126)
#A2738F
(162,115,143)
#B18AA0
(177,138,160)
#C0A1B1
(192,161,177)
#CFB8C2
(207,184,194)
#DECFD3
(222,207,211)
#EDE6E4
(237,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57003A color. Also use rgb(87,0,58) instead hex code.

Text Font Color

.myTextColor { color: #57003A; }

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

This text font color is #57003A.


Background Color

.myBgColor { background-color: #57003A; }

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

This div background color is #57003A.


Border color

.myBorderColor { border: 1px solid #57003A; }

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

This div border color is #57003A.


Opacity

.myOpacity80 { color: #57003A; opacity: 0.8; }

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

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

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

This text has shadow with #57003A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57003A on black background.


Color preview on white background

This text has color #57003A on white background.



Black color preview on #57003A background

This text has black color on #57003A background.


White color preview on #57003A background

This text has white color on #57003A background.