COLOR #50656D

HEX: #50656D RGB: (80,101,109)

Color info

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

RGB color model

#50656D color RGB value is (80,101,109).

RGB: (80,101,109) (31%, 40%, 43%)

RGB channels and saturation

R 80 of 255 = 31%
G 101 of 255 = 40%
B 109 of 255 = 43%

80
101
109

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

Portions of RGB colors in percentages

R + G + B = 80 + 101 + 109 = 290 (100%)
R 80 of 290 ~ 27.59%
G 101 of 290 ~ 34.83%
B 109 of 290 ~ 37.59'%

%27.59
%34.83
%37.59

CMYK color model

#50656D color CMYK value is (27,7,0,57).

  • cyan value is 26.61%
  • magenta value is 7.34%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (27,7,0,57)
C27M7Y0K57 (27%, 7%, 0%, 57%)
(0.27 / 0.07 / 0.00 / 0.57)

CMYK percentages

%26.61
%7.34
%0
%57.25

Codes

Color #50656D in popluar color models

50 65 6D
RGB 80 101 109
HSL 197° 15.34% 37.06%
HSB/HSV 197° 26.61% 42.75%
CMYK 26.61% 7.34% 0.00%
57.25%

Color #50656D in popluar number systems.

HEX 50 65 6D
Decimal 80 101 109
Binary 1010000 1100101 1101101
Octal 120 145 155

Shades and tints

Shades of #50656D

#50656D
(80,101,109)
#495C64
(73,92,100)
#42535B
(66,83,91)
#3B4A52
(59,74,82)
#344149
(52,65,73)
#2D3840
(45,56,64)
#262F37
(38,47,55)
#1F262E
(31,38,46)
#181D25
(24,29,37)
#11141C
(17,20,28)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #50656D

#50656D
(80,101,109)
#5F737A
(95,115,122)
#6E8187
(110,129,135)
#7D8F94
(125,143,148)
#8C9DA1
(140,157,161)
#9BABAE
(155,171,174)
#AAB9BB
(170,185,187)
#B9C7C8
(185,199,200)
#C8D5D5
(200,213,213)
#D7E3E2
(215,227,226)
#E6F1EF
(230,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50656D; }

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

This text font color is #50656D.

Background Color

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

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

This div background color is #50656D.

Border color

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

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

This div border color is #50656D.

Opacity

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

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

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

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

This text has shadow with #50656D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50656D.

Preview

Color preview on black background

This text has color #50656D on black background.


Color preview on white background

This text has color #50656D on white background.


Black color preview on #50656D background

This text has black color on #50656D background.


White color preview on #50656D background

This text has white color on #50656D background.


Related colors

Complementary color

Complementary color for #hex is #AF9A92.


I love getcolorcode.com

Triadic colors

1 #6D5065 and #656D50 with #50656D are triadic colors.

2 #6D6550 and #65506D with #50656D are triadic colors.