COLOR #508F7F

HEX: #508F7F
RGB: (80,143,127)

Color info

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

RGB color model

#508F7F color RGB value is (80,143,127).

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

RGB channels and saturation

R 80 of 255 = 31%
G 143 of 255 = 56%
B 127 of 255 = 50%

80
143
127

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

Portions of RGB colors in percentages

R + G + B =
80 + 143 + 127 = 350 (100%)
R 80 of 350 ~ 22.86%
G 143 of 350 ~ 40.86%
B 127 of 350 ~ 36.29%

%22.86
%40.86
%36.29

CMYK color model

#508F7F color CMYK value is (44,0,11,44).

  • cyan value is 44.06%
  • magenta value is 0.00%
  • yellow value is 11.19%
  • key color value is 43.92%
CMYK:
(44,0,11,44)
C44M0Y11K44 
(44%,0%,11%,44%)
(0.44/0.00/0.11/0.44)	

CMYK percentages

%44.06
%0
%11.19
%43.92

Codes

Color #508F7F in popluar color models

508F7F
RGB80143127
HSL165°28.25%43.73%
HSB/HSV165°44.06%56.08%
CMYK44.06%0.00%11.19%
43.92%

Color #508F7F in popluar number systems.

HEX508F7F
Decimal80143127
Binary1010000100011111111111
Octal120217177

Shades and tints

Shades of #508F7F

#508F7F
(80,143,127)
#498274
(73,130,116)
#427569
(66,117,105)
#3B685E
(59,104,94)
#345B53
(52,91,83)
#2D4E48
(45,78,72)
#26413D
(38,65,61)
#1F3432
(31,52,50)
#182727
(24,39,39)
#111A1C
(17,26,28)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #508F7F

#508F7F
(80,143,127)
#5F998A
(95,153,138)
#6EA395
(110,163,149)
#7DADA0
(125,173,160)
#8CB7AB
(140,183,171)
#9BC1B6
(155,193,182)
#AACBC1
(170,203,193)
#B9D5CC
(185,213,204)
#C8DFD7
(200,223,215)
#D7E9E2
(215,233,226)
#E6F3ED
(230,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508F7F; }

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

This text font color is #508F7F.


Background Color

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

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

This div background color is #508F7F.


Border color

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

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

This div border color is #508F7F.


Opacity

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

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

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

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

This text has shadow with #508F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508F7F on black background.


Color preview on white background

This text has color #508F7F on white background.



Black color preview on #508F7F background

This text has black color on #508F7F background.


White color preview on #508F7F background

This text has white color on #508F7F background.