COLOR #50565F

HEX: #50565F
RGB: (80,86,95)

Color info

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

RGB color model

#50565F color RGB value is (80,86,95).

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

RGB channels and saturation

R 80 of 255 = 31%
G 86 of 255 = 34%
B 95 of 255 = 37%

80
86
95

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

Portions of RGB colors in percentages

R + G + B =
80 + 86 + 95 = 261 (100%)
R 80 of 261 ~ 30.65%
G 86 of 261 ~ 32.95%
B 95 of 261 ~ 36.4%

%30.65
%32.95
%36.4

CMYK color model

#50565F color CMYK value is (16,9,0,63).

  • cyan value is 15.79%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(16,9,0,63)
C16M9Y0K63 
(16%,9%,0%,63%)
(0.16/0.09/0.00/0.63)	

CMYK percentages

%15.79
%9.47
%0
%62.75

Codes

Color #50565F in popluar color models

50565F
RGB808695
HSL216°8.57%34.31%
HSB/HSV216°15.79%37.25%
CMYK15.79%9.47%0.00%
62.75%

Color #50565F in popluar number systems.

HEX50565F
Decimal808695
Binary101000010101101011111
Octal120126137

Shades and tints

Shades of #50565F

#50565F
(80,86,95)
#494F57
(73,79,87)
#42484F
(66,72,79)
#3B4147
(59,65,71)
#343A3F
(52,58,63)
#2D3337
(45,51,55)
#262C2F
(38,44,47)
#1F2527
(31,37,39)
#181E1F
(24,30,31)
#111717
(17,23,23)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #50565F

#50565F
(80,86,95)
#5F656D
(95,101,109)
#6E747B
(110,116,123)
#7D8389
(125,131,137)
#8C9297
(140,146,151)
#9BA1A5
(155,161,165)
#AAB0B3
(170,176,179)
#B9BFC1
(185,191,193)
#C8CECF
(200,206,207)
#D7DDDD
(215,221,221)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50565F color. Also use rgb(80,86,95) instead hex code.

Text Font Color

.myTextColor { color: #50565F; }

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

This text font color is #50565F.


Background Color

.myBgColor { background-color: #50565F; }

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

This div background color is #50565F.


Border color

.myBorderColor { border: 1px solid #50565F; }

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

This div border color is #50565F.


Opacity

.myOpacity80 { color: #50565F; opacity: 0.8; }

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

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

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

This text has shadow with #50565F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50565F on black background.


Color preview on white background

This text has color #50565F on white background.



Black color preview on #50565F background

This text has black color on #50565F background.


White color preview on #50565F background

This text has white color on #50565F background.