COLOR #57355B

HEX: #57355B
RGB: (87,53,91)

Color info

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

RGB color model

#57355B color RGB value is (87,53,91).

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

RGB channels and saturation

R 87 of 255 = 34%
G 53 of 255 = 21%
B 91 of 255 = 36%

87
53
91

R + G + B ~ 30%. #57355B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 53 + 91 = 231 (100%)
R 87 of 231 ~ 37.66%
G 53 of 231 ~ 22.94%
B 91 of 231 ~ 39.39%

%37.66
%22.94
%39.39

CMYK color model

#57355B color CMYK value is (4,42,0,64).

  • cyan value is 4.40%
  • magenta value is 41.76%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(4,42,0,64)
C4M42Y0K64 
(4%,42%,0%,64%)
(0.04/0.42/0.00/0.64)	

CMYK percentages

%4.4
%41.76
%0
%64.31

Codes

Color #57355B in popluar color models

57355B
RGB875391
HSL294°26.39%28.24%
HSB/HSV294°41.76%35.69%
CMYK4.40%41.76%0.00%
64.31%

Color #57355B in popluar number systems.

HEX57355B
Decimal875391
Binary10101111101011011011
Octal12765133

Shades and tints

Shades of #57355B

#57355B
(87,53,91)
#503153
(80,49,83)
#492D4B
(73,45,75)
#422943
(66,41,67)
#3B253B
(59,37,59)
#342133
(52,33,51)
#2D1D2B
(45,29,43)
#261923
(38,25,35)
#1F151B
(31,21,27)
#181113
(24,17,19)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #57355B

#57355B
(87,53,91)
#664769
(102,71,105)
#755977
(117,89,119)
#846B85
(132,107,133)
#937D93
(147,125,147)
#A28FA1
(162,143,161)
#B1A1AF
(177,161,175)
#C0B3BD
(192,179,189)
#CFC5CB
(207,197,203)
#DED7D9
(222,215,217)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57355B; }

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

This text font color is #57355B.


Background Color

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

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

This div background color is #57355B.


Border color

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

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

This div border color is #57355B.


Opacity

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

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

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

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

This text has shadow with #57355B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57355B on black background.


Color preview on white background

This text has color #57355B on white background.



Black color preview on #57355B background

This text has black color on #57355B background.


White color preview on #57355B background

This text has white color on #57355B background.