COLOR #57295A

HEX: #57295A
RGB: (87,41,90)

Color info

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

RGB color model

#57295A color RGB value is (87,41,90).

  • red value is 87;
  • green value is 41;
  • blue value is 90.
RGB:
(87,41,90)
(34%,16%,35%)

RGB channels and saturation

R 87 of 255 = 34%
G 41 of 255 = 16%
B 90 of 255 = 35%

87
41
90

R + G + B ~ 28%. #57295A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 41 + 90 = 218 (100%)
R 87 of 218 ~ 39.91%
G 41 of 218 ~ 18.81%
B 90 of 218 ~ 41.28%

%39.91
%18.81
%41.28

CMYK color model

#57295A color CMYK value is (3,54,0,65).

  • cyan value is 3.33%
  • magenta value is 54.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(3,54,0,65)
C3M54Y0K65 
(3%,54%,0%,65%)
(0.03/0.54/0.00/0.65)	

CMYK percentages

%3.33
%54.44
%0
%64.71

Codes

Color #57295A in popluar color models

57295A
RGB874190
HSL296°37.40%25.69%
HSB/HSV296°54.44%35.29%
CMYK3.33%54.44%0.00%
64.71%

Color #57295A in popluar number systems.

HEX57295A
Decimal874190
Binary10101111010011011010
Octal12751132

Shades and tints

Shades of #57295A

#57295A
(87,41,90)
#502652
(80,38,82)
#49234A
(73,35,74)
#422042
(66,32,66)
#3B1D3A
(59,29,58)
#341A32
(52,26,50)
#2D172A
(45,23,42)
#261422
(38,20,34)
#1F111A
(31,17,26)
#180E12
(24,14,18)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #57295A

#57295A
(87,41,90)
#663C69
(102,60,105)
#754F78
(117,79,120)
#846287
(132,98,135)
#937596
(147,117,150)
#A288A5
(162,136,165)
#B19BB4
(177,155,180)
#C0AEC3
(192,174,195)
#CFC1D2
(207,193,210)
#DED4E1
(222,212,225)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57295A color. Also use rgb(87,41,90) instead hex code.

Text Font Color

.myTextColor { color: #57295A; }

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

This text font color is #57295A.


Background Color

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

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

This div background color is #57295A.


Border color

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

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

This div border color is #57295A.


Opacity

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

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

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

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

This text has shadow with #57295A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57295A on black background.


Color preview on white background

This text has color #57295A on white background.



Black color preview on #57295A background

This text has black color on #57295A background.


White color preview on #57295A background

This text has white color on #57295A background.