COLOR #50777C

HEX: #50777C
RGB: (80,119,124)

Color info

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

RGB color model

#50777C color RGB value is (80,119,124).

  • red value is 80;
  • green value is 119;
  • blue value is 124.
RGB:
(80,119,124)
(31%,47%,49%)

RGB channels and saturation

R 80 of 255 = 31%
G 119 of 255 = 47%
B 124 of 255 = 49%

80
119
124

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

Portions of RGB colors in percentages

R + G + B =
80 + 119 + 124 = 323 (100%)
R 80 of 323 ~ 24.77%
G 119 of 323 ~ 36.84%
B 124 of 323 ~ 38.39%

%24.77
%36.84
%38.39

CMYK color model

#50777C color CMYK value is (35,4,0,51).

  • cyan value is 35.48%
  • magenta value is 4.03%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(35,4,0,51)
C35M4Y0K51 
(35%,4%,0%,51%)
(0.35/0.04/0.00/0.51)	

CMYK percentages

%35.48
%4.03
%0
%51.37

Codes

Color #50777C in popluar color models

50777C
RGB80119124
HSL187°21.57%40.00%
HSB/HSV187°35.48%48.63%
CMYK35.48%4.03%0.00%
51.37%

Color #50777C in popluar number systems.

HEX50777C
Decimal80119124
Binary101000011101111111100
Octal120167174

Shades and tints

Shades of #50777C

#50777C
(80,119,124)
#496D71
(73,109,113)
#426366
(66,99,102)
#3B595B
(59,89,91)
#344F50
(52,79,80)
#2D4545
(45,69,69)
#263B3A
(38,59,58)
#1F312F
(31,49,47)
#182724
(24,39,36)
#111D19
(17,29,25)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #50777C

#50777C
(80,119,124)
#5F8387
(95,131,135)
#6E8F92
(110,143,146)
#7D9B9D
(125,155,157)
#8CA7A8
(140,167,168)
#9BB3B3
(155,179,179)
#AABFBE
(170,191,190)
#B9CBC9
(185,203,201)
#C8D7D4
(200,215,212)
#D7E3DF
(215,227,223)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50777C; }

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

This text font color is #50777C.


Background Color

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

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

This div background color is #50777C.


Border color

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

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

This div border color is #50777C.


Opacity

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

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

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

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

This text has shadow with #50777C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50777C on black background.


Color preview on white background

This text has color #50777C on white background.



Black color preview on #50777C background

This text has black color on #50777C background.


White color preview on #50777C background

This text has white color on #50777C background.