COLOR #50778D

HEX: #50778D RGB: (80,119,141)

Color info

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

RGB color model

#50778D color RGB value is (80,119,141).

RGB: (80,119,141) (31%, 47%, 55%)

RGB channels and saturation

R 80 of 255 = 31%
G 119 of 255 = 47%
B 141 of 255 = 55%

80
119
141

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

Portions of RGB colors in percentages

R + G + B = 80 + 119 + 141 = 340 (100%)
R 80 of 340 ~ 23.53%
G 119 of 340 ~ 35%
B 141 of 340 ~ 41.47'%

%23.53
%35
%41.47

CMYK color model

#50778D color CMYK value is (43,16,0,45).

  • cyan value is 43.26%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (43,16,0,45)
C43M16Y0K45 (43%, 16%, 0%, 45%)
(0.43 / 0.16 / 0.00 / 0.45)

CMYK percentages

%43.26
%15.6
%0
%44.71

Codes

Color #50778D in popluar color models

50 77 8D
RGB 80 119 141
HSL 202° 27.60% 43.33%
HSB/HSV 202° 43.26% 55.29%
CMYK 43.26% 15.60% 0.00%
44.71%

Color #50778D in popluar number systems.

HEX 50 77 8D
Decimal 80 119 141
Binary 1010000 1110111 10001101
Octal 120 167 215

Shades and tints

Shades of #50778D

#50778D
(80,119,141)
#496D81
(73,109,129)
#426375
(66,99,117)
#3B5969
(59,89,105)
#344F5D
(52,79,93)
#2D4551
(45,69,81)
#263B45
(38,59,69)
#1F3139
(31,49,57)
#18272D
(24,39,45)
#111D21
(17,29,33)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #50778D

#50778D
(80,119,141)
#5F8397
(95,131,151)
#6E8FA1
(110,143,161)
#7D9BAB
(125,155,171)
#8CA7B5
(140,167,181)
#9BB3BF
(155,179,191)
#AABFC9
(170,191,201)
#B9CBD3
(185,203,211)
#C8D7DD
(200,215,221)
#D7E3E7
(215,227,231)
#E6EFF1
(230,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50778D color. Also use rgb(80,119,141) instead hex code.

Text Font Color

.myTextColor { color: #50778D; }

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

This text font color is #50778D.

Background Color

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

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

This div background color is #50778D.

Border color

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

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

This div border color is #50778D.

Opacity

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

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

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

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

This text has shadow with #50778D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50778D.

Preview

Color preview on black background

This text has color #50778D on black background.


Color preview on white background

This text has color #50778D on white background.


Black color preview on #50778D background

This text has black color on #50778D background.


White color preview on #50778D background

This text has white color on #50778D background.


Related colors

Complementary color

Complementary color for #hex is #AF8872.


I love getcolorcode.com

Triadic colors

1 #8D5077 and #778D50 with #50778D are triadic colors.

2 #8D7750 and #77508D with #50778D are triadic colors.