COLOR #50504D

HEX: #50504D
RGB: (80,80,77)

Color info

#50504D contains red, green and blue colors in about the same proportion. Web safe color of #50504D is #666633 (or #663).

RGB color model

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

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

RGB channels and saturation

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

80
80
77

R + G + B ~ 31%. #50504D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 80 + 77 = 237 (100%)
R 80 of 237 ~ 33.76%
G 80 of 237 ~ 33.76%
B 77 of 237 ~ 32.49%

%33.76
%33.76
%32.49

CMYK color model

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

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

CMYK percentages

%0
%0
%3.75
%68.63

Codes

Color #50504D in popluar color models

50504D
RGB808077
HSL60°1.91%30.78%
HSB/HSV60°3.75%31.37%
CMYK0.00%0.00%3.75%
68.63%

Color #50504D in popluar number systems.

HEX50504D
Decimal808077
Binary101000010100001001101
Octal120120115

Shades and tints

Shades of #50504D

#50504D
(80,80,77)
#494946
(73,73,70)
#42423F
(66,66,63)
#3B3B38
(59,59,56)
#343431
(52,52,49)
#2D2D2A
(45,45,42)
#262623
(38,38,35)
#1F1F1C
(31,31,28)
#181815
(24,24,21)
#11110E
(17,17,14)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #50504D

#50504D
(80,80,77)
#5F5F5D
(95,95,93)
#6E6E6D
(110,110,109)
#7D7D7D
(125,125,125)
#8C8C8D
(140,140,141)
#9B9B9D
(155,155,157)
#AAAAAD
(170,170,173)
#B9B9BD
(185,185,189)
#C8C8CD
(200,200,205)
#D7D7DD
(215,215,221)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50504D; }

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

This text font color is #50504D.


Background Color

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

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

This div background color is #50504D.


Border color

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

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

This div border color is #50504D.


Opacity

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

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

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

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

This text has shadow with #50504D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50504D on black background.


Color preview on white background

This text has color #50504D on white background.



Black color preview on #50504D background

This text has black color on #50504D background.


White color preview on #50504D background

This text has white color on #50504D background.