COLOR #50657C

HEX: #50657C RGB: (80,101,124)

Color info

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

RGB color model

#50657C color RGB value is (80,101,124).

RGB: (80,101,124) (31%, 40%, 49%)

RGB channels and saturation

R 80 of 255 = 31%
G 101 of 255 = 40%
B 124 of 255 = 49%

80
101
124

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

Portions of RGB colors in percentages

R + G + B = 80 + 101 + 124 = 305 (100%)
R 80 of 305 ~ 26.23%
G 101 of 305 ~ 33.11%
B 124 of 305 ~ 40.66'%

%26.23
%33.11
%40.66

CMYK color model

#50657C color CMYK value is (35,19,0,51).

  • cyan value is 35.48%
  • magenta value is 18.55%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (35,19,0,51)
C35M19Y0K51 (35%, 19%, 0%, 51%)
(0.35 / 0.19 / 0.00 / 0.51)

CMYK percentages

%35.48
%18.55
%0
%51.37

Codes

Color #50657C in popluar color models

50 65 7C
RGB 80 101 124
HSL 211° 21.57% 40.00%
HSB/HSV 211° 35.48% 48.63%
CMYK 35.48% 18.55% 0.00%
51.37%

Color #50657C in popluar number systems.

HEX 50 65 7C
Decimal 80 101 124
Binary 1010000 1100101 1111100
Octal 120 145 174

Shades and tints

Shades of #50657C

#50657C
(80,101,124)
#495C71
(73,92,113)
#425366
(66,83,102)
#3B4A5B
(59,74,91)
#344150
(52,65,80)
#2D3845
(45,56,69)
#262F3A
(38,47,58)
#1F262F
(31,38,47)
#181D24
(24,29,36)
#111419
(17,20,25)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #50657C

#50657C
(80,101,124)
#5F7387
(95,115,135)
#6E8192
(110,129,146)
#7D8F9D
(125,143,157)
#8C9DA8
(140,157,168)
#9BABB3
(155,171,179)
#AAB9BE
(170,185,190)
#B9C7C9
(185,199,201)
#C8D5D4
(200,213,212)
#D7E3DF
(215,227,223)
#E6F1EA
(230,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50657C color. Also use rgb(80,101,124) instead hex code.

Text Font Color

.myTextColor { color: #50657C; }

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

This text font color is #50657C.

Background Color

.myBgColor { background-color: #50657C; }

<div style="background-color:#50657C">Inner text</div>

This div background color is #50657C.

Border color

.myBorderColor { border: 1px solid #50657C; }

<div style="border:3px solid #50657C">Div</div>

This div border color is #50657C.

Opacity

.myOpacity80 { color: #50657C; opacity: 0.8; }

<p style="color:#50657C;opacity:0.8;">80%</p>

Text with #50657C 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 #50657C;}

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

This text has shadow with #50657C color.


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

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

This text has shadow with #50657C primary color and red secondary color.


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

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

This text has shadow with #50657C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50657C.

Preview

Color preview on black background

This text has color #50657C on black background.


Color preview on white background

This text has color #50657C on white background.


Black color preview on #50657C background

This text has black color on #50657C background.


White color preview on #50657C background

This text has white color on #50657C background.


Related colors

Complementary color

Complementary color for #hex is #AF9A83.


I love getcolorcode.com

Triadic colors

1 #7C5065 and #657C50 with #50657C are triadic colors.

2 #7C6550 and #65507C with #50657C are triadic colors.