COLOR #508F7A

HEX: #508F7A
RGB: (80,143,122)

Color info

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

RGB color model

#508F7A color RGB value is (80,143,122).

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

RGB channels and saturation

R 80 of 255 = 31%
G 143 of 255 = 56%
B 122 of 255 = 48%

80
143
122

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

Portions of RGB colors in percentages

R + G + B =
80 + 143 + 122 = 345 (100%)
R 80 of 345 ~ 23.19%
G 143 of 345 ~ 41.45%
B 122 of 345 ~ 35.36%

%23.19
%41.45
%35.36

CMYK color model

#508F7A color CMYK value is (44,0,15,44).

  • cyan value is 44.06%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 43.92%
CMYK:
(44,0,15,44)
C44M0Y15K44 
(44%,0%,15%,44%)
(0.44/0.00/0.15/0.44)	

CMYK percentages

%44.06
%0
%14.69
%43.92

Codes

Color #508F7A in popluar color models

508F7A
RGB80143122
HSL160°28.25%43.73%
HSB/HSV160°44.06%56.08%
CMYK44.06%0.00%14.69%
43.92%

Color #508F7A in popluar number systems.

HEX508F7A
Decimal80143122
Binary1010000100011111111010
Octal120217172

Shades and tints

Shades of #508F7A

#508F7A
(80,143,122)
#49826F
(73,130,111)
#427564
(66,117,100)
#3B6859
(59,104,89)
#345B4E
(52,91,78)
#2D4E43
(45,78,67)
#264138
(38,65,56)
#1F342D
(31,52,45)
#182722
(24,39,34)
#111A17
(17,26,23)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #508F7A

#508F7A
(80,143,122)
#5F9986
(95,153,134)
#6EA392
(110,163,146)
#7DAD9E
(125,173,158)
#8CB7AA
(140,183,170)
#9BC1B6
(155,193,182)
#AACBC2
(170,203,194)
#B9D5CE
(185,213,206)
#C8DFDA
(200,223,218)
#D7E9E6
(215,233,230)
#E6F3F2
(230,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508F7A; }

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

This text font color is #508F7A.


Background Color

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

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

This div background color is #508F7A.


Border color

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

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

This div border color is #508F7A.


Opacity

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

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

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

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

This text has shadow with #508F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508F7A on black background.


Color preview on white background

This text has color #508F7A on white background.



Black color preview on #508F7A background

This text has black color on #508F7A background.


White color preview on #508F7A background

This text has white color on #508F7A background.