COLOR #50414E

HEX: #50414E
RGB: (80,65,78)

Color info

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

RGB color model

#50414E color RGB value is (80,65,78).

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

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 78 of 255 = 31%

80
65
78

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

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 78 = 223 (100%)
R 80 of 223 ~ 35.87%
G 65 of 223 ~ 29.15%
B 78 of 223 ~ 34.98%

%35.87
%29.15
%34.98

CMYK color model

#50414E color CMYK value is (0,19,2,69).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 2.50%
  • key color value is 68.63%
CMYK:
(0,19,2,69)
C0M19Y2K69 
(0%,19%,2%,69%)
(0.00/0.19/0.02/0.69)	

CMYK percentages

%0
%18.75
%2.5
%68.63

Codes

Color #50414E in popluar color models

50414E
RGB806578
HSL308°10.34%28.43%
HSB/HSV308°18.75%31.37%
CMYK0.00%18.75%2.50%
68.63%

Color #50414E in popluar number systems.

HEX50414E
Decimal806578
Binary101000010000011001110
Octal120101116

Shades and tints

Shades of #50414E

#50414E
(80,65,78)
#493C47
(73,60,71)
#423740
(66,55,64)
#3B3239
(59,50,57)
#342D32
(52,45,50)
#2D282B
(45,40,43)
#262324
(38,35,36)
#1F1E1D
(31,30,29)
#181916
(24,25,22)
#11140F
(17,20,15)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #50414E

#50414E
(80,65,78)
#5F525E
(95,82,94)
#6E636E
(110,99,110)
#7D747E
(125,116,126)
#8C858E
(140,133,142)
#9B969E
(155,150,158)
#AAA7AE
(170,167,174)
#B9B8BE
(185,184,190)
#C8C9CE
(200,201,206)
#D7DADE
(215,218,222)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50414E; }

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

This text font color is #50414E.


Background Color

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

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

This div background color is #50414E.


Border color

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

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

This div border color is #50414E.


Opacity

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

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

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

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

This text has shadow with #50414E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50414E on black background.


Color preview on white background

This text has color #50414E on white background.



Black color preview on #50414E background

This text has black color on #50414E background.


White color preview on #50414E background

This text has white color on #50414E background.