COLOR #50494D

HEX: #50494D
RGB: (80,73,77)

Color info

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

RGB color model

#50494D color RGB value is (80,73,77).

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

RGB channels and saturation

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

80
73
77

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

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 77 = 230 (100%)
R 80 of 230 ~ 34.78%
G 73 of 230 ~ 31.74%
B 77 of 230 ~ 33.48%

%34.78
%31.74
%33.48

CMYK color model

#50494D color CMYK value is (0,9,4,69).

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 3.75%
  • key color value is 68.63%
CMYK:
(0,9,4,69)
C0M9Y4K69 
(0%,9%,4%,69%)
(0.00/0.09/0.04/0.69)	

CMYK percentages

%0
%8.75
%3.75
%68.63

Codes

Color #50494D in popluar color models

50494D
RGB807377
HSL326°4.58%30.00%
HSB/HSV326°8.75%31.37%
CMYK0.00%8.75%3.75%
68.63%

Color #50494D in popluar number systems.

HEX50494D
Decimal807377
Binary101000010010011001101
Octal120111115

Shades and tints

Shades of #50494D

#50494D
(80,73,77)
#494346
(73,67,70)
#423D3F
(66,61,63)
#3B3738
(59,55,56)
#343131
(52,49,49)
#2D2B2A
(45,43,42)
#262523
(38,37,35)
#1F1F1C
(31,31,28)
#181915
(24,25,21)
#11130E
(17,19,14)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #50494D

#50494D
(80,73,77)
#5F595D
(95,89,93)
#6E696D
(110,105,109)
#7D797D
(125,121,125)
#8C898D
(140,137,141)
#9B999D
(155,153,157)
#AAA9AD
(170,169,173)
#B9B9BD
(185,185,189)
#C8C9CD
(200,201,205)
#D7D9DD
(215,217,221)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50494D; }

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

This text font color is #50494D.


Background Color

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

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

This div background color is #50494D.


Border color

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

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

This div border color is #50494D.


Opacity

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

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

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

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

This text has shadow with #50494D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50494D on black background.


Color preview on white background

This text has color #50494D on white background.



Black color preview on #50494D background

This text has black color on #50494D background.


White color preview on #50494D background

This text has white color on #50494D background.