COLOR #50574C

HEX: #50574C RGB: (80,87,76)

Color info

#50574C contains red, green and blue colors in about the same proportion. Web safe color of #50574C is #666633 (or #663).

RGB color model

#50574C color RGB value is (80,87,76).

RGB: (80,87,76) (31%, 34%, 30%)

RGB channels and saturation

R 80 of 255 = 31%
G 87 of 255 = 34%
B 76 of 255 = 30%

80
87
76

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

Portions of RGB colors in percentages

R + G + B = 80 + 87 + 76 = 243 (100%)
R 80 of 243 ~ 32.92%
G 87 of 243 ~ 35.8%
B 76 of 243 ~ 31.28'%

%32.92
%35.8
%31.28

CMYK color model

#50574C color CMYK value is (8,0,13,66).

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

CMYK: (8,0,13,66)
C8M0Y13K66 (8%, 0%, 13%, 66%)
(0.08 / 0.00 / 0.13 / 0.66)

CMYK percentages

%8.05
%0
%12.64
%65.88

Codes

Color #50574C in popluar color models

50 57 4C
RGB 80 87 76
HSL 98° 6.75% 31.96%
HSB/HSV 98° 12.64% 34.12%
CMYK 8.05% 0.00% 12.64%
65.88%

Color #50574C in popluar number systems.

HEX 50 57 4C
Decimal 80 87 76
Binary 1010000 1010111 1001100
Octal 120 127 114

Shades and tints

Shades of #50574C

#50574C
(80,87,76)
#495046
(73,80,70)
#424940
(66,73,64)
#3B423A
(59,66,58)
#343B34
(52,59,52)
#2D342E
(45,52,46)
#262D28
(38,45,40)
#1F2622
(31,38,34)
#181F1C
(24,31,28)
#111816
(17,24,22)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #50574C

#50574C
(80,87,76)
#5F665C
(95,102,92)
#6E756C
(110,117,108)
#7D847C
(125,132,124)
#8C938C
(140,147,140)
#9BA29C
(155,162,156)
#AAB1AC
(170,177,172)
#B9C0BC
(185,192,188)
#C8CFCC
(200,207,204)
#D7DEDC
(215,222,220)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50574C; }

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

This text font color is #50574C.

Background Color

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

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

This div background color is #50574C.

Border color

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

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

This div border color is #50574C.

Opacity

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

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

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

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

This text has shadow with #50574C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50574C.

Preview

Color preview on black background

This text has color #50574C on black background.


Color preview on white background

This text has color #50574C on white background.


Black color preview on #50574C background

This text has black color on #50574C background.


White color preview on #50574C background

This text has white color on #50574C background.


Related colors

Complementary color

Complementary color for #hex is #AFA8B3.


I love getcolorcode.com

Triadic colors

1 #4C5057 and #574C50 with #50574C are triadic colors.

2 #4C5750 and #57504C with #50574C are triadic colors.