COLOR #50424F

HEX: #50424F
RGB: (80,66,79)

Color info

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

RGB color model

#50424F color RGB value is (80,66,79).

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

RGB channels and saturation

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

80
66
79

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

Portions of RGB colors in percentages

R + G + B =
80 + 66 + 79 = 225 (100%)
R 80 of 225 ~ 35.56%
G 66 of 225 ~ 29.33%
B 79 of 225 ~ 35.11%

%35.56
%29.33
%35.11

CMYK color model

#50424F color CMYK value is (0,18,1,69).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 1.25%
  • key color value is 68.63%
CMYK:
(0,18,1,69)
C0M18Y1K69 
(0%,18%,1%,69%)
(0.00/0.18/0.01/0.69)	

CMYK percentages

%0
%17.5
%1.25
%68.63

Codes

Color #50424F in popluar color models

50424F
RGB806679
HSL304°9.59%28.63%
HSB/HSV304°17.50%31.37%
CMYK0.00%17.50%1.25%
68.63%

Color #50424F in popluar number systems.

HEX50424F
Decimal806679
Binary101000010000101001111
Octal120102117

Shades and tints

Shades of #50424F

#50424F
(80,66,79)
#493C48
(73,60,72)
#423641
(66,54,65)
#3B303A
(59,48,58)
#342A33
(52,42,51)
#2D242C
(45,36,44)
#261E25
(38,30,37)
#1F181E
(31,24,30)
#181217
(24,18,23)
#110C10
(17,12,16)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #50424F

#50424F
(80,66,79)
#5F535F
(95,83,95)
#6E646F
(110,100,111)
#7D757F
(125,117,127)
#8C868F
(140,134,143)
#9B979F
(155,151,159)
#AAA8AF
(170,168,175)
#B9B9BF
(185,185,191)
#C8CACF
(200,202,207)
#D7DBDF
(215,219,223)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50424F; }

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

This text font color is #50424F.


Background Color

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

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

This div background color is #50424F.


Border color

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

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

This div border color is #50424F.


Opacity

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

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

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

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

This text has shadow with #50424F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50424F on black background.


Color preview on white background

This text has color #50424F on white background.



Black color preview on #50424F background

This text has black color on #50424F background.


White color preview on #50424F background

This text has white color on #50424F background.