COLOR #57467E

HEX: #57467E
RGB: (87,70,126)

Color info

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

RGB color model

#57467E color RGB value is (87,70,126).

  • red value is 87;
  • green value is 70;
  • blue value is 126.
RGB:
(87,70,126)
(34%,27%,49%)

RGB channels and saturation

R 87 of 255 = 34%
G 70 of 255 = 27%
B 126 of 255 = 49%

87
70
126

R + G + B ~ 37%. #57467E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 70 + 126 = 283 (100%)
R 87 of 283 ~ 30.74%
G 70 of 283 ~ 24.73%
B 126 of 283 ~ 44.52%

%30.74
%24.73
%44.52

CMYK color model

#57467E color CMYK value is (31,44,0,51).

  • cyan value is 30.95%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(31,44,0,51)
C31M44Y0K51 
(31%,44%,0%,51%)
(0.31/0.44/0.00/0.51)	

CMYK percentages

%30.95
%44.44
%0
%50.59

Codes

Color #57467E in popluar color models

57467E
RGB8770126
HSL258°28.57%38.43%
HSB/HSV258°44.44%49.41%
CMYK30.95%44.44%0.00%
50.59%

Color #57467E in popluar number systems.

HEX57467E
Decimal8770126
Binary101011110001101111110
Octal127106176

Shades and tints

Shades of #57467E

#57467E
(87,70,126)
#504073
(80,64,115)
#493A68
(73,58,104)
#42345D
(66,52,93)
#3B2E52
(59,46,82)
#342847
(52,40,71)
#2D223C
(45,34,60)
#261C31
(38,28,49)
#1F1626
(31,22,38)
#18101B
(24,16,27)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #57467E

#57467E
(87,70,126)
#665689
(102,86,137)
#756694
(117,102,148)
#84769F
(132,118,159)
#9386AA
(147,134,170)
#A296B5
(162,150,181)
#B1A6C0
(177,166,192)
#C0B6CB
(192,182,203)
#CFC6D6
(207,198,214)
#DED6E1
(222,214,225)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57467E color. Also use rgb(87,70,126) instead hex code.

Text Font Color

.myTextColor { color: #57467E; }

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

This text font color is #57467E.


Background Color

.myBgColor { background-color: #57467E; }

<div style="background-color:#57467E">Inner text</div>

This div background color is #57467E.


Border color

.myBorderColor { border: 1px solid #57467E; }

<div style="border:3px solid #57467E">Div</div>

This div border color is #57467E.


Opacity

.myOpacity80 { color: #57467E; opacity: 0.8; }

<p style="color:#57467E;opacity:0.8;">80%</p>

Text with #57467E 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 #57467E;}

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

This text has shadow with #57467E color.

.textShadow {text-shadow: 3px 3px 1px #57467E, 3px 3px 1px red;}

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

This text has shadow with #57467E primary color and red secondary color.


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

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

This text has shadow with #57467E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57467E on black background.


Color preview on white background

This text has color #57467E on white background.



Black color preview on #57467E background

This text has black color on #57467E background.


White color preview on #57467E background

This text has white color on #57467E background.