COLOR #574550

HEX: #574550
RGB: (87,69,80)

Color info

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

RGB color model

#574550 color RGB value is (87,69,80).

  • red value is 87;
  • green value is 69;
  • blue value is 80.
RGB:
(87,69,80)
(34%,27%,31%)

RGB channels and saturation

R 87 of 255 = 34%
G 69 of 255 = 27%
B 80 of 255 = 31%

87
69
80

R + G + B ~ 31%. #574550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 69 + 80 = 236 (100%)
R 87 of 236 ~ 36.86%
G 69 of 236 ~ 29.24%
B 80 of 236 ~ 33.9%

%36.86
%29.24
%33.9

CMYK color model

#574550 color CMYK value is (0,21,8,66).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 8.05%
  • key color value is 65.88%
CMYK:
(0,21,8,66)
C0M21Y8K66 
(0%,21%,8%,66%)
(0.00/0.21/0.08/0.66)	

CMYK percentages

%0
%20.69
%8.05
%65.88

Codes

Color #574550 in popluar color models

574550
RGB876980
HSL323°11.54%30.59%
HSB/HSV323°20.69%34.12%
CMYK0.00%20.69%8.05%
65.88%

Color #574550 in popluar number systems.

HEX574550
Decimal876980
Binary101011110001011010000
Octal127105120

Shades and tints

Shades of #574550

#574550
(87,69,80)
#503F49
(80,63,73)
#493942
(73,57,66)
#42333B
(66,51,59)
#3B2D34
(59,45,52)
#34272D
(52,39,45)
#2D2126
(45,33,38)
#261B1F
(38,27,31)
#1F1518
(31,21,24)
#180F11
(24,15,17)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #574550

#574550
(87,69,80)
#66555F
(102,85,95)
#75656E
(117,101,110)
#84757D
(132,117,125)
#93858C
(147,133,140)
#A2959B
(162,149,155)
#B1A5AA
(177,165,170)
#C0B5B9
(192,181,185)
#CFC5C8
(207,197,200)
#DED5D7
(222,213,215)
#EDE5E6
(237,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574550; }

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

This text font color is #574550.


Background Color

.myBgColor { background-color: #574550; }

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

This div background color is #574550.


Border color

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

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

This div border color is #574550.


Opacity

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

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

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

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

This text has shadow with #574550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574550 on black background.


Color preview on white background

This text has color #574550 on white background.



Black color preview on #574550 background

This text has black color on #574550 background.


White color preview on #574550 background

This text has white color on #574550 background.