COLOR #50646D

HEX: #50646D
RGB: (80,100,109)

Color info

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

RGB color model

#50646D color RGB value is (80,100,109).

  • red value is 80;
  • green value is 100;
  • blue value is 109.
RGB:
(80,100,109)
(31%,39%,43%)

RGB channels and saturation

R 80 of 255 = 31%
G 100 of 255 = 39%
B 109 of 255 = 43%

80
100
109

R + G + B ~ 38%. #50646D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 100 + 109 = 289 (100%)
R 80 of 289 ~ 27.68%
G 100 of 289 ~ 34.6%
B 109 of 289 ~ 37.72%

%27.68
%34.6
%37.72

CMYK color model

#50646D color CMYK value is (27,8,0,57).

  • cyan value is 26.61%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(27,8,0,57)
C27M8Y0K57 
(27%,8%,0%,57%)
(0.27/0.08/0.00/0.57)	

CMYK percentages

%26.61
%8.26
%0
%57.25

Codes

Color #50646D in popluar color models

50646D
RGB80100109
HSL199°15.34%37.06%
HSB/HSV199°26.61%42.75%
CMYK26.61%8.26%0.00%
57.25%

Color #50646D in popluar number systems.

HEX50646D
Decimal80100109
Binary101000011001001101101
Octal120144155

Shades and tints

Shades of #50646D

#50646D
(80,100,109)
#495B64
(73,91,100)
#42525B
(66,82,91)
#3B4952
(59,73,82)
#344049
(52,64,73)
#2D3740
(45,55,64)
#262E37
(38,46,55)
#1F252E
(31,37,46)
#181C25
(24,28,37)
#11131C
(17,19,28)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #50646D

#50646D
(80,100,109)
#5F727A
(95,114,122)
#6E8087
(110,128,135)
#7D8E94
(125,142,148)
#8C9CA1
(140,156,161)
#9BAAAE
(155,170,174)
#AAB8BB
(170,184,187)
#B9C6C8
(185,198,200)
#C8D4D5
(200,212,213)
#D7E2E2
(215,226,226)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50646D color. Also use rgb(80,100,109) instead hex code.

Text Font Color

.myTextColor { color: #50646D; }

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

This text font color is #50646D.


Background Color

.myBgColor { background-color: #50646D; }

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

This div background color is #50646D.


Border color

.myBorderColor { border: 1px solid #50646D; }

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

This div border color is #50646D.


Opacity

.myOpacity80 { color: #50646D; opacity: 0.8; }

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

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

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

This text has shadow with #50646D color.

.textShadow {text-shadow: 3px 3px 1px #50646D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50646D on black background.


Color preview on white background

This text has color #50646D on white background.



Black color preview on #50646D background

This text has black color on #50646D background.


White color preview on #50646D background

This text has white color on #50646D background.