COLOR #505062

HEX: #505062 RGB: (80,80,98)

Color info

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

RGB color model

#505062 color RGB value is (80,80,98).

RGB: (80,80,98) (31%, 31%, 38%)

RGB channels and saturation

R 80 of 255 = 31%
G 80 of 255 = 31%
B 98 of 255 = 38%

80
80
98

R + G + B ~ 33%. #505062 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 80 + 98 = 258 (100%)
R 80 of 258 ~ 31.01%
G 80 of 258 ~ 31.01%
B 98 of 258 ~ 37.98'%

%31.01
%31.01
%37.98

CMYK color model

#505062 color CMYK value is (18,18,0,62).

  • cyan value is 18.37%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (18,18,0,62)
C18M18Y0K62 (18%, 18%, 0%, 62%)
(0.18 / 0.18 / 0.00 / 0.62)

CMYK percentages

%18.37
%18.37
%0
%61.57

Codes

Color #505062 in popluar color models

50 50 62
RGB 80 80 98
HSL 240° 10.11% 34.90%
HSB/HSV 240° 18.37% 38.43%
CMYK 18.37% 18.37% 0.00%
61.57%

Color #505062 in popluar number systems.

HEX 50 50 62
Decimal 80 80 98
Binary 1010000 1010000 1100010
Octal 120 120 142

Shades and tints

Shades of #505062

#505062
(80,80,98)
#49495A
(73,73,90)
#424252
(66,66,82)
#3B3B4A
(59,59,74)
#343442
(52,52,66)
#2D2D3A
(45,45,58)
#262632
(38,38,50)
#1F1F2A
(31,31,42)
#181822
(24,24,34)
#11111A
(17,17,26)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #505062

#505062
(80,80,98)
#5F5F70
(95,95,112)
#6E6E7E
(110,110,126)
#7D7D8C
(125,125,140)
#8C8C9A
(140,140,154)
#9B9BA8
(155,155,168)
#AAAAB6
(170,170,182)
#B9B9C4
(185,185,196)
#C8C8D2
(200,200,210)
#D7D7E0
(215,215,224)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505062; }

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

This text font color is #505062.

Background Color

.myBgColor { background-color: #505062; }

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

This div background color is #505062.

Border color

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

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

This div border color is #505062.

Opacity

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

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

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

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

This text has shadow with #505062 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505062.

Preview

Color preview on black background

This text has color #505062 on black background.


Color preview on white background

This text has color #505062 on white background.


Black color preview on #505062 background

This text has black color on #505062 background.


White color preview on #505062 background

This text has white color on #505062 background.


Related colors

Complementary color

Complementary color for #hex is #AFAF9D.


I love getcolorcode.com