COLOR #505054

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

Color info

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

RGB color model

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

RGB: (80,80,84) (31%, 31%, 33%)

RGB channels and saturation

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

80
80
84

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

Portions of RGB colors in percentages

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

%32.79
%32.79
%34.43

CMYK color model

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

  • cyan value is 4.76%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (5,5,0,67)
C5M5Y0K67 (5%, 5%, 0%, 67%)
(0.05 / 0.05 / 0.00 / 0.67)

CMYK percentages

%4.76
%4.76
%0
%67.06

Codes

Color #505054 in popluar color models

50 50 54
RGB 80 80 84
HSL 240° 2.44% 32.16%
HSB/HSV 240° 4.76% 32.94%
CMYK 4.76% 4.76% 0.00%
67.06%

Color #505054 in popluar number systems.

HEX 50 50 54
Decimal 80 80 84
Binary 1010000 1010000 1010100
Octal 120 120 124

Shades and tints

Shades of #505054

#505054
(80,80,84)
#49494D
(73,73,77)
#424246
(66,66,70)
#3B3B3F
(59,59,63)
#343438
(52,52,56)
#2D2D31
(45,45,49)
#26262A
(38,38,42)
#1F1F23
(31,31,35)
#18181C
(24,24,28)
#111115
(17,17,21)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #505054

#505054
(80,80,84)
#5F5F63
(95,95,99)
#6E6E72
(110,110,114)
#7D7D81
(125,125,129)
#8C8C90
(140,140,144)
#9B9B9F
(155,155,159)
#AAAAAE
(170,170,174)
#B9B9BD
(185,185,189)
#C8C8CC
(200,200,204)
#D7D7DB
(215,215,219)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505054; }

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

This text font color is #505054.

Background Color

.myBgColor { background-color: #505054; }

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

This div background color is #505054.

Border color

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

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

This div border color is #505054.

Opacity

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

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

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

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

This text has shadow with #505054 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505054.

Preview

Color preview on black background

This text has color #505054 on black background.


Color preview on white background

This text has color #505054 on white background.


Black color preview on #505054 background

This text has black color on #505054 background.


White color preview on #505054 background

This text has white color on #505054 background.


Related colors

Complementary color

Complementary color for #hex is #AFAFAB.


I love getcolorcode.com