COLOR #509D4E

HEX: #509D4E
RGB: (80,157,78)

Color info

#509D4E contains mainly green color. Web safe color of #509D4E is #669966 (or #696).

RGB color model

#509D4E color RGB value is (80,157,78).

  • red value is 80;
  • green value is 157;
  • blue value is 78.
RGB:
(80,157,78)
(31%,62%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 157 of 255 = 62%
B 78 of 255 = 31%

80
157
78

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

Portions of RGB colors in percentages

R + G + B =
80 + 157 + 78 = 315 (100%)
R 80 of 315 ~ 25.4%
G 157 of 315 ~ 49.84%
B 78 of 315 ~ 24.76%

%25.4
%49.84
%24.76

CMYK color model

#509D4E color CMYK value is (49,0,50,38).

  • cyan value is 49.04%
  • magenta value is 0.00%
  • yellow value is 50.32%
  • key color value is 38.43%
CMYK:
(49,0,50,38)
C49M0Y50K38 
(49%,0%,50%,38%)
(0.49/0.00/0.50/0.38)	

CMYK percentages

%49.04
%0
%50.32
%38.43

Codes

Color #509D4E in popluar color models

509D4E
RGB8015778
HSL118°33.62%46.08%
HSB/HSV118°50.32%61.57%
CMYK49.04%0.00%50.32%
38.43%

Color #509D4E in popluar number systems.

HEX509D4E
Decimal8015778
Binary1010000100111011001110
Octal120235116

Shades and tints

Shades of #509D4E

#509D4E
(80,157,78)
#498F47
(73,143,71)
#428140
(66,129,64)
#3B7339
(59,115,57)
#346532
(52,101,50)
#2D572B
(45,87,43)
#264924
(38,73,36)
#1F3B1D
(31,59,29)
#182D16
(24,45,22)
#111F0F
(17,31,15)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #509D4E

#509D4E
(80,157,78)
#5FA55E
(95,165,94)
#6EAD6E
(110,173,110)
#7DB57E
(125,181,126)
#8CBD8E
(140,189,142)
#9BC59E
(155,197,158)
#AACDAE
(170,205,174)
#B9D5BE
(185,213,190)
#C8DDCE
(200,221,206)
#D7E5DE
(215,229,222)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509D4E color. Also use rgb(80,157,78) instead hex code.

Text Font Color

.myTextColor { color: #509D4E; }

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

This text font color is #509D4E.


Background Color

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

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

This div background color is #509D4E.


Border color

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

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

This div border color is #509D4E.


Opacity

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

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

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

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

This text has shadow with #509D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509D4E on black background.


Color preview on white background

This text has color #509D4E on white background.



Black color preview on #509D4E background

This text has black color on #509D4E background.


White color preview on #509D4E background

This text has white color on #509D4E background.