COLOR #50424C

HEX: #50424C
RGB: (80,66,76)

Color info

#50424C contains red, green and blue colors in about the same proportion. Web safe color of #50424C is #663333 (or #633).

RGB color model

#50424C color RGB value is (80,66,76).

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

RGB channels and saturation

R 80 of 255 = 31%
G 66 of 255 = 26%
B 76 of 255 = 30%

80
66
76

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

Portions of RGB colors in percentages

R + G + B =
80 + 66 + 76 = 222 (100%)
R 80 of 222 ~ 36.04%
G 66 of 222 ~ 29.73%
B 76 of 222 ~ 34.23%

%36.04
%29.73
%34.23

CMYK color model

#50424C color CMYK value is (0,18,5,69).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 5.00%
  • key color value is 68.63%
CMYK:
(0,18,5,69)
C0M18Y5K69 
(0%,18%,5%,69%)
(0.00/0.18/0.05/0.69)	

CMYK percentages

%0
%17.5
%5
%68.63

Codes

Color #50424C in popluar color models

50424C
RGB806676
HSL317°9.59%28.63%
HSB/HSV317°17.50%31.37%
CMYK0.00%17.50%5.00%
68.63%

Color #50424C in popluar number systems.

HEX50424C
Decimal806676
Binary101000010000101001100
Octal120102114

Shades and tints

Shades of #50424C

#50424C
(80,66,76)
#493C46
(73,60,70)
#423640
(66,54,64)
#3B303A
(59,48,58)
#342A34
(52,42,52)
#2D242E
(45,36,46)
#261E28
(38,30,40)
#1F1822
(31,24,34)
#18121C
(24,18,28)
#110C16
(17,12,22)
#0A0610
(10,6,16)
#000000
(0,0,0)

Tints of #50424C

#50424C
(80,66,76)
#5F535C
(95,83,92)
#6E646C
(110,100,108)
#7D757C
(125,117,124)
#8C868C
(140,134,140)
#9B979C
(155,151,156)
#AAA8AC
(170,168,172)
#B9B9BC
(185,185,188)
#C8CACC
(200,202,204)
#D7DBDC
(215,219,220)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50424C; }

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

This text font color is #50424C.


Background Color

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

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

This div background color is #50424C.


Border color

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

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

This div border color is #50424C.


Opacity

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

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

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

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

This text has shadow with #50424C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50424C on black background.


Color preview on white background

This text has color #50424C on white background.



Black color preview on #50424C background

This text has black color on #50424C background.


White color preview on #50424C background

This text has white color on #50424C background.