COLOR #50544E

HEX: #50544E
RGB: (80,84,78)

Color info

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

RGB color model

#50544E color RGB value is (80,84,78).

  • red value is 80;
  • green value is 84;
  • blue value is 78.
RGB:
(80,84,78)
(31%,33%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 84 of 255 = 33%
B 78 of 255 = 31%

80
84
78

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

Portions of RGB colors in percentages

R + G + B =
80 + 84 + 78 = 242 (100%)
R 80 of 242 ~ 33.06%
G 84 of 242 ~ 34.71%
B 78 of 242 ~ 32.23%

%33.06
%34.71
%32.23

CMYK color model

#50544E color CMYK value is (5,0,7,67).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 67.06%
CMYK:
(5,0,7,67)
C5M0Y7K67 
(5%,0%,7%,67%)
(0.05/0.00/0.07/0.67)	

CMYK percentages

%4.76
%0
%7.14
%67.06

Codes

Color #50544E in popluar color models

50544E
RGB808478
HSL100°3.70%31.76%
HSB/HSV100°7.14%32.94%
CMYK4.76%0.00%7.14%
67.06%

Color #50544E in popluar number systems.

HEX50544E
Decimal808478
Binary101000010101001001110
Octal120124116

Shades and tints

Shades of #50544E

#50544E
(80,84,78)
#494D47
(73,77,71)
#424640
(66,70,64)
#3B3F39
(59,63,57)
#343832
(52,56,50)
#2D312B
(45,49,43)
#262A24
(38,42,36)
#1F231D
(31,35,29)
#181C16
(24,28,22)
#11150F
(17,21,15)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #50544E

#50544E
(80,84,78)
#5F635E
(95,99,94)
#6E726E
(110,114,110)
#7D817E
(125,129,126)
#8C908E
(140,144,142)
#9B9F9E
(155,159,158)
#AAAEAE
(170,174,174)
#B9BDBE
(185,189,190)
#C8CCCE
(200,204,206)
#D7DBDE
(215,219,222)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50544E; }

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

This text font color is #50544E.


Background Color

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

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

This div background color is #50544E.


Border color

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

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

This div border color is #50544E.


Opacity

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

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

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

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

This text has shadow with #50544E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50544E on black background.


Color preview on white background

This text has color #50544E on white background.



Black color preview on #50544E background

This text has black color on #50544E background.


White color preview on #50544E background

This text has white color on #50544E background.