COLOR #574857

HEX: #574857
RGB: (87,72,87)

Color info

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

RGB color model

#574857 color RGB value is (87,72,87).

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

RGB channels and saturation

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

87
72
87

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

Portions of RGB colors in percentages

R + G + B =
87 + 72 + 87 = 246 (100%)
R 87 of 246 ~ 35.37%
G 72 of 246 ~ 29.27%
B 87 of 246 ~ 35.37%

%35.37
%29.27
%35.37

CMYK color model

#574857 color CMYK value is (0,17,0,66).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(0,17,0,66)
C0M17Y0K66 
(0%,17%,0%,66%)
(0.00/0.17/0.00/0.66)	

CMYK percentages

%0
%17.24
%0
%65.88

Codes

Color #574857 in popluar color models

574857
RGB877287
HSL300°9.43%31.18%
HSB/HSV300°17.24%34.12%
CMYK0.00%17.24%0.00%
65.88%

Color #574857 in popluar number systems.

HEX574857
Decimal877287
Binary101011110010001010111
Octal127110127

Shades and tints

Shades of #574857

#574857
(87,72,87)
#504250
(80,66,80)
#493C49
(73,60,73)
#423642
(66,54,66)
#3B303B
(59,48,59)
#342A34
(52,42,52)
#2D242D
(45,36,45)
#261E26
(38,30,38)
#1F181F
(31,24,31)
#181218
(24,18,24)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #574857

#574857
(87,72,87)
#665866
(102,88,102)
#756875
(117,104,117)
#847884
(132,120,132)
#938893
(147,136,147)
#A298A2
(162,152,162)
#B1A8B1
(177,168,177)
#C0B8C0
(192,184,192)
#CFC8CF
(207,200,207)
#DED8DE
(222,216,222)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574857; }

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

This text font color is #574857.


Background Color

.myBgColor { background-color: #574857; }

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

This div background color is #574857.


Border color

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

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

This div border color is #574857.


Opacity

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

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

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

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

This text has shadow with #574857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574857 on black background.


Color preview on white background

This text has color #574857 on white background.



Black color preview on #574857 background

This text has black color on #574857 background.


White color preview on #574857 background

This text has white color on #574857 background.