COLOR #574E61

HEX: #574E61
RGB: (87,78,97)

Color info

#574E61 contains red, green and blue colors in about the same proportion. Web safe color of #574E61 is #666666 (or #666).

RGB color model

#574E61 color RGB value is (87,78,97).

  • red value is 87;
  • green value is 78;
  • blue value is 97.
RGB:
(87,78,97)
(34%,31%,38%)

RGB channels and saturation

R 87 of 255 = 34%
G 78 of 255 = 31%
B 97 of 255 = 38%

87
78
97

R + G + B ~ 34%. #574E61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 78 + 97 = 262 (100%)
R 87 of 262 ~ 33.21%
G 78 of 262 ~ 29.77%
B 97 of 262 ~ 37.02%

%33.21
%29.77
%37.02

CMYK color model

#574E61 color CMYK value is (10,20,0,62).

  • cyan value is 10.31%
  • magenta value is 19.59%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(10,20,0,62)
C10M20Y0K62 
(10%,20%,0%,62%)
(0.10/0.20/0.00/0.62)	

CMYK percentages

%10.31
%19.59
%0
%61.96

Codes

Color #574E61 in popluar color models

574E61
RGB877897
HSL268°10.86%34.31%
HSB/HSV268°19.59%38.04%
CMYK10.31%19.59%0.00%
61.96%

Color #574E61 in popluar number systems.

HEX574E61
Decimal877897
Binary101011110011101100001
Octal127116141

Shades and tints

Shades of #574E61

#574E61
(87,78,97)
#504759
(80,71,89)
#494051
(73,64,81)
#423949
(66,57,73)
#3B3241
(59,50,65)
#342B39
(52,43,57)
#2D2431
(45,36,49)
#261D29
(38,29,41)
#1F1621
(31,22,33)
#180F19
(24,15,25)
#110811
(17,8,17)
#000000
(0,0,0)

Tints of #574E61

#574E61
(87,78,97)
#665E6F
(102,94,111)
#756E7D
(117,110,125)
#847E8B
(132,126,139)
#938E99
(147,142,153)
#A29EA7
(162,158,167)
#B1AEB5
(177,174,181)
#C0BEC3
(192,190,195)
#CFCED1
(207,206,209)
#DEDEDF
(222,222,223)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574E61; }

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

This text font color is #574E61.


Background Color

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

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

This div background color is #574E61.


Border color

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

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

This div border color is #574E61.


Opacity

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

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

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

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

This text has shadow with #574E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574E61 on black background.


Color preview on white background

This text has color #574E61 on white background.



Black color preview on #574E61 background

This text has black color on #574E61 background.


White color preview on #574E61 background

This text has white color on #574E61 background.