COLOR #509D25

HEX: #509D25
RGB: (80,157,37)

Color info

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

RGB color model

#509D25 color RGB value is (80,157,37).

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

RGB channels and saturation

R 80 of 255 = 31%
G 157 of 255 = 62%
B 37 of 255 = 15%

80
157
37

R + G + B ~ 36%. #509D25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 157 + 37 = 274 (100%)
R 80 of 274 ~ 29.2%
G 157 of 274 ~ 57.3%
B 37 of 274 ~ 13.5%

%29.2
%57.3
%13.5

CMYK color model

#509D25 color CMYK value is (49,0,76,38).

  • cyan value is 49.04%
  • magenta value is 0.00%
  • yellow value is 76.43%
  • key color value is 38.43%
CMYK:
(49,0,76,38)
C49M0Y76K38 
(49%,0%,76%,38%)
(0.49/0.00/0.76/0.38)	

CMYK percentages

%49.04
%0
%76.43
%38.43

Codes

Color #509D25 in popluar color models

509D25
RGB8015737
HSL99°61.86%38.04%
HSB/HSV99°76.43%61.57%
CMYK49.04%0.00%76.43%
38.43%

Color #509D25 in popluar number systems.

HEX509D25
Decimal8015737
Binary101000010011101100101
Octal12023545

Shades and tints

Shades of #509D25

#509D25
(80,157,37)
#498F22
(73,143,34)
#42811F
(66,129,31)
#3B731C
(59,115,28)
#346519
(52,101,25)
#2D5716
(45,87,22)
#264913
(38,73,19)
#1F3B10
(31,59,16)
#182D0D
(24,45,13)
#111F0A
(17,31,10)
#0A1107
(10,17,7)
#000000
(0,0,0)

Tints of #509D25

#509D25
(80,157,37)
#5FA538
(95,165,56)
#6EAD4B
(110,173,75)
#7DB55E
(125,181,94)
#8CBD71
(140,189,113)
#9BC584
(155,197,132)
#AACD97
(170,205,151)
#B9D5AA
(185,213,170)
#C8DDBD
(200,221,189)
#D7E5D0
(215,229,208)
#E6EDE3
(230,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509D25; }

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

This text font color is #509D25.


Background Color

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

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

This div background color is #509D25.


Border color

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

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

This div border color is #509D25.


Opacity

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

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

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

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

This text has shadow with #509D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509D25 on black background.


Color preview on white background

This text has color #509D25 on white background.



Black color preview on #509D25 background

This text has black color on #509D25 background.


White color preview on #509D25 background

This text has white color on #509D25 background.