COLOR #50686B

HEX: #50686B RGB: (80,104,107)

Color info

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

RGB color model

#50686B color RGB value is (80,104,107).

RGB: (80,104,107) (31%, 41%, 42%)

RGB channels and saturation

R 80 of 255 = 31%
G 104 of 255 = 41%
B 107 of 255 = 42%

80
104
107

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

Portions of RGB colors in percentages

R + G + B = 80 + 104 + 107 = 291 (100%)
R 80 of 291 ~ 27.49%
G 104 of 291 ~ 35.74%
B 107 of 291 ~ 36.77'%

%27.49
%35.74
%36.77

CMYK color model

#50686B color CMYK value is (25,3,0,58).

  • cyan value is 25.23%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (25,3,0,58) C25M3Y0K58 (25%,3%,0%,58%) (0.25/0.03/0.00/0.58) 

CMYK percentages

%25.23
%2.8
%0
%58.04

Codes

Color #50686B in popluar color models

50 68 6B
RGB 80 104 107
HSL 187° 14.44% 36.67%
HSB/HSV 187° 25.23% 41.96%
CMYK 25.23% 2.80% 0.00%
58.04%

Color #50686B in popluar number systems.

HEX 50 68 6B
Decimal 80 104 107
Binary 1010000 1101000 1101011
Octal 120 150 153

Shades and tints

Shades of #50686B

#50686B
(80,104,107)
#495F62
(73,95,98)
#425659
(66,86,89)
#3B4D50
(59,77,80)
#344447
(52,68,71)
#2D3B3E
(45,59,62)
#263235
(38,50,53)
#1F292C
(31,41,44)
#182023
(24,32,35)
#11171A
(17,23,26)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #50686B

#50686B
(80,104,107)
#5F7578
(95,117,120)
#6E8285
(110,130,133)
#7D8F92
(125,143,146)
#8C9C9F
(140,156,159)
#9BA9AC
(155,169,172)
#AAB6B9
(170,182,185)
#B9C3C6
(185,195,198)
#C8D0D3
(200,208,211)
#D7DDE0
(215,221,224)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50686B; }

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

This text font color is #50686B.

Background Color

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

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

This div background color is #50686B.

Border color

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

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

This div border color is #50686B.

Opacity

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

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

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

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

This text has shadow with #50686B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50686B.

Preview

Color preview on black background

This text has color #50686B on black background.


Color preview on white background

This text has color #50686B on white background.


Black color preview on #50686B background

This text has black color on #50686B background.


White color preview on #50686B background

This text has white color on #50686B background.


Related colors

Complementary color

Complementary color for #hex is #AF9794.


I love getcolorcode.com

Triadic colors

1 #6B5068 and #686B50 with #50686B are triadic colors.

2 #6B6850 and #68506B with #50686B are triadic colors.