COLOR #507577

HEX: #507577
RGB: (80,117,119)

Color info

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

RGB color model

#507577 color RGB value is (80,117,119).

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

RGB channels and saturation

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

80
117
119

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

Portions of RGB colors in percentages

R + G + B =
80 + 117 + 119 = 316 (100%)
R 80 of 316 ~ 25.32%
G 117 of 316 ~ 37.03%
B 119 of 316 ~ 37.66%

%25.32
%37.03
%37.66

CMYK color model

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

  • cyan value is 32.77%
  • magenta value is 1.68%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(33,2,0,53)
C33M2Y0K53 
(33%,2%,0%,53%)
(0.33/0.02/0.00/0.53)	

CMYK percentages

%32.77
%1.68
%0
%53.33

Codes

Color #507577 in popluar color models

507577
RGB80117119
HSL183°19.60%39.02%
HSB/HSV183°32.77%46.67%
CMYK32.77%1.68%0.00%
53.33%

Color #507577 in popluar number systems.

HEX507577
Decimal80117119
Binary101000011101011110111
Octal120165167

Shades and tints

Shades of #507577

#507577
(80,117,119)
#496B6D
(73,107,109)
#426163
(66,97,99)
#3B5759
(59,87,89)
#344D4F
(52,77,79)
#2D4345
(45,67,69)
#26393B
(38,57,59)
#1F2F31
(31,47,49)
#182527
(24,37,39)
#111B1D
(17,27,29)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #507577

#507577
(80,117,119)
#5F8183
(95,129,131)
#6E8D8F
(110,141,143)
#7D999B
(125,153,155)
#8CA5A7
(140,165,167)
#9BB1B3
(155,177,179)
#AABDBF
(170,189,191)
#B9C9CB
(185,201,203)
#C8D5D7
(200,213,215)
#D7E1E3
(215,225,227)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507577; }

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

This text font color is #507577.


Background Color

.myBgColor { background-color: #507577; }

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

This div background color is #507577.


Border color

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

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

This div border color is #507577.


Opacity

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

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

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

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

This text has shadow with #507577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507577 on black background.


Color preview on white background

This text has color #507577 on white background.



Black color preview on #507577 background

This text has black color on #507577 background.


White color preview on #507577 background

This text has white color on #507577 background.