COLOR #508D77

HEX: #508D77 RGB: (80,141,119)

Color info

#508D77 contains mainly green and blue colors. Web safe color of #508D77 is #669966 (or #696).

RGB color model

#508D77 color RGB value is (80,141,119).

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

RGB channels and saturation

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

80
141
119

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

Portions of RGB colors in percentages

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

%23.53
%41.47
%35

CMYK color model

#508D77 color CMYK value is (43,0,16,45).

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

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

CMYK percentages

%43.26
%0
%15.6
%44.71

Codes

Color #508D77 in popluar color models

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

Color #508D77 in popluar number systems.

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

Shades and tints

Shades of #508D77

#508D77
(80,141,119)
#49816D
(73,129,109)
#427563
(66,117,99)
#3B6959
(59,105,89)
#345D4F
(52,93,79)
#2D5145
(45,81,69)
#26453B
(38,69,59)
#1F3931
(31,57,49)
#182D27
(24,45,39)
#11211D
(17,33,29)
#0A1513
(10,21,19)
#000000
(0,0,0)

Tints of #508D77

#508D77
(80,141,119)
#5F9783
(95,151,131)
#6EA18F
(110,161,143)
#7DAB9B
(125,171,155)
#8CB5A7
(140,181,167)
#9BBFB3
(155,191,179)
#AAC9BF
(170,201,191)
#B9D3CB
(185,211,203)
#C8DDD7
(200,221,215)
#D7E7E3
(215,231,227)
#E6F1EF
(230,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508D77; }

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

This text font color is #508D77.

Background Color

.myBgColor { background-color: #508D77; }

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

This div background color is #508D77.

Border color

.myBorderColor { border: 1px solid #508D77; }

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

This div border color is #508D77.

Opacity

.myOpacity80 { color: #508D77; opacity: 0.8; }

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

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

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

This text has shadow with #508D77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #508D77.

Preview

Color preview on black background

This text has color #508D77 on black background.


Color preview on white background

This text has color #508D77 on white background.


Black color preview on #508D77 background

This text has black color on #508D77 background.


White color preview on #508D77 background

This text has white color on #508D77 background.


Related colors

Complementary color

Complementary color for #hex is #AF7288.


I love getcolorcode.com

Triadic colors

1 #77508D and #8D7750 with #508D77 are triadic colors.

2 #778D50 and #8D5077 with #508D77 are triadic colors.