COLOR #508E85

HEX: #508E85 RGB: (80,142,133)

Color info

#508E85 contains mainly green and blue colors. Web safe color of #508E85 is #669999 (or #699).

RGB color model

#508E85 color RGB value is (80,142,133).

RGB: (80,142,133) (31%, 56%, 52%)

RGB channels and saturation

R 80 of 255 = 31%
G 142 of 255 = 56%
B 133 of 255 = 52%

80
142
133

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

Portions of RGB colors in percentages

R + G + B = 80 + 142 + 133 = 355 (100%)
R 80 of 355 ~ 22.54%
G 142 of 355 ~ 40%
B 133 of 355 ~ 37.46'%

%22.54
%40
%37.46

CMYK color model

#508E85 color CMYK value is (44,0,6,44).

  • cyan value is 43.66%
  • magenta value is 0.00%
  • yellow value is 6.34%
  • key color value is 44.31%

CMYK: (44,0,6,44)
C44M0Y6K44 (44%, 0%, 6%, 44%)
(0.44 / 0.00 / 0.06 / 0.44)

CMYK percentages

%43.66
%0
%6.34
%44.31

Codes

Color #508E85 in popluar color models

50 8E 85
RGB 80 142 133
HSL 171° 27.93% 43.53%
HSB/HSV 171° 43.66% 55.69%
CMYK 43.66% 0.00% 6.34%
44.31%

Color #508E85 in popluar number systems.

HEX 50 8E 85
Decimal 80 142 133
Binary 1010000 10001110 10000101
Octal 120 216 205

Shades and tints

Shades of #508E85

#508E85
(80,142,133)
#498279
(73,130,121)
#42766D
(66,118,109)
#3B6A61
(59,106,97)
#345E55
(52,94,85)
#2D5249
(45,82,73)
#26463D
(38,70,61)
#1F3A31
(31,58,49)
#182E25
(24,46,37)
#112219
(17,34,25)
#0A160D
(10,22,13)
#000000
(0,0,0)

Tints of #508E85

#508E85
(80,142,133)
#5F9890
(95,152,144)
#6EA29B
(110,162,155)
#7DACA6
(125,172,166)
#8CB6B1
(140,182,177)
#9BC0BC
(155,192,188)
#AACAC7
(170,202,199)
#B9D4D2
(185,212,210)
#C8DEDD
(200,222,221)
#D7E8E8
(215,232,232)
#E6F2F3
(230,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508E85 color. Also use rgb(80,142,133) instead hex code.

Text Font Color

.myTextColor { color: #508E85; }

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

This text font color is #508E85.

Background Color

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

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

This div background color is #508E85.

Border color

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

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

This div border color is #508E85.

Opacity

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

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

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

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

This text has shadow with #508E85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #508E85.

Preview

Color preview on black background

This text has color #508E85 on black background.


Color preview on white background

This text has color #508E85 on white background.


Black color preview on #508E85 background

This text has black color on #508E85 background.


White color preview on #508E85 background

This text has white color on #508E85 background.


Related colors

Complementary color

Complementary color for #hex is #AF717A.


I love getcolorcode.com

Triadic colors

1 #85508E and #8E8550 with #508E85 are triadic colors.

2 #858E50 and #8E5085 with #508E85 are triadic colors.