COLOR #57415B

HEX: #57415B
RGB: (87,65,91)

Color info

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

RGB color model

#57415B color RGB value is (87,65,91).

  • red value is 87;
  • green value is 65;
  • blue value is 91.
RGB:
(87,65,91)
(34%,25%,36%)

RGB channels and saturation

R 87 of 255 = 34%
G 65 of 255 = 25%
B 91 of 255 = 36%

87
65
91

R + G + B ~ 32%. #57415B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 65 + 91 = 243 (100%)
R 87 of 243 ~ 35.8%
G 65 of 243 ~ 26.75%
B 91 of 243 ~ 37.45%

%35.8
%26.75
%37.45

CMYK color model

#57415B color CMYK value is (4,29,0,64).

  • cyan value is 4.40%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(4,29,0,64)
C4M29Y0K64 
(4%,29%,0%,64%)
(0.04/0.29/0.00/0.64)	

CMYK percentages

%4.4
%28.57
%0
%64.31

Codes

Color #57415B in popluar color models

57415B
RGB876591
HSL291°16.67%30.59%
HSB/HSV291°28.57%35.69%
CMYK4.40%28.57%0.00%
64.31%

Color #57415B in popluar number systems.

HEX57415B
Decimal876591
Binary101011110000011011011
Octal127101133

Shades and tints

Shades of #57415B

#57415B
(87,65,91)
#503C53
(80,60,83)
#49374B
(73,55,75)
#423243
(66,50,67)
#3B2D3B
(59,45,59)
#342833
(52,40,51)
#2D232B
(45,35,43)
#261E23
(38,30,35)
#1F191B
(31,25,27)
#181413
(24,20,19)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #57415B

#57415B
(87,65,91)
#665269
(102,82,105)
#756377
(117,99,119)
#847485
(132,116,133)
#938593
(147,133,147)
#A296A1
(162,150,161)
#B1A7AF
(177,167,175)
#C0B8BD
(192,184,189)
#CFC9CB
(207,201,203)
#DEDAD9
(222,218,217)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57415B color. Also use rgb(87,65,91) instead hex code.

Text Font Color

.myTextColor { color: #57415B; }

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

This text font color is #57415B.


Background Color

.myBgColor { background-color: #57415B; }

<div style="background-color:#57415B">Inner text</div>

This div background color is #57415B.


Border color

.myBorderColor { border: 1px solid #57415B; }

<div style="border:3px solid #57415B">Div</div>

This div border color is #57415B.


Opacity

.myOpacity80 { color: #57415B; opacity: 0.8; }

<p style="color:#57415B;opacity:0.8;">80%</p>

Text with #57415B 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 #57415B;}

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

This text has shadow with #57415B color.

.textShadow {text-shadow: 3px 3px 1px #57415B, 3px 3px 1px red;}

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

This text has shadow with #57415B primary color and red secondary color.


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

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

This text has shadow with #57415B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57415B on black background.


Color preview on white background

This text has color #57415B on white background.



Black color preview on #57415B background

This text has black color on #57415B background.


White color preview on #57415B background

This text has white color on #57415B background.