COLOR #508977

HEX: #508977
RGB: (80,137,119)

Color info

#508977 contains red, green and blue colors in about the same proportion. Web safe color of #508977 is #669966 (or #696).

RGB color model

#508977 color RGB value is (80,137,119).

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

RGB channels and saturation

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

80
137
119

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

Portions of RGB colors in percentages

R + G + B =
80 + 137 + 119 = 336 (100%)
R 80 of 336 ~ 23.81%
G 137 of 336 ~ 40.77%
B 119 of 336 ~ 35.42%

%23.81
%40.77
%35.42

CMYK color model

#508977 color CMYK value is (42,0,13,46).

  • cyan value is 41.61%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 46.27%
CMYK:
(42,0,13,46)
C42M0Y13K46 
(42%,0%,13%,46%)
(0.42/0.00/0.13/0.46)	

CMYK percentages

%41.61
%0
%13.14
%46.27

Codes

Color #508977 in popluar color models

508977
RGB80137119
HSL161°26.27%42.55%
HSB/HSV161°41.61%53.73%
CMYK41.61%0.00%13.14%
46.27%

Color #508977 in popluar number systems.

HEX508977
Decimal80137119
Binary1010000100010011110111
Octal120211167

Shades and tints

Shades of #508977

#508977
(80,137,119)
#497D6D
(73,125,109)
#427163
(66,113,99)
#3B6559
(59,101,89)
#34594F
(52,89,79)
#2D4D45
(45,77,69)
#26413B
(38,65,59)
#1F3531
(31,53,49)
#182927
(24,41,39)
#111D1D
(17,29,29)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #508977

#508977
(80,137,119)
#5F9383
(95,147,131)
#6E9D8F
(110,157,143)
#7DA79B
(125,167,155)
#8CB1A7
(140,177,167)
#9BBBB3
(155,187,179)
#AAC5BF
(170,197,191)
#B9CFCB
(185,207,203)
#C8D9D7
(200,217,215)
#D7E3E3
(215,227,227)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508977; }

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

This text font color is #508977.


Background Color

.myBgColor { background-color: #508977; }

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

This div background color is #508977.


Border color

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

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

This div border color is #508977.


Opacity

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

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

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

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

This text has shadow with #508977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508977 on black background.


Color preview on white background

This text has color #508977 on white background.



Black color preview on #508977 background

This text has black color on #508977 background.


White color preview on #508977 background

This text has white color on #508977 background.