COLOR #574759

HEX: #574759
RGB: (87,71,89)

Color info

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

RGB color model

#574759 color RGB value is (87,71,89).

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

RGB channels and saturation

R 87 of 255 = 34%
G 71 of 255 = 28%
B 89 of 255 = 35%

87
71
89

R + G + B ~ 32%. #574759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 71 + 89 = 247 (100%)
R 87 of 247 ~ 35.22%
G 71 of 247 ~ 28.74%
B 89 of 247 ~ 36.03%

%35.22
%28.74
%36.03

CMYK color model

#574759 color CMYK value is (2,20,0,65).

  • cyan value is 2.25%
  • magenta value is 20.22%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(2,20,0,65)
C2M20Y0K65 
(2%,20%,0%,65%)
(0.02/0.20/0.00/0.65)	

CMYK percentages

%2.25
%20.22
%0
%65.1

Codes

Color #574759 in popluar color models

574759
RGB877189
HSL293°11.25%31.37%
HSB/HSV293°20.22%34.90%
CMYK2.25%20.22%0.00%
65.10%

Color #574759 in popluar number systems.

HEX574759
Decimal877189
Binary101011110001111011001
Octal127107131

Shades and tints

Shades of #574759

#574759
(87,71,89)
#504151
(80,65,81)
#493B49
(73,59,73)
#423541
(66,53,65)
#3B2F39
(59,47,57)
#342931
(52,41,49)
#2D2329
(45,35,41)
#261D21
(38,29,33)
#1F1719
(31,23,25)
#181111
(24,17,17)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #574759

#574759
(87,71,89)
#665768
(102,87,104)
#756777
(117,103,119)
#847786
(132,119,134)
#938795
(147,135,149)
#A297A4
(162,151,164)
#B1A7B3
(177,167,179)
#C0B7C2
(192,183,194)
#CFC7D1
(207,199,209)
#DED7E0
(222,215,224)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574759; }

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

This text font color is #574759.


Background Color

.myBgColor { background-color: #574759; }

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

This div background color is #574759.


Border color

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

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

This div border color is #574759.


Opacity

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

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

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

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

This text has shadow with #574759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574759 on black background.


Color preview on white background

This text has color #574759 on white background.



Black color preview on #574759 background

This text has black color on #574759 background.


White color preview on #574759 background

This text has white color on #574759 background.