COLOR #574A79

HEX: #574A79
RGB: (87,74,121)

Color info

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

RGB color model

#574A79 color RGB value is (87,74,121).

  • red value is 87;
  • green value is 74;
  • blue value is 121.
RGB:
(87,74,121)
(34%,29%,47%)

RGB channels and saturation

R 87 of 255 = 34%
G 74 of 255 = 29%
B 121 of 255 = 47%

87
74
121

R + G + B ~ 37%. #574A79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 74 + 121 = 282 (100%)
R 87 of 282 ~ 30.85%
G 74 of 282 ~ 26.24%
B 121 of 282 ~ 42.91%

%30.85
%26.24
%42.91

CMYK color model

#574A79 color CMYK value is (28,39,0,53).

  • cyan value is 28.10%
  • magenta value is 38.84%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(28,39,0,53)
C28M39Y0K53 
(28%,39%,0%,53%)
(0.28/0.39/0.00/0.53)	

CMYK percentages

%28.1
%38.84
%0
%52.55

Codes

Color #574A79 in popluar color models

574A79
RGB8774121
HSL257°24.10%38.24%
HSB/HSV257°38.84%47.45%
CMYK28.10%38.84%0.00%
52.55%

Color #574A79 in popluar number systems.

HEX574A79
Decimal8774121
Binary101011110010101111001
Octal127112171

Shades and tints

Shades of #574A79

#574A79
(87,74,121)
#50446E
(80,68,110)
#493E63
(73,62,99)
#423858
(66,56,88)
#3B324D
(59,50,77)
#342C42
(52,44,66)
#2D2637
(45,38,55)
#26202C
(38,32,44)
#1F1A21
(31,26,33)
#181416
(24,20,22)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #574A79

#574A79
(87,74,121)
#665A85
(102,90,133)
#756A91
(117,106,145)
#847A9D
(132,122,157)
#938AA9
(147,138,169)
#A29AB5
(162,154,181)
#B1AAC1
(177,170,193)
#C0BACD
(192,186,205)
#CFCAD9
(207,202,217)
#DEDAE5
(222,218,229)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574A79 color. Also use rgb(87,74,121) instead hex code.

Text Font Color

.myTextColor { color: #574A79; }

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

This text font color is #574A79.


Background Color

.myBgColor { background-color: #574A79; }

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

This div background color is #574A79.


Border color

.myBorderColor { border: 1px solid #574A79; }

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

This div border color is #574A79.


Opacity

.myOpacity80 { color: #574A79; opacity: 0.8; }

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

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

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

This text has shadow with #574A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574A79 on black background.


Color preview on white background

This text has color #574A79 on white background.



Black color preview on #574A79 background

This text has black color on #574A79 background.


White color preview on #574A79 background

This text has white color on #574A79 background.