COLOR #57326B

HEX: #57326B
RGB: (87,50,107)

Color info

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

RGB color model

#57326B color RGB value is (87,50,107).

  • red value is 87;
  • green value is 50;
  • blue value is 107.
RGB: (87,50,107) (34%,20%,42%)

RGB channels and saturation

R 87 of 255 = 34%
G 50 of 255 = 20%
B 107 of 255 = 42%

87
50
107

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

Portions of RGB colors in percentages

R + G + B =
87 + 50 + 107 = 244 (100%)
R 87 of 244 ~ 35.66%
G 50 of 244 ~ 20.49%
B 107 of 244 ~ 43.85%

%35.66
%20.49
%43.85

CMYK color model

#57326B color CMYK value is (19,53,0,58).

  • cyan value is 18.69%
  • magenta value is 53.27%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (19,53,0,58) C19M53Y0K58 (19%,53%,0%,58%) (0.19/0.53/0.00/0.58)

CMYK percentages

%18.69
%53.27
%0
%58.04

Codes

Color #57326B in popluar color models

57326B
RGB8750107
HSL279°36.31%30.78%
HSB/HSV279°53.27%41.96%
CMYK18.69%53.27%0.00%
58.04%

Color #57326B in popluar number systems.

HEX57326B
Decimal8750107
Binary10101111100101101011
Octal12762153

Shades and tints

Shades of #57326B

#57326B
(87,50,107)
#502E62
(80,46,98)
#492A59
(73,42,89)
#422650
(66,38,80)
#3B2247
(59,34,71)
#341E3E
(52,30,62)
#2D1A35
(45,26,53)
#26162C
(38,22,44)
#1F1223
(31,18,35)
#180E1A
(24,14,26)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #57326B

#57326B
(87,50,107)
#664478
(102,68,120)
#755685
(117,86,133)
#846892
(132,104,146)
#937A9F
(147,122,159)
#A28CAC
(162,140,172)
#B19EB9
(177,158,185)
#C0B0C6
(192,176,198)
#CFC2D3
(207,194,211)
#DED4E0
(222,212,224)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57326B color. Also use rgb(87,50,107) instead hex code.

Text Font Color

.myTextColor { color: #57326B; }

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

This text font color is #57326B.


Background Color

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

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

This div background color is #57326B.


Border color

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

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

This div border color is #57326B.


Opacity

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

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

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

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

This text has shadow with #57326B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #57326B on black background.


Color preview on white background

This text has color #57326B on white background.



Black color preview on #57326B background

This text has black color on #57326B background.


White color preview on #57326B background

This text has white color on #57326B background.