COLOR #50A43A

HEX: #50A43A
RGB: (80,164,58)

Color info

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

RGB color model

#50A43A color RGB value is (80,164,58).

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

RGB channels and saturation

R 80 of 255 = 31%
G 164 of 255 = 64%
B 58 of 255 = 23%

80
164
58

R + G + B ~ 39%. #50A43A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 164 + 58 = 302 (100%)
R 80 of 302 ~ 26.49%
G 164 of 302 ~ 54.3%
B 58 of 302 ~ 19.21%

%26.49
%54.3
%19.21

CMYK color model

#50A43A color CMYK value is (51,0,65,36).

  • cyan value is 51.22%
  • magenta value is 0.00%
  • yellow value is 64.63%
  • key color value is 35.69%
CMYK:
(51,0,65,36)
C51M0Y65K36 
(51%,0%,65%,36%)
(0.51/0.00/0.65/0.36)	

CMYK percentages

%51.22
%0
%64.63
%35.69

Codes

Color #50A43A in popluar color models

50A43A
RGB8016458
HSL108°47.75%43.53%
HSB/HSV108°64.63%64.31%
CMYK51.22%0.00%64.63%
35.69%

Color #50A43A in popluar number systems.

HEX50A43A
Decimal8016458
Binary101000010100100111010
Octal12024472

Shades and tints

Shades of #50A43A

#50A43A
(80,164,58)
#499635
(73,150,53)
#428830
(66,136,48)
#3B7A2B
(59,122,43)
#346C26
(52,108,38)
#2D5E21
(45,94,33)
#26501C
(38,80,28)
#1F4217
(31,66,23)
#183412
(24,52,18)
#11260D
(17,38,13)
#0A1808
(10,24,8)
#000000
(0,0,0)

Tints of #50A43A

#50A43A
(80,164,58)
#5FAC4B
(95,172,75)
#6EB45C
(110,180,92)
#7DBC6D
(125,188,109)
#8CC47E
(140,196,126)
#9BCC8F
(155,204,143)
#AAD4A0
(170,212,160)
#B9DCB1
(185,220,177)
#C8E4C2
(200,228,194)
#D7ECD3
(215,236,211)
#E6F4E4
(230,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50A43A; }

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

This text font color is #50A43A.


Background Color

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

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

This div background color is #50A43A.


Border color

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

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

This div border color is #50A43A.


Opacity

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

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

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

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

This text has shadow with #50A43A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A43A on black background.


Color preview on white background

This text has color #50A43A on white background.



Black color preview on #50A43A background

This text has black color on #50A43A background.


White color preview on #50A43A background

This text has white color on #50A43A background.