COLOR #574F50

HEX: #574F50 RGB: (87,79,80)

Color info

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

RGB color model

#574F50 color RGB value is (87,79,80).

RGB: (87,79,80) (34%, 31%, 31%)

RGB channels and saturation

R 87 of 255 = 34%
G 79 of 255 = 31%
B 80 of 255 = 31%

87
79
80

R + G + B ~ 32%. #574F50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 79 + 80 = 246 (100%)
R 87 of 246 ~ 35.37%
G 79 of 246 ~ 32.11%
B 80 of 246 ~ 32.52'%

%35.37
%32.11
%32.52

CMYK color model

#574F50 color CMYK value is (0,9,8,66).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 8.05%
  • key color value is 65.88%

CMYK: (0,9,8,66)
C0M9Y8K66 (0%, 9%, 8%, 66%)
(0.00 / 0.09 / 0.08 / 0.66)

CMYK percentages

%0
%9.2
%8.05
%65.88

Codes

Color #574F50 in popluar color models

57 4F 50
RGB 87 79 80
HSL 353° 4.82% 32.55%
HSB/HSV 353° 9.20% 34.12%
CMYK 0.00% 9.20% 8.05%
65.88%

Color #574F50 in popluar number systems.

HEX 57 4F 50
Decimal 87 79 80
Binary 1010111 1001111 1010000
Octal 127 117 120

Shades and tints

Shades of #574F50

#574F50
(87,79,80)
#504849
(80,72,73)
#494142
(73,65,66)
#423A3B
(66,58,59)
#3B3334
(59,51,52)
#342C2D
(52,44,45)
#2D2526
(45,37,38)
#261E1F
(38,30,31)
#1F1718
(31,23,24)
#181011
(24,16,17)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #574F50

#574F50
(87,79,80)
#665F5F
(102,95,95)
#756F6E
(117,111,110)
#847F7D
(132,127,125)
#938F8C
(147,143,140)
#A29F9B
(162,159,155)
#B1AFAA
(177,175,170)
#C0BFB9
(192,191,185)
#CFCFC8
(207,207,200)
#DEDFD7
(222,223,215)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574F50; }

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

This text font color is #574F50.

Background Color

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

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

This div background color is #574F50.

Border color

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

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

This div border color is #574F50.

Opacity

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

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

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

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

This text has shadow with #574F50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #574F50.

Preview

Color preview on black background

This text has color #574F50 on black background.


Color preview on white background

This text has color #574F50 on white background.


Black color preview on #574F50 background

This text has black color on #574F50 background.


White color preview on #574F50 background

This text has white color on #574F50 background.


Related colors

Complementary color

Complementary color for #hex is #A8B0AF.


I love getcolorcode.com

Triadic colors

1 #50574F and #4F5057 with #574F50 are triadic colors.

2 #504F57 and #4F5750 with #574F50 are triadic colors.