COLOR #50414F

HEX: #50414F
RGB: (80,65,79)

Color info

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

RGB color model

#50414F color RGB value is (80,65,79).

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

RGB channels and saturation

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

80
65
79

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

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 79 = 224 (100%)
R 80 of 224 ~ 35.71%
G 65 of 224 ~ 29.02%
B 79 of 224 ~ 35.27%

%35.71
%29.02
%35.27

CMYK color model

#50414F color CMYK value is (0,19,1,69).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 1.25%
  • key color value is 68.63%
CMYK:
(0,19,1,69)
C0M19Y1K69 
(0%,19%,1%,69%)
(0.00/0.19/0.01/0.69)	

CMYK percentages

%0
%18.75
%1.25
%68.63

Codes

Color #50414F in popluar color models

50414F
RGB806579
HSL304°10.34%28.43%
HSB/HSV304°18.75%31.37%
CMYK0.00%18.75%1.25%
68.63%

Color #50414F in popluar number systems.

HEX50414F
Decimal806579
Binary101000010000011001111
Octal120101117

Shades and tints

Shades of #50414F

#50414F
(80,65,79)
#493C48
(73,60,72)
#423741
(66,55,65)
#3B323A
(59,50,58)
#342D33
(52,45,51)
#2D282C
(45,40,44)
#262325
(38,35,37)
#1F1E1E
(31,30,30)
#181917
(24,25,23)
#111410
(17,20,16)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #50414F

#50414F
(80,65,79)
#5F525F
(95,82,95)
#6E636F
(110,99,111)
#7D747F
(125,116,127)
#8C858F
(140,133,143)
#9B969F
(155,150,159)
#AAA7AF
(170,167,175)
#B9B8BF
(185,184,191)
#C8C9CF
(200,201,207)
#D7DADF
(215,218,223)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50414F; }

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

This text font color is #50414F.


Background Color

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

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

This div background color is #50414F.


Border color

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

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

This div border color is #50414F.


Opacity

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

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

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

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

This text has shadow with #50414F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50414F on black background.


Color preview on white background

This text has color #50414F on white background.



Black color preview on #50414F background

This text has black color on #50414F background.


White color preview on #50414F background

This text has white color on #50414F background.