COLOR #50616B

HEX: #50616B RGB: (80,97,107)

Color info

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

RGB color model

#50616B color RGB value is (80,97,107).

RGB: (80,97,107) (31%, 38%, 42%)

RGB channels and saturation

R 80 of 255 = 31%
G 97 of 255 = 38%
B 107 of 255 = 42%

80
97
107

R + G + B ~ 37%. #50616B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 97 + 107 = 284 (100%)
R 80 of 284 ~ 28.17%
G 97 of 284 ~ 34.15%
B 107 of 284 ~ 37.68'%

%28.17
%34.15
%37.68

CMYK color model

#50616B color CMYK value is (25,9,0,58).

  • cyan value is 25.23%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (25,9,0,58)
C25M9Y0K58 (25%, 9%, 0%, 58%)
(0.25 / 0.09 / 0.00 / 0.58)

CMYK percentages

%25.23
%9.35
%0
%58.04

Codes

Color #50616B in popluar color models

50 61 6B
RGB 80 97 107
HSL 202° 14.44% 36.67%
HSB/HSV 202° 25.23% 41.96%
CMYK 25.23% 9.35% 0.00%
58.04%

Color #50616B in popluar number systems.

HEX 50 61 6B
Decimal 80 97 107
Binary 1010000 1100001 1101011
Octal 120 141 153

Shades and tints

Shades of #50616B

#50616B
(80,97,107)
#495962
(73,89,98)
#425159
(66,81,89)
#3B4950
(59,73,80)
#344147
(52,65,71)
#2D393E
(45,57,62)
#263135
(38,49,53)
#1F292C
(31,41,44)
#182123
(24,33,35)
#11191A
(17,25,26)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #50616B

#50616B
(80,97,107)
#5F6F78
(95,111,120)
#6E7D85
(110,125,133)
#7D8B92
(125,139,146)
#8C999F
(140,153,159)
#9BA7AC
(155,167,172)
#AAB5B9
(170,181,185)
#B9C3C6
(185,195,198)
#C8D1D3
(200,209,211)
#D7DFE0
(215,223,224)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50616B; }

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

This text font color is #50616B.

Background Color

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

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

This div background color is #50616B.

Border color

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

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

This div border color is #50616B.

Opacity

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

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

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

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

This text has shadow with #50616B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50616B.

Preview

Color preview on black background

This text has color #50616B on black background.


Color preview on white background

This text has color #50616B on white background.


Black color preview on #50616B background

This text has black color on #50616B background.


White color preview on #50616B background

This text has white color on #50616B background.


Related colors

Complementary color

Complementary color for #hex is #AF9E94.


I love getcolorcode.com

Triadic colors

1 #6B5061 and #616B50 with #50616B are triadic colors.

2 #6B6150 and #61506B with #50616B are triadic colors.