COLOR #505450

HEX: #505450
RGB: (80,84,80)

Color info

#505450 contains red, green and blue colors in about the same proportion. Web safe color of #505450 is #666666 (or #666).

RGB color model

#505450 color RGB value is (80,84,80).

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

RGB channels and saturation

R 80 of 255 = 31%
G 84 of 255 = 33%
B 80 of 255 = 31%

80
84
80

R + G + B ~ 32%. #505450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 84 + 80 = 244 (100%)
R 80 of 244 ~ 32.79%
G 84 of 244 ~ 34.43%
B 80 of 244 ~ 32.79%

%32.79
%34.43
%32.79

CMYK color model

#505450 color CMYK value is (5,0,5,67).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 67.06%
CMYK:
(5,0,5,67)
C5M0Y5K67 
(5%,0%,5%,67%)
(0.05/0.00/0.05/0.67)	

CMYK percentages

%4.76
%0
%4.76
%67.06

Codes

Color #505450 in popluar color models

505450
RGB808480
HSL120°2.44%32.16%
HSB/HSV120°4.76%32.94%
CMYK4.76%0.00%4.76%
67.06%

Color #505450 in popluar number systems.

HEX505450
Decimal808480
Binary101000010101001010000
Octal120124120

Shades and tints

Shades of #505450

#505450
(80,84,80)
#494D49
(73,77,73)
#424642
(66,70,66)
#3B3F3B
(59,63,59)
#343834
(52,56,52)
#2D312D
(45,49,45)
#262A26
(38,42,38)
#1F231F
(31,35,31)
#181C18
(24,28,24)
#111511
(17,21,17)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #505450

#505450
(80,84,80)
#5F635F
(95,99,95)
#6E726E
(110,114,110)
#7D817D
(125,129,125)
#8C908C
(140,144,140)
#9B9F9B
(155,159,155)
#AAAEAA
(170,174,170)
#B9BDB9
(185,189,185)
#C8CCC8
(200,204,200)
#D7DBD7
(215,219,215)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505450; }

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

This text font color is #505450.


Background Color

.myBgColor { background-color: #505450; }

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

This div background color is #505450.


Border color

.myBorderColor { border: 1px solid #505450; }

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

This div border color is #505450.


Opacity

.myOpacity80 { color: #505450; opacity: 0.8; }

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

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

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

This text has shadow with #505450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505450 on black background.


Color preview on white background

This text has color #505450 on white background.



Black color preview on #505450 background

This text has black color on #505450 background.


White color preview on #505450 background

This text has white color on #505450 background.