COLOR #509B7F

HEX: #509B7F RGB: (80,155,127)

Color info

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

RGB color model

#509B7F color RGB value is (80,155,127).

RGB: (80,155,127) (31%, 61%, 50%)

RGB channels and saturation

R 80 of 255 = 31%
G 155 of 255 = 61%
B 127 of 255 = 50%

80
155
127

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

Portions of RGB colors in percentages

R + G + B = 80 + 155 + 127 = 362 (100%)
R 80 of 362 ~ 22.1%
G 155 of 362 ~ 42.82%
B 127 of 362 ~ 35.08'%

%22.1
%42.82
%35.08

CMYK color model

#509B7F color CMYK value is (48,0,18,39).

  • cyan value is 48.39%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 39.22%

CMYK: (48,0,18,39)
C48M0Y18K39 (48%, 0%, 18%, 39%)
(0.48 / 0.00 / 0.18 / 0.39)

CMYK percentages

%48.39
%0
%18.06
%39.22

Codes

Color #509B7F in popluar color models

50 9B 7F
RGB 80 155 127
HSL 158° 31.91% 46.08%
HSB/HSV 158° 48.39% 60.78%
CMYK 48.39% 0.00% 18.06%
39.22%

Color #509B7F in popluar number systems.

HEX 50 9B 7F
Decimal 80 155 127
Binary 1010000 10011011 1111111
Octal 120 233 177

Shades and tints

Shades of #509B7F

#509B7F
(80,155,127)
#498D74
(73,141,116)
#427F69
(66,127,105)
#3B715E
(59,113,94)
#346353
(52,99,83)
#2D5548
(45,85,72)
#26473D
(38,71,61)
#1F3932
(31,57,50)
#182B27
(24,43,39)
#111D1C
(17,29,28)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #509B7F

#509B7F
(80,155,127)
#5FA48A
(95,164,138)
#6EAD95
(110,173,149)
#7DB6A0
(125,182,160)
#8CBFAB
(140,191,171)
#9BC8B6
(155,200,182)
#AAD1C1
(170,209,193)
#B9DACC
(185,218,204)
#C8E3D7
(200,227,215)
#D7ECE2
(215,236,226)
#E6F5ED
(230,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509B7F color. Also use rgb(80,155,127) instead hex code.

Text Font Color

.myTextColor { color: #509B7F; }

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

This text font color is #509B7F.

Background Color

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

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

This div background color is #509B7F.

Border color

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

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

This div border color is #509B7F.

Opacity

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

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

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

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

This text has shadow with #509B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #509B7F.

Preview

Color preview on black background

This text has color #509B7F on black background.


Color preview on white background

This text has color #509B7F on white background.


Black color preview on #509B7F background

This text has black color on #509B7F background.


White color preview on #509B7F background

This text has white color on #509B7F background.


Related colors

Complementary color

Complementary color for #hex is #AF6480.


I love getcolorcode.com

Triadic colors

1 #7F509B and #9B7F50 with #509B7F are triadic colors.

2 #7F9B50 and #9B507F with #509B7F are triadic colors.