COLOR #574E5B

HEX: #574E5B
RGB: (87,78,91)

Color info

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

RGB color model

#574E5B color RGB value is (87,78,91).

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

RGB channels and saturation

R 87 of 255 = 34%
G 78 of 255 = 31%
B 91 of 255 = 36%

87
78
91

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

Portions of RGB colors in percentages

R + G + B =
87 + 78 + 91 = 256 (100%)
R 87 of 256 ~ 33.98%
G 78 of 256 ~ 30.47%
B 91 of 256 ~ 35.55%

%33.98
%30.47
%35.55

CMYK color model

#574E5B color CMYK value is (4,14,0,64).

  • cyan value is 4.40%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(4,14,0,64)
C4M14Y0K64 
(4%,14%,0%,64%)
(0.04/0.14/0.00/0.64)	

CMYK percentages

%4.4
%14.29
%0
%64.31

Codes

Color #574E5B in popluar color models

574E5B
RGB877891
HSL282°7.69%33.14%
HSB/HSV282°14.29%35.69%
CMYK4.40%14.29%0.00%
64.31%

Color #574E5B in popluar number systems.

HEX574E5B
Decimal877891
Binary101011110011101011011
Octal127116133

Shades and tints

Shades of #574E5B

#574E5B
(87,78,91)
#504753
(80,71,83)
#49404B
(73,64,75)
#423943
(66,57,67)
#3B323B
(59,50,59)
#342B33
(52,43,51)
#2D242B
(45,36,43)
#261D23
(38,29,35)
#1F161B
(31,22,27)
#180F13
(24,15,19)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #574E5B

#574E5B
(87,78,91)
#665E69
(102,94,105)
#756E77
(117,110,119)
#847E85
(132,126,133)
#938E93
(147,142,147)
#A29EA1
(162,158,161)
#B1AEAF
(177,174,175)
#C0BEBD
(192,190,189)
#CFCECB
(207,206,203)
#DEDED9
(222,222,217)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574E5B; }

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

This text font color is #574E5B.


Background Color

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

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

This div background color is #574E5B.


Border color

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

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

This div border color is #574E5B.


Opacity

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

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

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

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

This text has shadow with #574E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574E5B on black background.


Color preview on white background

This text has color #574E5B on white background.



Black color preview on #574E5B background

This text has black color on #574E5B background.


White color preview on #574E5B background

This text has white color on #574E5B background.