COLOR #509F7A

HEX: #509F7A
RGB: (80,159,122)

Color info

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

RGB color model

#509F7A color RGB value is (80,159,122).

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

RGB channels and saturation

R 80 of 255 = 31%
G 159 of 255 = 62%
B 122 of 255 = 48%

80
159
122

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

Portions of RGB colors in percentages

R + G + B =
80 + 159 + 122 = 361 (100%)
R 80 of 361 ~ 22.16%
G 159 of 361 ~ 44.04%
B 122 of 361 ~ 33.8%

%22.16
%44.04
%33.8

CMYK color model

#509F7A color CMYK value is (50,0,23,38).

  • cyan value is 49.69%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • key color value is 37.65%
CMYK:
(50,0,23,38)
C50M0Y23K38 
(50%,0%,23%,38%)
(0.50/0.00/0.23/0.38)	

CMYK percentages

%49.69
%0
%23.27
%37.65

Codes

Color #509F7A in popluar color models

509F7A
RGB80159122
HSL152°33.05%46.86%
HSB/HSV152°49.69%62.35%
CMYK49.69%0.00%23.27%
37.65%

Color #509F7A in popluar number systems.

HEX509F7A
Decimal80159122
Binary1010000100111111111010
Octal120237172

Shades and tints

Shades of #509F7A

#509F7A
(80,159,122)
#49916F
(73,145,111)
#428364
(66,131,100)
#3B7559
(59,117,89)
#34674E
(52,103,78)
#2D5943
(45,89,67)
#264B38
(38,75,56)
#1F3D2D
(31,61,45)
#182F22
(24,47,34)
#112117
(17,33,23)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #509F7A

#509F7A
(80,159,122)
#5FA786
(95,167,134)
#6EAF92
(110,175,146)
#7DB79E
(125,183,158)
#8CBFAA
(140,191,170)
#9BC7B6
(155,199,182)
#AACFC2
(170,207,194)
#B9D7CE
(185,215,206)
#C8DFDA
(200,223,218)
#D7E7E6
(215,231,230)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509F7A; }

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

This text font color is #509F7A.


Background Color

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

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

This div background color is #509F7A.


Border color

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

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

This div border color is #509F7A.


Opacity

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

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

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

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

This text has shadow with #509F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509F7A on black background.


Color preview on white background

This text has color #509F7A on white background.



Black color preview on #509F7A background

This text has black color on #509F7A background.


White color preview on #509F7A background

This text has white color on #509F7A background.