COLOR #50474E

HEX: #50474E
RGB: (80,71,78)

Color info

#50474E contains red, green and blue colors in about the same proportion. Web safe color of #50474E is #663366 (or #636).

RGB color model

#50474E color RGB value is (80,71,78).

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

RGB channels and saturation

R 80 of 255 = 31%
G 71 of 255 = 28%
B 78 of 255 = 31%

80
71
78

R + G + B ~ 30%. #50474E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 71 + 78 = 229 (100%)
R 80 of 229 ~ 34.93%
G 71 of 229 ~ 31%
B 78 of 229 ~ 34.06%

%34.93
%31
%34.06

CMYK color model

#50474E color CMYK value is (0,11,2,69).

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 2.50%
  • key color value is 68.63%
CMYK:
(0,11,2,69)
C0M11Y2K69 
(0%,11%,2%,69%)
(0.00/0.11/0.02/0.69)	

CMYK percentages

%0
%11.25
%2.5
%68.63

Codes

Color #50474E in popluar color models

50474E
RGB807178
HSL313°5.96%29.61%
HSB/HSV313°11.25%31.37%
CMYK0.00%11.25%2.50%
68.63%

Color #50474E in popluar number systems.

HEX50474E
Decimal807178
Binary101000010001111001110
Octal120107116

Shades and tints

Shades of #50474E

#50474E
(80,71,78)
#494147
(73,65,71)
#423B40
(66,59,64)
#3B3539
(59,53,57)
#342F32
(52,47,50)
#2D292B
(45,41,43)
#262324
(38,35,36)
#1F1D1D
(31,29,29)
#181716
(24,23,22)
#11110F
(17,17,15)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #50474E

#50474E
(80,71,78)
#5F575E
(95,87,94)
#6E676E
(110,103,110)
#7D777E
(125,119,126)
#8C878E
(140,135,142)
#9B979E
(155,151,158)
#AAA7AE
(170,167,174)
#B9B7BE
(185,183,190)
#C8C7CE
(200,199,206)
#D7D7DE
(215,215,222)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50474E; }

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

This text font color is #50474E.


Background Color

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

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

This div background color is #50474E.


Border color

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

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

This div border color is #50474E.


Opacity

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

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

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

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

This text has shadow with #50474E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50474E on black background.


Color preview on white background

This text has color #50474E on white background.



Black color preview on #50474E background

This text has black color on #50474E background.


White color preview on #50474E background

This text has white color on #50474E background.