COLOR #509806

HEX: #509806
RGB: (80,152,6)

Color info

#509806 contains mainly green color. Web safe color of #509806 is #669900 (or #690).

RGB color model

#509806 color RGB value is (80,152,6).

  • red value is 80;
  • green value is 152;
  • blue value is 6.
RGB:
(80,152,6)
(31%,60%,2%)

RGB channels and saturation

R 80 of 255 = 31%
G 152 of 255 = 60%
B 6 of 255 = 2%

80
152
6

R + G + B ~ 31%. #509806 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 152 + 6 = 238 (100%)
R 80 of 238 ~ 33.61%
G 152 of 238 ~ 63.87%
B 6 of 238 ~ 2.52%

%33.61
%63.87

CMYK color model

#509806 color CMYK value is (47,0,96,40).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 96.05%
  • key color value is 40.39%
CMYK:
(47,0,96,40)
C47M0Y96K40 
(47%,0%,96%,40%)
(0.47/0.00/0.96/0.40)	

CMYK percentages

%47.37
%0
%96.05
%40.39

Codes

Color #509806 in popluar color models

509806
RGB801526
HSL90°92.41%30.98%
HSB/HSV90°96.05%59.61%
CMYK47.37%0.00%96.05%
40.39%

Color #509806 in popluar number systems.

HEX509806
Decimal801526
Binary101000010011000110
Octal1202306

Shades and tints

Shades of #509806

#509806
(80,152,6)
#498B06
(73,139,6)
#427E06
(66,126,6)
#3B7106
(59,113,6)
#346406
(52,100,6)
#2D5706
(45,87,6)
#264A06
(38,74,6)
#1F3D06
(31,61,6)
#183006
(24,48,6)
#112306
(17,35,6)
#0A1606
(10,22,6)
#000000
(0,0,0)

Tints of #509806

#509806
(80,152,6)
#5FA11C
(95,161,28)
#6EAA32
(110,170,50)
#7DB348
(125,179,72)
#8CBC5E
(140,188,94)
#9BC574
(155,197,116)
#AACE8A
(170,206,138)
#B9D7A0
(185,215,160)
#C8E0B6
(200,224,182)
#D7E9CC
(215,233,204)
#E6F2E2
(230,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509806 color. Also use rgb(80,152,6) instead hex code.

Text Font Color

.myTextColor { color: #509806; }

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

This text font color is #509806.


Background Color

.myBgColor { background-color: #509806; }

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

This div background color is #509806.


Border color

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

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

This div border color is #509806.


Opacity

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

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

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

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

This text has shadow with #509806 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509806 on black background.


Color preview on white background

This text has color #509806 on white background.



Black color preview on #509806 background

This text has black color on #509806 background.


White color preview on #509806 background

This text has white color on #509806 background.