COLOR #505063

HEX: #505063 RGB: (80,80,99)

Color info

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

RGB color model

#505063 color RGB value is (80,80,99).

RGB: (80,80,99) (31%, 31%, 39%)

RGB channels and saturation

R 80 of 255 = 31%
G 80 of 255 = 31%
B 99 of 255 = 39%

80
80
99

R + G + B ~ 34%. #505063 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 80 + 99 = 259 (100%)
R 80 of 259 ~ 30.89%
G 80 of 259 ~ 30.89%
B 99 of 259 ~ 38.22'%

%30.89
%30.89
%38.22

CMYK color model

#505063 color CMYK value is (19,19,0,61).

  • cyan value is 19.19%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (19,19,0,61)
C19M19Y0K61 (19%, 19%, 0%, 61%)
(0.19 / 0.19 / 0.00 / 0.61)

CMYK percentages

%19.19
%19.19
%0
%61.18

Codes

Color #505063 in popluar color models

50 50 63
RGB 80 80 99
HSL 240° 10.61% 35.10%
HSB/HSV 240° 19.19% 38.82%
CMYK 19.19% 19.19% 0.00%
61.18%

Color #505063 in popluar number systems.

HEX 50 50 63
Decimal 80 80 99
Binary 1010000 1010000 1100011
Octal 120 120 143

Shades and tints

Shades of #505063

#505063
(80,80,99)
#49495A
(73,73,90)
#424251
(66,66,81)
#3B3B48
(59,59,72)
#34343F
(52,52,63)
#2D2D36
(45,45,54)
#26262D
(38,38,45)
#1F1F24
(31,31,36)
#18181B
(24,24,27)
#111112
(17,17,18)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #505063

#505063
(80,80,99)
#5F5F71
(95,95,113)
#6E6E7F
(110,110,127)
#7D7D8D
(125,125,141)
#8C8C9B
(140,140,155)
#9B9BA9
(155,155,169)
#AAAAB7
(170,170,183)
#B9B9C5
(185,185,197)
#C8C8D3
(200,200,211)
#D7D7E1
(215,215,225)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505063; }

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

This text font color is #505063.

Background Color

.myBgColor { background-color: #505063; }

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

This div background color is #505063.

Border color

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

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

This div border color is #505063.

Opacity

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

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

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

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

This text has shadow with #505063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505063.

Preview

Color preview on black background

This text has color #505063 on black background.


Color preview on white background

This text has color #505063 on white background.


Black color preview on #505063 background

This text has black color on #505063 background.


White color preview on #505063 background

This text has white color on #505063 background.


Related colors

Complementary color

Complementary color for #hex is #AFAF9C.


I love getcolorcode.com