COLOR #50647B

HEX: #50647B RGB: (80,100,123)

Color info

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

RGB color model

#50647B color RGB value is (80,100,123).

RGB: (80,100,123) (31%, 39%, 48%)

RGB channels and saturation

R 80 of 255 = 31%
G 100 of 255 = 39%
B 123 of 255 = 48%

80
100
123

R + G + B ~ 39%. #50647B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 100 + 123 = 303 (100%)
R 80 of 303 ~ 26.4%
G 100 of 303 ~ 33%
B 123 of 303 ~ 40.59'%

%26.4
%33
%40.59

CMYK color model

#50647B color CMYK value is (35,19,0,52).

  • cyan value is 34.96%
  • magenta value is 18.70%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (35,19,0,52)
C35M19Y0K52 (35%, 19%, 0%, 52%)
(0.35 / 0.19 / 0.00 / 0.52)

CMYK percentages

%34.96
%18.7
%0
%51.76

Codes

Color #50647B in popluar color models

50 64 7B
RGB 80 100 123
HSL 212° 21.18% 39.80%
HSB/HSV 212° 34.96% 48.24%
CMYK 34.96% 18.70% 0.00%
51.76%

Color #50647B in popluar number systems.

HEX 50 64 7B
Decimal 80 100 123
Binary 1010000 1100100 1111011
Octal 120 144 173

Shades and tints

Shades of #50647B

#50647B
(80,100,123)
#495B70
(73,91,112)
#425265
(66,82,101)
#3B495A
(59,73,90)
#34404F
(52,64,79)
#2D3744
(45,55,68)
#262E39
(38,46,57)
#1F252E
(31,37,46)
#181C23
(24,28,35)
#111318
(17,19,24)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #50647B

#50647B
(80,100,123)
#5F7287
(95,114,135)
#6E8093
(110,128,147)
#7D8E9F
(125,142,159)
#8C9CAB
(140,156,171)
#9BAAB7
(155,170,183)
#AAB8C3
(170,184,195)
#B9C6CF
(185,198,207)
#C8D4DB
(200,212,219)
#D7E2E7
(215,226,231)
#E6F0F3
(230,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50647B color. Also use rgb(80,100,123) instead hex code.

Text Font Color

.myTextColor { color: #50647B; }

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

This text font color is #50647B.

Background Color

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

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

This div background color is #50647B.

Border color

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

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

This div border color is #50647B.

Opacity

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

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

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

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

This text has shadow with #50647B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50647B.

Preview

Color preview on black background

This text has color #50647B on black background.


Color preview on white background

This text has color #50647B on white background.


Black color preview on #50647B background

This text has black color on #50647B background.


White color preview on #50647B background

This text has white color on #50647B background.


Related colors

Complementary color

Complementary color for #hex is #AF9B84.


I love getcolorcode.com

Triadic colors

1 #7B5064 and #647B50 with #50647B are triadic colors.

2 #7B6450 and #64507B with #50647B are triadic colors.