COLOR #508771

HEX: #508771
RGB: (80,135,113)

Color info

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

RGB color model

#508771 color RGB value is (80,135,113).

  • red value is 80;
  • green value is 135;
  • blue value is 113.
RGB:
(80,135,113)
(31%,53%,44%)

RGB channels and saturation

R 80 of 255 = 31%
G 135 of 255 = 53%
B 113 of 255 = 44%

80
135
113

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

Portions of RGB colors in percentages

R + G + B =
80 + 135 + 113 = 328 (100%)
R 80 of 328 ~ 24.39%
G 135 of 328 ~ 41.16%
B 113 of 328 ~ 34.45%

%24.39
%41.16
%34.45

CMYK color model

#508771 color CMYK value is (41,0,16,47).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 47.06%
CMYK:
(41,0,16,47)
C41M0Y16K47 
(41%,0%,16%,47%)
(0.41/0.00/0.16/0.47)	

CMYK percentages

%40.74
%0
%16.3
%47.06

Codes

Color #508771 in popluar color models

508771
RGB80135113
HSL156°25.58%42.16%
HSB/HSV156°40.74%52.94%
CMYK40.74%0.00%16.30%
47.06%

Color #508771 in popluar number systems.

HEX508771
Decimal80135113
Binary1010000100001111110001
Octal120207161

Shades and tints

Shades of #508771

#508771
(80,135,113)
#497B67
(73,123,103)
#426F5D
(66,111,93)
#3B6353
(59,99,83)
#345749
(52,87,73)
#2D4B3F
(45,75,63)
#263F35
(38,63,53)
#1F332B
(31,51,43)
#182721
(24,39,33)
#111B17
(17,27,23)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #508771

#508771
(80,135,113)
#5F917D
(95,145,125)
#6E9B89
(110,155,137)
#7DA595
(125,165,149)
#8CAFA1
(140,175,161)
#9BB9AD
(155,185,173)
#AAC3B9
(170,195,185)
#B9CDC5
(185,205,197)
#C8D7D1
(200,215,209)
#D7E1DD
(215,225,221)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508771; }

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

This text font color is #508771.


Background Color

.myBgColor { background-color: #508771; }

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

This div background color is #508771.


Border color

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

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

This div border color is #508771.


Opacity

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

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

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

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

This text has shadow with #508771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508771 on black background.


Color preview on white background

This text has color #508771 on white background.



Black color preview on #508771 background

This text has black color on #508771 background.


White color preview on #508771 background

This text has white color on #508771 background.