COLOR #574979

HEX: #574979
RGB: (87,73,121)

Color info

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

RGB color model

#574979 color RGB value is (87,73,121).

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

RGB channels and saturation

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

87
73
121

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

Portions of RGB colors in percentages

R + G + B =
87 + 73 + 121 = 281 (100%)
R 87 of 281 ~ 30.96%
G 73 of 281 ~ 25.98%
B 121 of 281 ~ 43.06%

%30.96
%25.98
%43.06

CMYK color model

#574979 color CMYK value is (28,40,0,53).

  • cyan value is 28.10%
  • magenta value is 39.67%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(28,40,0,53)
C28M40Y0K53 
(28%,40%,0%,53%)
(0.28/0.40/0.00/0.53)	

CMYK percentages

%28.1
%39.67
%0
%52.55

Codes

Color #574979 in popluar color models

574979
RGB8773121
HSL258°24.74%38.04%
HSB/HSV258°39.67%47.45%
CMYK28.10%39.67%0.00%
52.55%

Color #574979 in popluar number systems.

HEX574979
Decimal8773121
Binary101011110010011111001
Octal127111171

Shades and tints

Shades of #574979

#574979
(87,73,121)
#50436E
(80,67,110)
#493D63
(73,61,99)
#423758
(66,55,88)
#3B314D
(59,49,77)
#342B42
(52,43,66)
#2D2537
(45,37,55)
#261F2C
(38,31,44)
#1F1921
(31,25,33)
#181316
(24,19,22)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #574979

#574979
(87,73,121)
#665985
(102,89,133)
#756991
(117,105,145)
#84799D
(132,121,157)
#9389A9
(147,137,169)
#A299B5
(162,153,181)
#B1A9C1
(177,169,193)
#C0B9CD
(192,185,205)
#CFC9D9
(207,201,217)
#DED9E5
(222,217,229)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574979; }

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

This text font color is #574979.


Background Color

.myBgColor { background-color: #574979; }

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

This div background color is #574979.


Border color

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

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

This div border color is #574979.


Opacity

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

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

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

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

This text has shadow with #574979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574979 on black background.


Color preview on white background

This text has color #574979 on white background.



Black color preview on #574979 background

This text has black color on #574979 background.


White color preview on #574979 background

This text has white color on #574979 background.