COLOR #574F60

HEX: #574F60 RGB: (87,79,96)

Color info

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

RGB color model

#574F60 color RGB value is (87,79,96).

RGB: (87,79,96) (34%, 31%, 38%)

RGB channels and saturation

R 87 of 255 = 34%
G 79 of 255 = 31%
B 96 of 255 = 38%

87
79
96

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

Portions of RGB colors in percentages

R + G + B = 87 + 79 + 96 = 262 (100%)
R 87 of 262 ~ 33.21%
G 79 of 262 ~ 30.15%
B 96 of 262 ~ 36.64'%

%33.21
%30.15
%36.64

CMYK color model

#574F60 color CMYK value is (9,18,0,62).

  • cyan value is 9.38%
  • magenta value is 17.71%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (9,18,0,62)
C9M18Y0K62 (9%, 18%, 0%, 62%)
(0.09 / 0.18 / 0.00 / 0.62)

CMYK percentages

%9.38
%17.71
%0
%62.35

Codes

Color #574F60 in popluar color models

57 4F 60
RGB 87 79 96
HSL 268° 9.71% 34.31%
HSB/HSV 268° 17.71% 37.65%
CMYK 9.38% 17.71% 0.00%
62.35%

Color #574F60 in popluar number systems.

HEX 57 4F 60
Decimal 87 79 96
Binary 1010111 1001111 1100000
Octal 127 117 140

Shades and tints

Shades of #574F60

#574F60
(87,79,96)
#504858
(80,72,88)
#494150
(73,65,80)
#423A48
(66,58,72)
#3B3340
(59,51,64)
#342C38
(52,44,56)
#2D2530
(45,37,48)
#261E28
(38,30,40)
#1F1720
(31,23,32)
#181018
(24,16,24)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #574F60

#574F60
(87,79,96)
#665F6E
(102,95,110)
#756F7C
(117,111,124)
#847F8A
(132,127,138)
#938F98
(147,143,152)
#A29FA6
(162,159,166)
#B1AFB4
(177,175,180)
#C0BFC2
(192,191,194)
#CFCFD0
(207,207,208)
#DEDFDE
(222,223,222)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574F60; }

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

This text font color is #574F60.

Background Color

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

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

This div background color is #574F60.

Border color

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

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

This div border color is #574F60.

Opacity

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

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

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

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

This text has shadow with #574F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #574F60.

Preview

Color preview on black background

This text has color #574F60 on black background.


Color preview on white background

This text has color #574F60 on white background.


Black color preview on #574F60 background

This text has black color on #574F60 background.


White color preview on #574F60 background

This text has white color on #574F60 background.


Related colors

Complementary color

Complementary color for #hex is #A8B09F.


I love getcolorcode.com

Triadic colors

1 #60574F and #4F6057 with #574F60 are triadic colors.

2 #604F57 and #4F5760 with #574F60 are triadic colors.