COLOR #50627F

HEX: #50627F RGB: (80,98,127)

Color info

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

RGB color model

#50627F color RGB value is (80,98,127).

RGB: (80,98,127) (31%, 38%, 50%)

RGB channels and saturation

R 80 of 255 = 31%
G 98 of 255 = 38%
B 127 of 255 = 50%

80
98
127

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

Portions of RGB colors in percentages

R + G + B = 80 + 98 + 127 = 305 (100%)
R 80 of 305 ~ 26.23%
G 98 of 305 ~ 32.13%
B 127 of 305 ~ 41.64'%

%26.23
%32.13
%41.64

CMYK color model

#50627F color CMYK value is (37,23,0,50).

  • cyan value is 37.01%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (37,23,0,50)
C37M23Y0K50 (37%, 23%, 0%, 50%)
(0.37 / 0.23 / 0.00 / 0.50)

CMYK percentages

%37.01
%22.83
%0
%50.2

Codes

Color #50627F in popluar color models

50 62 7F
RGB 80 98 127
HSL 217° 22.71% 40.59%
HSB/HSV 217° 37.01% 49.80%
CMYK 37.01% 22.83% 0.00%
50.20%

Color #50627F in popluar number systems.

HEX 50 62 7F
Decimal 80 98 127
Binary 1010000 1100010 1111111
Octal 120 142 177

Shades and tints

Shades of #50627F

#50627F
(80,98,127)
#495A74
(73,90,116)
#425269
(66,82,105)
#3B4A5E
(59,74,94)
#344253
(52,66,83)
#2D3A48
(45,58,72)
#26323D
(38,50,61)
#1F2A32
(31,42,50)
#182227
(24,34,39)
#111A1C
(17,26,28)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #50627F

#50627F
(80,98,127)
#5F708A
(95,112,138)
#6E7E95
(110,126,149)
#7D8CA0
(125,140,160)
#8C9AAB
(140,154,171)
#9BA8B6
(155,168,182)
#AAB6C1
(170,182,193)
#B9C4CC
(185,196,204)
#C8D2D7
(200,210,215)
#D7E0E2
(215,224,226)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50627F color. Also use rgb(80,98,127) instead hex code.

Text Font Color

.myTextColor { color: #50627F; }

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

This text font color is #50627F.

Background Color

.myBgColor { background-color: #50627F; }

<div style="background-color:#50627F">Inner text</div>

This div background color is #50627F.

Border color

.myBorderColor { border: 1px solid #50627F; }

<div style="border:3px solid #50627F">Div</div>

This div border color is #50627F.

Opacity

.myOpacity80 { color: #50627F; opacity: 0.8; }

<p style="color:#50627F;opacity:0.8;">80%</p>

Text with #50627F 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 #50627F;}

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

This text has shadow with #50627F color.


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

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

This text has shadow with #50627F primary color and red secondary color.


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

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

This text has shadow with #50627F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50627F.

Preview

Color preview on black background

This text has color #50627F on black background.


Color preview on white background

This text has color #50627F on white background.


Black color preview on #50627F background

This text has black color on #50627F background.


White color preview on #50627F background

This text has white color on #50627F background.


Related colors

Complementary color

Complementary color for #hex is #AF9D80.


I love getcolorcode.com

Triadic colors

1 #7F5062 and #627F50 with #50627F are triadic colors.

2 #7F6250 and #62507F with #50627F are triadic colors.