COLOR #509640

HEX: #509640
RGB: (80,150,64)

Color info

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

RGB color model

#509640 color RGB value is (80,150,64).

  • red value is 80;
  • green value is 150;
  • blue value is 64.
RGB:
(80,150,64)
(31%,59%,25%)

RGB channels and saturation

R 80 of 255 = 31%
G 150 of 255 = 59%
B 64 of 255 = 25%

80
150
64

R + G + B ~ 38%. #509640 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 150 + 64 = 294 (100%)
R 80 of 294 ~ 27.21%
G 150 of 294 ~ 51.02%
B 64 of 294 ~ 21.77%

%27.21
%51.02
%21.77

CMYK color model

#509640 color CMYK value is (47,0,57,41).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 57.33%
  • key color value is 41.18%
CMYK:
(47,0,57,41)
C47M0Y57K41 
(47%,0%,57%,41%)
(0.47/0.00/0.57/0.41)	

CMYK percentages

%46.67
%0
%57.33
%41.18

Codes

Color #509640 in popluar color models

509640
RGB8015064
HSL109°40.19%41.96%
HSB/HSV109°57.33%58.82%
CMYK46.67%0.00%57.33%
41.18%

Color #509640 in popluar number systems.

HEX509640
Decimal8015064
Binary1010000100101101000000
Octal120226100

Shades and tints

Shades of #509640

#509640
(80,150,64)
#49893B
(73,137,59)
#427C36
(66,124,54)
#3B6F31
(59,111,49)
#34622C
(52,98,44)
#2D5527
(45,85,39)
#264822
(38,72,34)
#1F3B1D
(31,59,29)
#182E18
(24,46,24)
#112113
(17,33,19)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #509640

#509640
(80,150,64)
#5F9F51
(95,159,81)
#6EA862
(110,168,98)
#7DB173
(125,177,115)
#8CBA84
(140,186,132)
#9BC395
(155,195,149)
#AACCA6
(170,204,166)
#B9D5B7
(185,213,183)
#C8DEC8
(200,222,200)
#D7E7D9
(215,231,217)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509640 color. Also use rgb(80,150,64) instead hex code.

Text Font Color

.myTextColor { color: #509640; }

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

This text font color is #509640.


Background Color

.myBgColor { background-color: #509640; }

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

This div background color is #509640.


Border color

.myBorderColor { border: 1px solid #509640; }

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

This div border color is #509640.


Opacity

.myOpacity80 { color: #509640; opacity: 0.8; }

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

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

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

This text has shadow with #509640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509640 on black background.


Color preview on white background

This text has color #509640 on white background.



Black color preview on #509640 background

This text has black color on #509640 background.


White color preview on #509640 background

This text has white color on #509640 background.