COLOR #50424E

HEX: #50424E
RGB: (80,66,78)

Color info

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

RGB color model

#50424E color RGB value is (80,66,78).

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

RGB channels and saturation

R 80 of 255 = 31%
G 66 of 255 = 26%
B 78 of 255 = 31%

80
66
78

R + G + B ~ 29%. #50424E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 66 + 78 = 224 (100%)
R 80 of 224 ~ 35.71%
G 66 of 224 ~ 29.46%
B 78 of 224 ~ 34.82%

%35.71
%29.46
%34.82

CMYK color model

#50424E color CMYK value is (0,18,2,69).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 2.50%
  • key color value is 68.63%
CMYK:
(0,18,2,69)
C0M18Y2K69 
(0%,18%,2%,69%)
(0.00/0.18/0.02/0.69)	

CMYK percentages

%0
%17.5
%2.5
%68.63

Codes

Color #50424E in popluar color models

50424E
RGB806678
HSL309°9.59%28.63%
HSB/HSV309°17.50%31.37%
CMYK0.00%17.50%2.50%
68.63%

Color #50424E in popluar number systems.

HEX50424E
Decimal806678
Binary101000010000101001110
Octal120102116

Shades and tints

Shades of #50424E

#50424E
(80,66,78)
#493C47
(73,60,71)
#423640
(66,54,64)
#3B3039
(59,48,57)
#342A32
(52,42,50)
#2D242B
(45,36,43)
#261E24
(38,30,36)
#1F181D
(31,24,29)
#181216
(24,18,22)
#110C0F
(17,12,15)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #50424E

#50424E
(80,66,78)
#5F535E
(95,83,94)
#6E646E
(110,100,110)
#7D757E
(125,117,126)
#8C868E
(140,134,142)
#9B979E
(155,151,158)
#AAA8AE
(170,168,174)
#B9B9BE
(185,185,190)
#C8CACE
(200,202,206)
#D7DBDE
(215,219,222)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50424E; }

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

This text font color is #50424E.


Background Color

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

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

This div background color is #50424E.


Border color

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

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

This div border color is #50424E.


Opacity

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

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

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

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

This text has shadow with #50424E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50424E on black background.


Color preview on white background

This text has color #50424E on white background.



Black color preview on #50424E background

This text has black color on #50424E background.


White color preview on #50424E background

This text has white color on #50424E background.