COLOR #507777

HEX: #507777 RGB: (80,119,119)

Color info

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

RGB color model

#507777 color RGB value is (80,119,119).

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

RGB channels and saturation

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

80
119
119

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

Portions of RGB colors in percentages

R + G + B = 80 + 119 + 119 = 318 (100%)
R 80 of 318 ~ 25.16%
G 119 of 318 ~ 37.42%
B 119 of 318 ~ 37.42'%

%25.16
%37.42
%37.42

CMYK color model

#507777 color CMYK value is (33,0,0,53).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (33,0,0,53)
C33M0Y0K53 (33%, 0%, 0%, 53%)
(0.33 / 0.00 / 0.00 / 0.53)

CMYK percentages

%32.77
%0
%0
%53.33

Codes

Color #507777 in popluar color models

50 77 77
RGB 80 119 119
HSL 180° 19.60% 39.02%
HSB/HSV 180° 32.77% 46.67%
CMYK 32.77% 0.00% 0.00%
53.33%

Color #507777 in popluar number systems.

HEX 50 77 77
Decimal 80 119 119
Binary 1010000 1110111 1110111
Octal 120 167 167

Shades and tints

Shades of #507777

#507777
(80,119,119)
#496D6D
(73,109,109)
#426363
(66,99,99)
#3B5959
(59,89,89)
#344F4F
(52,79,79)
#2D4545
(45,69,69)
#263B3B
(38,59,59)
#1F3131
(31,49,49)
#182727
(24,39,39)
#111D1D
(17,29,29)
#0A1313
(10,19,19)
#000000
(0,0,0)

Tints of #507777

#507777
(80,119,119)
#5F8383
(95,131,131)
#6E8F8F
(110,143,143)
#7D9B9B
(125,155,155)
#8CA7A7
(140,167,167)
#9BB3B3
(155,179,179)
#AABFBF
(170,191,191)
#B9CBCB
(185,203,203)
#C8D7D7
(200,215,215)
#D7E3E3
(215,227,227)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507777; }

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

This text font color is #507777.

Background Color

.myBgColor { background-color: #507777; }

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

This div background color is #507777.

Border color

.myBorderColor { border: 1px solid #507777; }

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

This div border color is #507777.

Opacity

.myOpacity80 { color: #507777; opacity: 0.8; }

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

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

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

This text has shadow with #507777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #507777.

Preview

Color preview on black background

This text has color #507777 on black background.


Color preview on white background

This text has color #507777 on white background.


Black color preview on #507777 background

This text has black color on #507777 background.


White color preview on #507777 background

This text has white color on #507777 background.


Related colors

Complementary color

Complementary color for #hex is #AF8888.


I love getcolorcode.com