COLOR #50494C

HEX: #50494C
RGB: (80,73,76)

Color info

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

RGB color model

#50494C color RGB value is (80,73,76).

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

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 76 of 255 = 30%

80
73
76

R + G + B ~ 30%. #50494C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 76 = 229 (100%)
R 80 of 229 ~ 34.93%
G 73 of 229 ~ 31.88%
B 76 of 229 ~ 33.19%

%34.93
%31.88
%33.19

CMYK color model

#50494C color CMYK value is (0,9,5,69).

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 5.00%
  • key color value is 68.63%
CMYK:
(0,9,5,69)
C0M9Y5K69 
(0%,9%,5%,69%)
(0.00/0.09/0.05/0.69)	

CMYK percentages

%0
%8.75
%5
%68.63

Codes

Color #50494C in popluar color models

50494C
RGB807376
HSL334°4.58%30.00%
HSB/HSV334°8.75%31.37%
CMYK0.00%8.75%5.00%
68.63%

Color #50494C in popluar number systems.

HEX50494C
Decimal807376
Binary101000010010011001100
Octal120111114

Shades and tints

Shades of #50494C

#50494C
(80,73,76)
#494346
(73,67,70)
#423D40
(66,61,64)
#3B373A
(59,55,58)
#343134
(52,49,52)
#2D2B2E
(45,43,46)
#262528
(38,37,40)
#1F1F22
(31,31,34)
#18191C
(24,25,28)
#111316
(17,19,22)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #50494C

#50494C
(80,73,76)
#5F595C
(95,89,92)
#6E696C
(110,105,108)
#7D797C
(125,121,124)
#8C898C
(140,137,140)
#9B999C
(155,153,156)
#AAA9AC
(170,169,172)
#B9B9BC
(185,185,188)
#C8C9CC
(200,201,204)
#D7D9DC
(215,217,220)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50494C; }

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

This text font color is #50494C.


Background Color

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

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

This div background color is #50494C.


Border color

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

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

This div border color is #50494C.


Opacity

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

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

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

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

This text has shadow with #50494C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50494C on black background.


Color preview on white background

This text has color #50494C on white background.



Black color preview on #50494C background

This text has black color on #50494C background.


White color preview on #50494C background

This text has white color on #50494C background.