COLOR #50686E

HEX: #50686E
RGB: (80,104,110)

Color info

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

RGB color model

#50686E color RGB value is (80,104,110).

  • red value is 80;
  • green value is 104;
  • blue value is 110.
RGB:
(80,104,110)
(31%,41%,43%)

RGB channels and saturation

R 80 of 255 = 31%
G 104 of 255 = 41%
B 110 of 255 = 43%

80
104
110

R + G + B ~ 38%. #50686E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 104 + 110 = 294 (100%)
R 80 of 294 ~ 27.21%
G 104 of 294 ~ 35.37%
B 110 of 294 ~ 37.41%

%27.21
%35.37
%37.41

CMYK color model

#50686E color CMYK value is (27,5,0,57).

  • cyan value is 27.27%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(27,5,0,57)
C27M5Y0K57 
(27%,5%,0%,57%)
(0.27/0.05/0.00/0.57)	

CMYK percentages

%27.27
%5.45
%0
%56.86

Codes

Color #50686E in popluar color models

50686E
RGB80104110
HSL192°15.79%37.25%
HSB/HSV192°27.27%43.14%
CMYK27.27%5.45%0.00%
56.86%

Color #50686E in popluar number systems.

HEX50686E
Decimal80104110
Binary101000011010001101110
Octal120150156

Shades and tints

Shades of #50686E

#50686E
(80,104,110)
#495F64
(73,95,100)
#42565A
(66,86,90)
#3B4D50
(59,77,80)
#344446
(52,68,70)
#2D3B3C
(45,59,60)
#263232
(38,50,50)
#1F2928
(31,41,40)
#18201E
(24,32,30)
#111714
(17,23,20)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #50686E

#50686E
(80,104,110)
#5F757B
(95,117,123)
#6E8288
(110,130,136)
#7D8F95
(125,143,149)
#8C9CA2
(140,156,162)
#9BA9AF
(155,169,175)
#AAB6BC
(170,182,188)
#B9C3C9
(185,195,201)
#C8D0D6
(200,208,214)
#D7DDE3
(215,221,227)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50686E color. Also use rgb(80,104,110) instead hex code.

Text Font Color

.myTextColor { color: #50686E; }

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

This text font color is #50686E.


Background Color

.myBgColor { background-color: #50686E; }

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

This div background color is #50686E.


Border color

.myBorderColor { border: 1px solid #50686E; }

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

This div border color is #50686E.


Opacity

.myOpacity80 { color: #50686E; opacity: 0.8; }

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

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

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

This text has shadow with #50686E color.

.textShadow {text-shadow: 3px 3px 1px #50686E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50686E on black background.


Color preview on white background

This text has color #50686E on white background.



Black color preview on #50686E background

This text has black color on #50686E background.


White color preview on #50686E background

This text has white color on #50686E background.