COLOR #509D30

HEX: #509D30 RGB: (80,157,48)

Color info

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

RGB color model

#509D30 color RGB value is (80,157,48).

RGB: (80,157,48) (31%, 62%, 19%)

RGB channels and saturation

R 80 of 255 = 31%
G 157 of 255 = 62%
B 48 of 255 = 19%

80
157
48

R + G + B ~ 37%. #509D30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 157 + 48 = 285 (100%)
R 80 of 285 ~ 28.07%
G 157 of 285 ~ 55.09%
B 48 of 285 ~ 16.84'%

%28.07
%55.09
%16.84

CMYK color model

#509D30 color CMYK value is (49,0,69,38).

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

CMYK: (49,0,69,38)
C49M0Y69K38 (49%, 0%, 69%, 38%)
(0.49 / 0.00 / 0.69 / 0.38)

CMYK percentages

%49.04
%0
%69.43
%38.43

Codes

Color #509D30 in popluar color models

50 9D 30
RGB 80 157 48
HSL 102° 53.17% 40.20%
HSB/HSV 102° 69.43% 61.57%
CMYK 49.04% 0.00% 69.43%
38.43%

Color #509D30 in popluar number systems.

HEX 50 9D 30
Decimal 80 157 48
Binary 1010000 10011101 110000
Octal 120 235 60

Shades and tints

Shades of #509D30

#509D30
(80,157,48)
#498F2C
(73,143,44)
#428128
(66,129,40)
#3B7324
(59,115,36)
#346520
(52,101,32)
#2D571C
(45,87,28)
#264918
(38,73,24)
#1F3B14
(31,59,20)
#182D10
(24,45,16)
#111F0C
(17,31,12)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #509D30

#509D30
(80,157,48)
#5FA542
(95,165,66)
#6EAD54
(110,173,84)
#7DB566
(125,181,102)
#8CBD78
(140,189,120)
#9BC58A
(155,197,138)
#AACD9C
(170,205,156)
#B9D5AE
(185,213,174)
#C8DDC0
(200,221,192)
#D7E5D2
(215,229,210)
#E6EDE4
(230,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509D30; }

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

This text font color is #509D30.

Background Color

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

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

This div background color is #509D30.

Border color

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

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

This div border color is #509D30.

Opacity

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

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

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

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

This text has shadow with #509D30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #509D30.

Preview

Color preview on black background

This text has color #509D30 on black background.


Color preview on white background

This text has color #509D30 on white background.


Black color preview on #509D30 background

This text has black color on #509D30 background.


White color preview on #509D30 background

This text has white color on #509D30 background.


Related colors

Complementary color

Complementary color for #hex is #AF62CF.


I love getcolorcode.com

Triadic colors

1 #30509D and #9D3050 with #509D30 are triadic colors.

2 #309D50 and #9D5030 with #509D30 are triadic colors.