COLOR #509D3E

HEX: #509D3E RGB: (80,157,62)

Color info

#509D3E contains mainly green color. Web safe color of #509D3E is #669933 (or #693).

RGB color model

#509D3E color RGB value is (80,157,62).

RGB: (80,157,62) (31%, 62%, 24%)

RGB channels and saturation

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

80
157
62

R + G + B ~ 39%. #509D3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 157 + 62 = 299 (100%)
R 80 of 299 ~ 26.76%
G 157 of 299 ~ 52.51%
B 62 of 299 ~ 20.74'%

%26.76
%52.51
%20.74

CMYK color model

#509D3E color CMYK value is (49,0,61,38).

  • cyan value is 49.04%
  • magenta value is 0.00%
  • yellow value is 60.51%
  • key color value is 38.43%

CMYK: (49,0,61,38)
C49M0Y61K38 (49%, 0%, 61%, 38%)
(0.49 / 0.00 / 0.61 / 0.38)

CMYK percentages

%49.04
%0
%60.51
%38.43

Codes

Color #509D3E in popluar color models

50 9D 3E
RGB 80 157 62
HSL 109° 43.38% 42.94%
HSB/HSV 109° 60.51% 61.57%
CMYK 49.04% 0.00% 60.51%
38.43%

Color #509D3E in popluar number systems.

HEX 50 9D 3E
Decimal 80 157 62
Binary 1010000 10011101 111110
Octal 120 235 76

Shades and tints

Shades of #509D3E

#509D3E
(80,157,62)
#498F39
(73,143,57)
#428134
(66,129,52)
#3B732F
(59,115,47)
#34652A
(52,101,42)
#2D5725
(45,87,37)
#264920
(38,73,32)
#1F3B1B
(31,59,27)
#182D16
(24,45,22)
#111F11
(17,31,17)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #509D3E

#509D3E
(80,157,62)
#5FA54F
(95,165,79)
#6EAD60
(110,173,96)
#7DB571
(125,181,113)
#8CBD82
(140,189,130)
#9BC593
(155,197,147)
#AACDA4
(170,205,164)
#B9D5B5
(185,213,181)
#C8DDC6
(200,221,198)
#D7E5D7
(215,229,215)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509D3E; }

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

This text font color is #509D3E.

Background Color

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

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

This div background color is #509D3E.

Border color

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

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

This div border color is #509D3E.

Opacity

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

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

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

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

This text has shadow with #509D3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #509D3E.

Preview

Color preview on black background

This text has color #509D3E on black background.


Color preview on white background

This text has color #509D3E on white background.


Black color preview on #509D3E background

This text has black color on #509D3E background.


White color preview on #509D3E background

This text has white color on #509D3E background.


Related colors

Complementary color

Complementary color for #hex is #AF62C1.


I love getcolorcode.com

Triadic colors

1 #3E509D and #9D3E50 with #509D3E are triadic colors.

2 #3E9D50 and #9D503E with #509D3E are triadic colors.