COLOR #57386A

HEX: #57386A
RGB: (87,56,106)

Color info

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

RGB color model

#57386A color RGB value is (87,56,106).

  • red value is 87;
  • green value is 56;
  • blue value is 106.
RGB:
(87,56,106)
(34%,22%,42%)

RGB channels and saturation

R 87 of 255 = 34%
G 56 of 255 = 22%
B 106 of 255 = 42%

87
56
106

R + G + B ~ 33%. #57386A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 56 + 106 = 249 (100%)
R 87 of 249 ~ 34.94%
G 56 of 249 ~ 22.49%
B 106 of 249 ~ 42.57%

%34.94
%22.49
%42.57

CMYK color model

#57386A color CMYK value is (18,47,0,58).

  • cyan value is 17.92%
  • magenta value is 47.17%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(18,47,0,58)
C18M47Y0K58 
(18%,47%,0%,58%)
(0.18/0.47/0.00/0.58)	

CMYK percentages

%17.92
%47.17
%0
%58.43

Codes

Color #57386A in popluar color models

57386A
RGB8756106
HSL277°30.86%31.76%
HSB/HSV277°47.17%41.57%
CMYK17.92%47.17%0.00%
58.43%

Color #57386A in popluar number systems.

HEX57386A
Decimal8756106
Binary10101111110001101010
Octal12770152

Shades and tints

Shades of #57386A

#57386A
(87,56,106)
#503361
(80,51,97)
#492E58
(73,46,88)
#42294F
(66,41,79)
#3B2446
(59,36,70)
#341F3D
(52,31,61)
#2D1A34
(45,26,52)
#26152B
(38,21,43)
#1F1022
(31,16,34)
#180B19
(24,11,25)
#110610
(17,6,16)
#000000
(0,0,0)

Tints of #57386A

#57386A
(87,56,106)
#664A77
(102,74,119)
#755C84
(117,92,132)
#846E91
(132,110,145)
#93809E
(147,128,158)
#A292AB
(162,146,171)
#B1A4B8
(177,164,184)
#C0B6C5
(192,182,197)
#CFC8D2
(207,200,210)
#DEDADF
(222,218,223)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57386A color. Also use rgb(87,56,106) instead hex code.

Text Font Color

.myTextColor { color: #57386A; }

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

This text font color is #57386A.


Background Color

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

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

This div background color is #57386A.


Border color

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

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

This div border color is #57386A.


Opacity

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

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

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

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

This text has shadow with #57386A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57386A on black background.


Color preview on white background

This text has color #57386A on white background.



Black color preview on #57386A background

This text has black color on #57386A background.


White color preview on #57386A background

This text has white color on #57386A background.