COLOR #505F62

HEX: #505F62
RGB: (80,95,98)

Color info

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

RGB color model

#505F62 color RGB value is (80,95,98).

  • red value is 80;
  • green value is 95;
  • blue value is 98.
RGB:
(80,95,98)
(31%,37%,38%)

RGB channels and saturation

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

80
95
98

R + G + B ~ 35%. #505F62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 95 + 98 = 273 (100%)
R 80 of 273 ~ 29.3%
G 95 of 273 ~ 34.8%
B 98 of 273 ~ 35.9%

%29.3
%34.8
%35.9

CMYK color model

#505F62 color CMYK value is (18,3,0,62).

  • cyan value is 18.37%
  • magenta value is 3.06%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(18,3,0,62)
C18M3Y0K62 
(18%,3%,0%,62%)
(0.18/0.03/0.00/0.62)	

CMYK percentages

%18.37
%3.06
%0
%61.57

Codes

Color #505F62 in popluar color models

505F62
RGB809598
HSL190°10.11%34.90%
HSB/HSV190°18.37%38.43%
CMYK18.37%3.06%0.00%
61.57%

Color #505F62 in popluar number systems.

HEX505F62
Decimal809598
Binary101000010111111100010
Octal120137142

Shades and tints

Shades of #505F62

#505F62
(80,95,98)
#49575A
(73,87,90)
#424F52
(66,79,82)
#3B474A
(59,71,74)
#343F42
(52,63,66)
#2D373A
(45,55,58)
#262F32
(38,47,50)
#1F272A
(31,39,42)
#181F22
(24,31,34)
#11171A
(17,23,26)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #505F62

#505F62
(80,95,98)
#5F6D70
(95,109,112)
#6E7B7E
(110,123,126)
#7D898C
(125,137,140)
#8C979A
(140,151,154)
#9BA5A8
(155,165,168)
#AAB3B6
(170,179,182)
#B9C1C4
(185,193,196)
#C8CFD2
(200,207,210)
#D7DDE0
(215,221,224)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505F62; }

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

This text font color is #505F62.


Background Color

.myBgColor { background-color: #505F62; }

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

This div background color is #505F62.


Border color

.myBorderColor { border: 1px solid #505F62; }

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

This div border color is #505F62.


Opacity

.myOpacity80 { color: #505F62; opacity: 0.8; }

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

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

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

This text has shadow with #505F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505F62 on black background.


Color preview on white background

This text has color #505F62 on white background.



Black color preview on #505F62 background

This text has black color on #505F62 background.


White color preview on #505F62 background

This text has white color on #505F62 background.