COLOR #50637D

HEX: #50637D RGB: (80,99,125)

Color info

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

RGB color model

#50637D color RGB value is (80,99,125).

RGB: (80,99,125) (31%, 39%, 49%)

RGB channels and saturation

R 80 of 255 = 31%
G 99 of 255 = 39%
B 125 of 255 = 49%

80
99
125

R + G + B ~ 40%. #50637D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 99 + 125 = 304 (100%)
R 80 of 304 ~ 26.32%
G 99 of 304 ~ 32.57%
B 125 of 304 ~ 41.12'%

%26.32
%32.57
%41.12

CMYK color model

#50637D color CMYK value is (36,21,0,51).

  • cyan value is 36.00%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (36,21,0,51)
C36M21Y0K51 (36%, 21%, 0%, 51%)
(0.36 / 0.21 / 0.00 / 0.51)

CMYK percentages

%36
%20.8
%0
%50.98

Codes

Color #50637D in popluar color models

50 63 7D
RGB 80 99 125
HSL 215° 21.95% 40.20%
HSB/HSV 215° 36.00% 49.02%
CMYK 36.00% 20.80% 0.00%
50.98%

Color #50637D in popluar number systems.

HEX 50 63 7D
Decimal 80 99 125
Binary 1010000 1100011 1111101
Octal 120 143 175

Shades and tints

Shades of #50637D

#50637D
(80,99,125)
#495A72
(73,90,114)
#425167
(66,81,103)
#3B485C
(59,72,92)
#343F51
(52,63,81)
#2D3646
(45,54,70)
#262D3B
(38,45,59)
#1F2430
(31,36,48)
#181B25
(24,27,37)
#11121A
(17,18,26)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #50637D

#50637D
(80,99,125)
#5F7188
(95,113,136)
#6E7F93
(110,127,147)
#7D8D9E
(125,141,158)
#8C9BA9
(140,155,169)
#9BA9B4
(155,169,180)
#AAB7BF
(170,183,191)
#B9C5CA
(185,197,202)
#C8D3D5
(200,211,213)
#D7E1E0
(215,225,224)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50637D color. Also use rgb(80,99,125) instead hex code.

Text Font Color

.myTextColor { color: #50637D; }

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

This text font color is #50637D.

Background Color

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

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

This div background color is #50637D.

Border color

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

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

This div border color is #50637D.

Opacity

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

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

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

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

This text has shadow with #50637D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50637D.

Preview

Color preview on black background

This text has color #50637D on black background.


Color preview on white background

This text has color #50637D on white background.


Black color preview on #50637D background

This text has black color on #50637D background.


White color preview on #50637D background

This text has white color on #50637D background.


Related colors

Complementary color

Complementary color for #hex is #AF9C82.


I love getcolorcode.com

Triadic colors

1 #7D5063 and #637D50 with #50637D are triadic colors.

2 #7D6350 and #63507D with #50637D are triadic colors.