COLOR #50688C

HEX: #50688C RGB: (80,104,140)

Color info

#50688C contains mainly green and blue colors. Web safe color of #50688C is #666699 (or #669).

RGB color model

#50688C color RGB value is (80,104,140).

RGB: (80,104,140) (31%, 41%, 55%)

RGB channels and saturation

R 80 of 255 = 31%
G 104 of 255 = 41%
B 140 of 255 = 55%

80
104
140

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

Portions of RGB colors in percentages

R + G + B = 80 + 104 + 140 = 324 (100%)
R 80 of 324 ~ 24.69%
G 104 of 324 ~ 32.1%
B 140 of 324 ~ 43.21'%

%24.69
%32.1
%43.21

CMYK color model

#50688C color CMYK value is (43,26,0,45).

  • cyan value is 42.86%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (43,26,0,45)
C43M26Y0K45 (43%, 26%, 0%, 45%)
(0.43 / 0.26 / 0.00 / 0.45)

CMYK percentages

%42.86
%25.71
%0
%45.1

Codes

Color #50688C in popluar color models

50 68 8C
RGB 80 104 140
HSL 216° 27.27% 43.14%
HSB/HSV 216° 42.86% 54.90%
CMYK 42.86% 25.71% 0.00%
45.10%

Color #50688C in popluar number systems.

HEX 50 68 8C
Decimal 80 104 140
Binary 1010000 1101000 10001100
Octal 120 150 214

Shades and tints

Shades of #50688C

#50688C
(80,104,140)
#495F80
(73,95,128)
#425674
(66,86,116)
#3B4D68
(59,77,104)
#34445C
(52,68,92)
#2D3B50
(45,59,80)
#263244
(38,50,68)
#1F2938
(31,41,56)
#18202C
(24,32,44)
#111720
(17,23,32)
#0A0E14
(10,14,20)
#000000
(0,0,0)

Tints of #50688C

#50688C
(80,104,140)
#5F7596
(95,117,150)
#6E82A0
(110,130,160)
#7D8FAA
(125,143,170)
#8C9CB4
(140,156,180)
#9BA9BE
(155,169,190)
#AAB6C8
(170,182,200)
#B9C3D2
(185,195,210)
#C8D0DC
(200,208,220)
#D7DDE6
(215,221,230)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50688C color. Also use rgb(80,104,140) instead hex code.

Text Font Color

.myTextColor { color: #50688C; }

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

This text font color is #50688C.

Background Color

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

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

This div background color is #50688C.

Border color

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

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

This div border color is #50688C.

Opacity

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

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

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

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

This text has shadow with #50688C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50688C.

Preview

Color preview on black background

This text has color #50688C on black background.


Color preview on white background

This text has color #50688C on white background.


Black color preview on #50688C background

This text has black color on #50688C background.


White color preview on #50688C background

This text has white color on #50688C background.


Related colors

Complementary color

Complementary color for #hex is #AF9773.


I love getcolorcode.com

Triadic colors

1 #8C5068 and #688C50 with #50688C are triadic colors.

2 #8C6850 and #68508C with #50688C are triadic colors.