COLOR #50A73F

HEX: #50A73F
RGB: (80,167,63)

Color info

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

RGB color model

#50A73F color RGB value is (80,167,63).

  • red value is 80;
  • green value is 167;
  • blue value is 63.
RGB:
(80,167,63)
(31%,65%,25%)

RGB channels and saturation

R 80 of 255 = 31%
G 167 of 255 = 65%
B 63 of 255 = 25%

80
167
63

R + G + B ~ 40%. #50A73F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 167 + 63 = 310 (100%)
R 80 of 310 ~ 25.81%
G 167 of 310 ~ 53.87%
B 63 of 310 ~ 20.32%

%25.81
%53.87
%20.32

CMYK color model

#50A73F color CMYK value is (52,0,62,35).

  • cyan value is 52.10%
  • magenta value is 0.00%
  • yellow value is 62.28%
  • key color value is 34.51%
CMYK:
(52,0,62,35)
C52M0Y62K35 
(52%,0%,62%,35%)
(0.52/0.00/0.62/0.35)	

CMYK percentages

%52.1
%0
%62.28
%34.51

Codes

Color #50A73F in popluar color models

50A73F
RGB8016763
HSL110°45.22%45.10%
HSB/HSV110°62.28%65.49%
CMYK52.10%0.00%62.28%
34.51%

Color #50A73F in popluar number systems.

HEX50A73F
Decimal8016763
Binary101000010100111111111
Octal12024777

Shades and tints

Shades of #50A73F

#50A73F
(80,167,63)
#49983A
(73,152,58)
#428935
(66,137,53)
#3B7A30
(59,122,48)
#346B2B
(52,107,43)
#2D5C26
(45,92,38)
#264D21
(38,77,33)
#1F3E1C
(31,62,28)
#182F17
(24,47,23)
#112012
(17,32,18)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #50A73F

#50A73F
(80,167,63)
#5FAF50
(95,175,80)
#6EB761
(110,183,97)
#7DBF72
(125,191,114)
#8CC783
(140,199,131)
#9BCF94
(155,207,148)
#AAD7A5
(170,215,165)
#B9DFB6
(185,223,182)
#C8E7C7
(200,231,199)
#D7EFD8
(215,239,216)
#E6F7E9
(230,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A73F color. Also use rgb(80,167,63) instead hex code.

Text Font Color

.myTextColor { color: #50A73F; }

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

This text font color is #50A73F.


Background Color

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

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

This div background color is #50A73F.


Border color

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

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

This div border color is #50A73F.


Opacity

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

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

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

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

This text has shadow with #50A73F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A73F on black background.


Color preview on white background

This text has color #50A73F on white background.



Black color preview on #50A73F background

This text has black color on #50A73F background.


White color preview on #50A73F background

This text has white color on #50A73F background.