COLOR #508F8A

HEX: #508F8A
RGB: (80,143,138)

Color info

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

RGB color model

#508F8A color RGB value is (80,143,138).

  • red value is 80;
  • green value is 143;
  • blue value is 138.
RGB:
(80,143,138)
(31%,56%,54%)

RGB channels and saturation

R 80 of 255 = 31%
G 143 of 255 = 56%
B 138 of 255 = 54%

80
143
138

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

Portions of RGB colors in percentages

R + G + B =
80 + 143 + 138 = 361 (100%)
R 80 of 361 ~ 22.16%
G 143 of 361 ~ 39.61%
B 138 of 361 ~ 38.23%

%22.16
%39.61
%38.23

CMYK color model

#508F8A color CMYK value is (44,0,3,44).

  • cyan value is 44.06%
  • magenta value is 0.00%
  • yellow value is 3.50%
  • key color value is 43.92%
CMYK:
(44,0,3,44)
C44M0Y3K44 
(44%,0%,3%,44%)
(0.44/0.00/0.03/0.44)	

CMYK percentages

%44.06
%0
%3.5
%43.92

Codes

Color #508F8A in popluar color models

508F8A
RGB80143138
HSL175°28.25%43.73%
HSB/HSV175°44.06%56.08%
CMYK44.06%0.00%3.50%
43.92%

Color #508F8A in popluar number systems.

HEX508F8A
Decimal80143138
Binary10100001000111110001010
Octal120217212

Shades and tints

Shades of #508F8A

#508F8A
(80,143,138)
#49827E
(73,130,126)
#427572
(66,117,114)
#3B6866
(59,104,102)
#345B5A
(52,91,90)
#2D4E4E
(45,78,78)
#264142
(38,65,66)
#1F3436
(31,52,54)
#18272A
(24,39,42)
#111A1E
(17,26,30)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #508F8A

#508F8A
(80,143,138)
#5F9994
(95,153,148)
#6EA39E
(110,163,158)
#7DADA8
(125,173,168)
#8CB7B2
(140,183,178)
#9BC1BC
(155,193,188)
#AACBC6
(170,203,198)
#B9D5D0
(185,213,208)
#C8DFDA
(200,223,218)
#D7E9E4
(215,233,228)
#E6F3EE
(230,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508F8A; }

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

This text font color is #508F8A.


Background Color

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

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

This div background color is #508F8A.


Border color

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

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

This div border color is #508F8A.


Opacity

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

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

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

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

This text has shadow with #508F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508F8A on black background.


Color preview on white background

This text has color #508F8A on white background.



Black color preview on #508F8A background

This text has black color on #508F8A background.


White color preview on #508F8A background

This text has white color on #508F8A background.