COLOR #50A400

HEX: #50A400
RGB: (80,164,0)

Color info

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

RGB color model

#50A400 color RGB value is (80,164,0).

  • red value is 80;
  • green value is 164;
  • blue value is 0.
RGB:
(80,164,0)
(31%,64%,0%)

RGB channels and saturation

R 80 of 255 = 31%
G 164 of 255 = 64%
B 0 of 255 = 0%

80
164
0

R + G + B ~ 32%. #50A400 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 164 + 0 = 244 (100%)
R 80 of 244 ~ 32.79%
G 164 of 244 ~ 67.21%
B 0 of 244 ~ 0%

%32.79
%67.21

CMYK color model

#50A400 color CMYK value is (51,0,100,36).

  • cyan value is 51.22%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 35.69%
CMYK:
(51,0,100,36)
C51M0Y100K36 
(51%,0%,100%,36%)
(0.51/0.00/1.00/0.36)	

CMYK percentages

%51.22
%0
%100
%35.69

Codes

Color #50A400 in popluar color models

50A400
RGB801640
HSL91°100.00%32.16%
HSB/HSV91°100.00%64.31%
CMYK51.22%0.00%100.00%
35.69%

Color #50A400 in popluar number systems.

HEX50A400
Decimal801640
Binary1010000101001000
Octal1202440

Shades and tints

Shades of #50A400

#50A400
(80,164,0)
#499600
(73,150,0)
#428800
(66,136,0)
#3B7A00
(59,122,0)
#346C00
(52,108,0)
#2D5E00
(45,94,0)
#265000
(38,80,0)
#1F4200
(31,66,0)
#183400
(24,52,0)
#112600
(17,38,0)
#0A1800
(10,24,0)
#000000
(0,0,0)

Tints of #50A400

#50A400
(80,164,0)
#5FAC17
(95,172,23)
#6EB42E
(110,180,46)
#7DBC45
(125,188,69)
#8CC45C
(140,196,92)
#9BCC73
(155,204,115)
#AAD48A
(170,212,138)
#B9DCA1
(185,220,161)
#C8E4B8
(200,228,184)
#D7ECCF
(215,236,207)
#E6F4E6
(230,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A400 color. Also use rgb(80,164,0) instead hex code.

Text Font Color

.myTextColor { color: #50A400; }

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

This text font color is #50A400.


Background Color

.myBgColor { background-color: #50A400; }

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

This div background color is #50A400.


Border color

.myBorderColor { border: 1px solid #50A400; }

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

This div border color is #50A400.


Opacity

.myOpacity80 { color: #50A400; opacity: 0.8; }

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

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

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

This text has shadow with #50A400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A400 on black background.


Color preview on white background

This text has color #50A400 on white background.



Black color preview on #50A400 background

This text has black color on #50A400 background.


White color preview on #50A400 background

This text has white color on #50A400 background.