COLOR #574C57

HEX: #574C57
RGB: (87,76,87)

Color info

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

RGB color model

#574C57 color RGB value is (87,76,87).

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

RGB channels and saturation

R 87 of 255 = 34%
G 76 of 255 = 30%
B 87 of 255 = 34%

87
76
87

R + G + B ~ 33%. #574C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 76 + 87 = 250 (100%)
R 87 of 250 ~ 34.8%
G 76 of 250 ~ 30.4%
B 87 of 250 ~ 34.8%

%34.8
%30.4
%34.8

CMYK color model

#574C57 color CMYK value is (0,13,0,66).

  • cyan value is 0.00%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(0,13,0,66)
C0M13Y0K66 
(0%,13%,0%,66%)
(0.00/0.13/0.00/0.66)	

CMYK percentages

%0
%12.64
%0
%65.88

Codes

Color #574C57 in popluar color models

574C57
RGB877687
HSL300°6.75%31.96%
HSB/HSV300°12.64%34.12%
CMYK0.00%12.64%0.00%
65.88%

Color #574C57 in popluar number systems.

HEX574C57
Decimal877687
Binary101011110011001010111
Octal127114127

Shades and tints

Shades of #574C57

#574C57
(87,76,87)
#504650
(80,70,80)
#494049
(73,64,73)
#423A42
(66,58,66)
#3B343B
(59,52,59)
#342E34
(52,46,52)
#2D282D
(45,40,45)
#262226
(38,34,38)
#1F1C1F
(31,28,31)
#181618
(24,22,24)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #574C57

#574C57
(87,76,87)
#665C66
(102,92,102)
#756C75
(117,108,117)
#847C84
(132,124,132)
#938C93
(147,140,147)
#A29CA2
(162,156,162)
#B1ACB1
(177,172,177)
#C0BCC0
(192,188,192)
#CFCCCF
(207,204,207)
#DEDCDE
(222,220,222)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574C57; }

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

This text font color is #574C57.


Background Color

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

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

This div background color is #574C57.


Border color

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

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

This div border color is #574C57.


Opacity

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

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

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

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

This text has shadow with #574C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574C57 on black background.


Color preview on white background

This text has color #574C57 on white background.



Black color preview on #574C57 background

This text has black color on #574C57 background.


White color preview on #574C57 background

This text has white color on #574C57 background.