COLOR #508F8E

HEX: #508F8E RGB: (80,143,142)

Color info

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

RGB color model

#508F8E color RGB value is (80,143,142).

RGB: (80,143,142) (31%, 56%, 56%)

RGB channels and saturation

R 80 of 255 = 31%
G 143 of 255 = 56%
B 142 of 255 = 56%

80
143
142

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

Portions of RGB colors in percentages

R + G + B = 80 + 143 + 142 = 365 (100%)
R 80 of 365 ~ 21.92%
G 143 of 365 ~ 39.18%
B 142 of 365 ~ 38.9'%

%21.92
%39.18
%38.9

CMYK color model

#508F8E color CMYK value is (44,0,1,44).

  • cyan value is 44.06%
  • magenta value is 0.00%
  • yellow value is 0.70%
  • key color value is 43.92%

CMYK: (44,0,1,44)
C44M0Y1K44 (44%, 0%, 1%, 44%)
(0.44 / 0.00 / 0.01 / 0.44)

CMYK percentages

%44.06
%0
%0.7
%43.92

Codes

Color #508F8E in popluar color models

50 8F 8E
RGB 80 143 142
HSL 179° 28.25% 43.73%
HSB/HSV 179° 44.06% 56.08%
CMYK 44.06% 0.00% 0.70%
43.92%

Color #508F8E in popluar number systems.

HEX 50 8F 8E
Decimal 80 143 142
Binary 1010000 10001111 10001110
Octal 120 217 216

Shades and tints

Shades of #508F8E

#508F8E
(80,143,142)
#498282
(73,130,130)
#427576
(66,117,118)
#3B686A
(59,104,106)
#345B5E
(52,91,94)
#2D4E52
(45,78,82)
#264146
(38,65,70)
#1F343A
(31,52,58)
#18272E
(24,39,46)
#111A22
(17,26,34)
#0A0D16
(10,13,22)
#000000
(0,0,0)

Tints of #508F8E

#508F8E
(80,143,142)
#5F9998
(95,153,152)
#6EA3A2
(110,163,162)
#7DADAC
(125,173,172)
#8CB7B6
(140,183,182)
#9BC1C0
(155,193,192)
#AACBCA
(170,203,202)
#B9D5D4
(185,213,212)
#C8DFDE
(200,223,222)
#D7E9E8
(215,233,232)
#E6F3F2
(230,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508F8E; }

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

This text font color is #508F8E.

Background Color

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

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

This div background color is #508F8E.

Border color

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

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

This div border color is #508F8E.

Opacity

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

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

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

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

This text has shadow with #508F8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #508F8E.

Preview

Color preview on black background

This text has color #508F8E on black background.


Color preview on white background

This text has color #508F8E on white background.


Black color preview on #508F8E background

This text has black color on #508F8E background.


White color preview on #508F8E background

This text has white color on #508F8E background.


Related colors

Complementary color

Complementary color for #hex is #AF7071.


I love getcolorcode.com

Triadic colors

1 #8E508F and #8F8E50 with #508F8E are triadic colors.

2 #8E8F50 and #8F508E with #508F8E are triadic colors.