COLOR #50607B

HEX: #50607B RGB: (80,96,123)

Color info

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

RGB color model

#50607B color RGB value is (80,96,123).

RGB: (80,96,123) (31%, 38%, 48%)

RGB channels and saturation

R 80 of 255 = 31%
G 96 of 255 = 38%
B 123 of 255 = 48%

80
96
123

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

Portions of RGB colors in percentages

R + G + B = 80 + 96 + 123 = 299 (100%)
R 80 of 299 ~ 26.76%
G 96 of 299 ~ 32.11%
B 123 of 299 ~ 41.14'%

%26.76
%32.11
%41.14

CMYK color model

#50607B color CMYK value is (35,22,0,52).

  • cyan value is 34.96%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (35,22,0,52) C35M22Y0K52 (35%,22%,0%,52%) (0.35/0.22/0.00/0.52) 

CMYK percentages

%34.96
%21.95
%0
%51.76

Codes

Color #50607B in popluar color models

50 60 7B
RGB 80 96 123
HSL 218° 21.18% 39.80%
HSB/HSV 218° 34.96% 48.24%
CMYK 34.96% 21.95% 0.00%
51.76%

Color #50607B in popluar number systems.

HEX 50 60 7B
Decimal 80 96 123
Binary 1010000 1100000 1111011
Octal 120 140 173

Shades and tints

Shades of #50607B

#50607B
(80,96,123)
#495870
(73,88,112)
#425065
(66,80,101)
#3B485A
(59,72,90)
#34404F
(52,64,79)
#2D3844
(45,56,68)
#263039
(38,48,57)
#1F282E
(31,40,46)
#182023
(24,32,35)
#111818
(17,24,24)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #50607B

#50607B
(80,96,123)
#5F6E87
(95,110,135)
#6E7C93
(110,124,147)
#7D8A9F
(125,138,159)
#8C98AB
(140,152,171)
#9BA6B7
(155,166,183)
#AAB4C3
(170,180,195)
#B9C2CF
(185,194,207)
#C8D0DB
(200,208,219)
#D7DEE7
(215,222,231)
#E6ECF3
(230,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50607B; }

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

This text font color is #50607B.

Background Color

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

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

This div background color is #50607B.

Border color

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

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

This div border color is #50607B.

Opacity

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

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

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

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

This text has shadow with #50607B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50607B.

Preview

Color preview on black background

This text has color #50607B on black background.


Color preview on white background

This text has color #50607B on white background.


Black color preview on #50607B background

This text has black color on #50607B background.


White color preview on #50607B background

This text has white color on #50607B background.


Related colors

Complementary color

Complementary color for #hex is #AF9F84.


I love getcolorcode.com

Triadic colors

1 #7B5060 and #607B50 with #50607B are triadic colors.

2 #7B6050 and #60507B with #50607B are triadic colors.