COLOR #574860

HEX: #574860
RGB: (87,72,96)

Color info

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

RGB color model

#574860 color RGB value is (87,72,96).

  • red value is 87;
  • green value is 72;
  • blue value is 96.
RGB:
(87,72,96)
(34%,28%,38%)

RGB channels and saturation

R 87 of 255 = 34%
G 72 of 255 = 28%
B 96 of 255 = 38%

87
72
96

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

Portions of RGB colors in percentages

R + G + B =
87 + 72 + 96 = 255 (100%)
R 87 of 255 ~ 34.12%
G 72 of 255 ~ 28.24%
B 96 of 255 ~ 37.65%

%34.12
%28.24
%37.65

CMYK color model

#574860 color CMYK value is (9,25,0,62).

  • cyan value is 9.38%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(9,25,0,62)
C9M25Y0K62 
(9%,25%,0%,62%)
(0.09/0.25/0.00/0.62)	

CMYK percentages

%9.38
%25
%0
%62.35

Codes

Color #574860 in popluar color models

574860
RGB877296
HSL278°14.29%32.94%
HSB/HSV278°25.00%37.65%
CMYK9.38%25.00%0.00%
62.35%

Color #574860 in popluar number systems.

HEX574860
Decimal877296
Binary101011110010001100000
Octal127110140

Shades and tints

Shades of #574860

#574860
(87,72,96)
#504258
(80,66,88)
#493C50
(73,60,80)
#423648
(66,54,72)
#3B3040
(59,48,64)
#342A38
(52,42,56)
#2D2430
(45,36,48)
#261E28
(38,30,40)
#1F1820
(31,24,32)
#181218
(24,18,24)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #574860

#574860
(87,72,96)
#66586E
(102,88,110)
#75687C
(117,104,124)
#84788A
(132,120,138)
#938898
(147,136,152)
#A298A6
(162,152,166)
#B1A8B4
(177,168,180)
#C0B8C2
(192,184,194)
#CFC8D0
(207,200,208)
#DED8DE
(222,216,222)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574860 color. Also use rgb(87,72,96) instead hex code.

Text Font Color

.myTextColor { color: #574860; }

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

This text font color is #574860.


Background Color

.myBgColor { background-color: #574860; }

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

This div background color is #574860.


Border color

.myBorderColor { border: 1px solid #574860; }

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

This div border color is #574860.


Opacity

.myOpacity80 { color: #574860; opacity: 0.8; }

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

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

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

This text has shadow with #574860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574860 on black background.


Color preview on white background

This text has color #574860 on white background.



Black color preview on #574860 background

This text has black color on #574860 background.


White color preview on #574860 background

This text has white color on #574860 background.