COLOR #57476E

HEX: #57476E
RGB: (87,71,110)

Color info

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

RGB color model

#57476E color RGB value is (87,71,110).

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

RGB channels and saturation

R 87 of 255 = 34%
G 71 of 255 = 28%
B 110 of 255 = 43%

87
71
110

R + G + B ~ 35%. #57476E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 71 + 110 = 268 (100%)
R 87 of 268 ~ 32.46%
G 71 of 268 ~ 26.49%
B 110 of 268 ~ 41.04%

%32.46
%26.49
%41.04

CMYK color model

#57476E color CMYK value is (21,35,0,57).

  • cyan value is 20.91%
  • magenta value is 35.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(21,35,0,57)
C21M35Y0K57 
(21%,35%,0%,57%)
(0.21/0.35/0.00/0.57)	

CMYK percentages

%20.91
%35.45
%0
%56.86

Codes

Color #57476E in popluar color models

57476E
RGB8771110
HSL265°21.55%35.49%
HSB/HSV265°35.45%43.14%
CMYK20.91%35.45%0.00%
56.86%

Color #57476E in popluar number systems.

HEX57476E
Decimal8771110
Binary101011110001111101110
Octal127107156

Shades and tints

Shades of #57476E

#57476E
(87,71,110)
#504164
(80,65,100)
#493B5A
(73,59,90)
#423550
(66,53,80)
#3B2F46
(59,47,70)
#34293C
(52,41,60)
#2D2332
(45,35,50)
#261D28
(38,29,40)
#1F171E
(31,23,30)
#181114
(24,17,20)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #57476E

#57476E
(87,71,110)
#66577B
(102,87,123)
#756788
(117,103,136)
#847795
(132,119,149)
#9387A2
(147,135,162)
#A297AF
(162,151,175)
#B1A7BC
(177,167,188)
#C0B7C9
(192,183,201)
#CFC7D6
(207,199,214)
#DED7E3
(222,215,227)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57476E color. Also use rgb(87,71,110) instead hex code.

Text Font Color

.myTextColor { color: #57476E; }

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

This text font color is #57476E.


Background Color

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

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

This div background color is #57476E.


Border color

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

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

This div border color is #57476E.


Opacity

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

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

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

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

This text has shadow with #57476E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57476E on black background.


Color preview on white background

This text has color #57476E on white background.



Black color preview on #57476E background

This text has black color on #57476E background.


White color preview on #57476E background

This text has white color on #57476E background.