COLOR #508D7A

HEX: #508D7A
RGB: (80,141,122)

Color info

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

RGB color model

#508D7A color RGB value is (80,141,122).

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

RGB channels and saturation

R 80 of 255 = 31%
G 141 of 255 = 55%
B 122 of 255 = 48%

80
141
122

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

Portions of RGB colors in percentages

R + G + B =
80 + 141 + 122 = 343 (100%)
R 80 of 343 ~ 23.32%
G 141 of 343 ~ 41.11%
B 122 of 343 ~ 35.57%

%23.32
%41.11
%35.57

CMYK color model

#508D7A color CMYK value is (43,0,13,45).

  • cyan value is 43.26%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 44.71%
CMYK:
(43,0,13,45)
C43M0Y13K45 
(43%,0%,13%,45%)
(0.43/0.00/0.13/0.45)	

CMYK percentages

%43.26
%0
%13.48
%44.71

Codes

Color #508D7A in popluar color models

508D7A
RGB80141122
HSL161°27.60%43.33%
HSB/HSV161°43.26%55.29%
CMYK43.26%0.00%13.48%
44.71%

Color #508D7A in popluar number systems.

HEX508D7A
Decimal80141122
Binary1010000100011011111010
Octal120215172

Shades and tints

Shades of #508D7A

#508D7A
(80,141,122)
#49816F
(73,129,111)
#427564
(66,117,100)
#3B6959
(59,105,89)
#345D4E
(52,93,78)
#2D5143
(45,81,67)
#264538
(38,69,56)
#1F392D
(31,57,45)
#182D22
(24,45,34)
#112117
(17,33,23)
#0A150C
(10,21,12)
#000000
(0,0,0)

Tints of #508D7A

#508D7A
(80,141,122)
#5F9786
(95,151,134)
#6EA192
(110,161,146)
#7DAB9E
(125,171,158)
#8CB5AA
(140,181,170)
#9BBFB6
(155,191,182)
#AAC9C2
(170,201,194)
#B9D3CE
(185,211,206)
#C8DDDA
(200,221,218)
#D7E7E6
(215,231,230)
#E6F1F2
(230,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508D7A; }

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

This text font color is #508D7A.


Background Color

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

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

This div background color is #508D7A.


Border color

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

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

This div border color is #508D7A.


Opacity

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

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

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

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

This text has shadow with #508D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508D7A on black background.


Color preview on white background

This text has color #508D7A on white background.



Black color preview on #508D7A background

This text has black color on #508D7A background.


White color preview on #508D7A background

This text has white color on #508D7A background.