COLOR #50574E

HEX: #50574E RGB: (80,87,78)

Color info

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

RGB color model

#50574E color RGB value is (80,87,78).

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

RGB channels and saturation

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

80
87
78

R + G + B ~ 32%. #50574E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 87 + 78 = 245 (100%)
R 80 of 245 ~ 32.65%
G 87 of 245 ~ 35.51%
B 78 of 245 ~ 31.84'%

%32.65
%35.51
%31.84

CMYK color model

#50574E color CMYK value is (8,0,10,66).

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

CMYK: (8,0,10,66)
C8M0Y10K66 (8%, 0%, 10%, 66%)
(0.08 / 0.00 / 0.10 / 0.66)

CMYK percentages

%8.05
%0
%10.34
%65.88

Codes

Color #50574E in popluar color models

50 57 4E
RGB 80 87 78
HSL 107° 5.45% 32.35%
HSB/HSV 107° 10.34% 34.12%
CMYK 8.05% 0.00% 10.34%
65.88%

Color #50574E in popluar number systems.

HEX 50 57 4E
Decimal 80 87 78
Binary 1010000 1010111 1001110
Octal 120 127 116

Shades and tints

Shades of #50574E

#50574E
(80,87,78)
#495047
(73,80,71)
#424940
(66,73,64)
#3B4239
(59,66,57)
#343B32
(52,59,50)
#2D342B
(45,52,43)
#262D24
(38,45,36)
#1F261D
(31,38,29)
#181F16
(24,31,22)
#11180F
(17,24,15)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #50574E

#50574E
(80,87,78)
#5F665E
(95,102,94)
#6E756E
(110,117,110)
#7D847E
(125,132,126)
#8C938E
(140,147,142)
#9BA29E
(155,162,158)
#AAB1AE
(170,177,174)
#B9C0BE
(185,192,190)
#C8CFCE
(200,207,206)
#D7DEDE
(215,222,222)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50574E; }

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

This text font color is #50574E.

Background Color

.myBgColor { background-color: #50574E; }

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

This div background color is #50574E.

Border color

.myBorderColor { border: 1px solid #50574E; }

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

This div border color is #50574E.

Opacity

.myOpacity80 { color: #50574E; opacity: 0.8; }

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

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

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

This text has shadow with #50574E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50574E.

Preview

Color preview on black background

This text has color #50574E on black background.


Color preview on white background

This text has color #50574E on white background.


Black color preview on #50574E background

This text has black color on #50574E background.


White color preview on #50574E background

This text has white color on #50574E background.


Related colors

Complementary color

Complementary color for #hex is #AFA8B1.


I love getcolorcode.com

Triadic colors

1 #4E5057 and #574E50 with #50574E are triadic colors.

2 #4E5750 and #57504E with #50574E are triadic colors.