COLOR #57478B

HEX: #57478B
RGB: (87,71,139)

Color info

#57478B contains mainly red and blue colors. Web safe color of #57478B is #663399 (or #639).

RGB color model

#57478B color RGB value is (87,71,139).

  • red value is 87;
  • green value is 71;
  • blue value is 139.
RGB:
(87,71,139)
(34%,28%,55%)

RGB channels and saturation

R 87 of 255 = 34%
G 71 of 255 = 28%
B 139 of 255 = 55%

87
71
139

R + G + B ~ 39%. #57478B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 71 + 139 = 297 (100%)
R 87 of 297 ~ 29.29%
G 71 of 297 ~ 23.91%
B 139 of 297 ~ 46.8%

%29.29
%23.91
%46.8

CMYK color model

#57478B color CMYK value is (37,49,0,45).

  • cyan value is 37.41%
  • magenta value is 48.92%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(37,49,0,45)
C37M49Y0K45 
(37%,49%,0%,45%)
(0.37/0.49/0.00/0.45)	

CMYK percentages

%37.41
%48.92
%0
%45.49

Codes

Color #57478B in popluar color models

57478B
RGB8771139
HSL254°32.38%41.18%
HSB/HSV254°48.92%54.51%
CMYK37.41%48.92%0.00%
45.49%

Color #57478B in popluar number systems.

HEX57478B
Decimal8771139
Binary1010111100011110001011
Octal127107213

Shades and tints

Shades of #57478B

#57478B
(87,71,139)
#50417F
(80,65,127)
#493B73
(73,59,115)
#423567
(66,53,103)
#3B2F5B
(59,47,91)
#34294F
(52,41,79)
#2D2343
(45,35,67)
#261D37
(38,29,55)
#1F172B
(31,23,43)
#18111F
(24,17,31)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #57478B

#57478B
(87,71,139)
#665795
(102,87,149)
#75679F
(117,103,159)
#8477A9
(132,119,169)
#9387B3
(147,135,179)
#A297BD
(162,151,189)
#B1A7C7
(177,167,199)
#C0B7D1
(192,183,209)
#CFC7DB
(207,199,219)
#DED7E5
(222,215,229)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57478B color. Also use rgb(87,71,139) instead hex code.

Text Font Color

.myTextColor { color: #57478B; }

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

This text font color is #57478B.


Background Color

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

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

This div background color is #57478B.


Border color

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

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

This div border color is #57478B.


Opacity

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

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

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

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

This text has shadow with #57478B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57478B on black background.


Color preview on white background

This text has color #57478B on white background.



Black color preview on #57478B background

This text has black color on #57478B background.


White color preview on #57478B background

This text has white color on #57478B background.