COLOR #574877

HEX: #574877
RGB: (87,72,119)

Color info

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

RGB color model

#574877 color RGB value is (87,72,119).

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

RGB channels and saturation

R 87 of 255 = 34%
G 72 of 255 = 28%
B 119 of 255 = 47%

87
72
119

R + G + B ~ 36%. #574877 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 72 + 119 = 278 (100%)
R 87 of 278 ~ 31.29%
G 72 of 278 ~ 25.9%
B 119 of 278 ~ 42.81%

%31.29
%25.9
%42.81

CMYK color model

#574877 color CMYK value is (27,39,0,53).

  • cyan value is 26.89%
  • magenta value is 39.50%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(27,39,0,53)
C27M39Y0K53 
(27%,39%,0%,53%)
(0.27/0.39/0.00/0.53)	

CMYK percentages

%26.89
%39.5
%0
%53.33

Codes

Color #574877 in popluar color models

574877
RGB8772119
HSL259°24.61%37.45%
HSB/HSV259°39.50%46.67%
CMYK26.89%39.50%0.00%
53.33%

Color #574877 in popluar number systems.

HEX574877
Decimal8772119
Binary101011110010001110111
Octal127110167

Shades and tints

Shades of #574877

#574877
(87,72,119)
#50426D
(80,66,109)
#493C63
(73,60,99)
#423659
(66,54,89)
#3B304F
(59,48,79)
#342A45
(52,42,69)
#2D243B
(45,36,59)
#261E31
(38,30,49)
#1F1827
(31,24,39)
#18121D
(24,18,29)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #574877

#574877
(87,72,119)
#665883
(102,88,131)
#75688F
(117,104,143)
#84789B
(132,120,155)
#9388A7
(147,136,167)
#A298B3
(162,152,179)
#B1A8BF
(177,168,191)
#C0B8CB
(192,184,203)
#CFC8D7
(207,200,215)
#DED8E3
(222,216,227)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574877; }

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

This text font color is #574877.


Background Color

.myBgColor { background-color: #574877; }

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

This div background color is #574877.


Border color

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

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

This div border color is #574877.


Opacity

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

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

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

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

This text has shadow with #574877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574877 on black background.


Color preview on white background

This text has color #574877 on white background.



Black color preview on #574877 background

This text has black color on #574877 background.


White color preview on #574877 background

This text has white color on #574877 background.