COLOR #57337D

HEX: #57337D
RGB: (87,51,125)

Color info

#57337D contains mainly red and blue colors. Web safe color of #57337D is #663366 (or #636).

RGB color model

#57337D color RGB value is (87,51,125).

  • red value is 87;
  • green value is 51;
  • blue value is 125.
RGB:
(87,51,125)
(34%,20%,49%)

RGB channels and saturation

R 87 of 255 = 34%
G 51 of 255 = 20%
B 125 of 255 = 49%

87
51
125

R + G + B ~ 34%. #57337D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 51 + 125 = 263 (100%)
R 87 of 263 ~ 33.08%
G 51 of 263 ~ 19.39%
B 125 of 263 ~ 47.53%

%33.08
%19.39
%47.53

CMYK color model

#57337D color CMYK value is (30,59,0,51).

  • cyan value is 30.40%
  • magenta value is 59.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(30,59,0,51)
C30M59Y0K51 
(30%,59%,0%,51%)
(0.30/0.59/0.00/0.51)	

CMYK percentages

%30.4
%59.2
%0
%50.98

Codes

Color #57337D in popluar color models

57337D
RGB8751125
HSL269°42.05%34.51%
HSB/HSV269°59.20%49.02%
CMYK30.40%59.20%0.00%
50.98%

Color #57337D in popluar number systems.

HEX57337D
Decimal8751125
Binary10101111100111111101
Octal12763175

Shades and tints

Shades of #57337D

#57337D
(87,51,125)
#502F72
(80,47,114)
#492B67
(73,43,103)
#42275C
(66,39,92)
#3B2351
(59,35,81)
#341F46
(52,31,70)
#2D1B3B
(45,27,59)
#261730
(38,23,48)
#1F1325
(31,19,37)
#180F1A
(24,15,26)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #57337D

#57337D
(87,51,125)
#664588
(102,69,136)
#755793
(117,87,147)
#84699E
(132,105,158)
#937BA9
(147,123,169)
#A28DB4
(162,141,180)
#B19FBF
(177,159,191)
#C0B1CA
(192,177,202)
#CFC3D5
(207,195,213)
#DED5E0
(222,213,224)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57337D color. Also use rgb(87,51,125) instead hex code.

Text Font Color

.myTextColor { color: #57337D; }

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

This text font color is #57337D.


Background Color

.myBgColor { background-color: #57337D; }

<div style="background-color:#57337D">Inner text</div>

This div background color is #57337D.


Border color

.myBorderColor { border: 1px solid #57337D; }

<div style="border:3px solid #57337D">Div</div>

This div border color is #57337D.


Opacity

.myOpacity80 { color: #57337D; opacity: 0.8; }

<p style="color:#57337D;opacity:0.8;">80%</p>

Text with #57337D 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 #57337D;}

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

This text has shadow with #57337D color.

.textShadow {text-shadow: 3px 3px 1px #57337D, 3px 3px 1px red;}

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

This text has shadow with #57337D primary color and red secondary color.


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

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

This text has shadow with #57337D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57337D on black background.


Color preview on white background

This text has color #57337D on white background.



Black color preview on #57337D background

This text has black color on #57337D background.


White color preview on #57337D background

This text has white color on #57337D background.