COLOR #50B04F

HEX: #50B04F RGB: (80,176,79)

Color info

#50B04F contains mainly green color. Web safe color of #50B04F is #669966 (or #696).

RGB color model

#50B04F color RGB value is (80,176,79).

RGB: (80,176,79) (31%, 69%, 31%)

RGB channels and saturation

R 80 of 255 = 31%
G 176 of 255 = 69%
B 79 of 255 = 31%

80
176
79

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

Portions of RGB colors in percentages

R + G + B = 80 + 176 + 79 = 335 (100%)
R 80 of 335 ~ 23.88%
G 176 of 335 ~ 52.54%
B 79 of 335 ~ 23.58'%

%23.88
%52.54
%23.58

CMYK color model

#50B04F color CMYK value is (55,0,55,31).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 55.11%
  • key color value is 30.98%

CMYK: (55,0,55,31)
C55M0Y55K31 (55%, 0%, 55%, 31%)
(0.55 / 0.00 / 0.55 / 0.31)

CMYK percentages

%54.55
%0
%55.11
%30.98

Codes

Color #50B04F in popluar color models

50 B0 4F
RGB 80 176 79
HSL 119° 38.04% 50.00%
HSB/HSV 119° 55.11% 69.02%
CMYK 54.55% 0.00% 55.11%
30.98%

Color #50B04F in popluar number systems.

HEX 50 B0 4F
Decimal 80 176 79
Binary 1010000 10110000 1001111
Octal 120 260 117

Shades and tints

Shades of #50B04F

#50B04F
(80,176,79)
#49A048
(73,160,72)
#429041
(66,144,65)
#3B803A
(59,128,58)
#347033
(52,112,51)
#2D602C
(45,96,44)
#265025
(38,80,37)
#1F401E
(31,64,30)
#183017
(24,48,23)
#112010
(17,32,16)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #50B04F

#50B04F
(80,176,79)
#5FB75F
(95,183,95)
#6EBE6F
(110,190,111)
#7DC57F
(125,197,127)
#8CCC8F
(140,204,143)
#9BD39F
(155,211,159)
#AADAAF
(170,218,175)
#B9E1BF
(185,225,191)
#C8E8CF
(200,232,207)
#D7EFDF
(215,239,223)
#E6F6EF
(230,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B04F color. Also use rgb(80,176,79) instead hex code.

Text Font Color

.myTextColor { color: #50B04F; }

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

This text font color is #50B04F.

Background Color

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

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

This div background color is #50B04F.

Border color

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

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

This div border color is #50B04F.

Opacity

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

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

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

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

This text has shadow with #50B04F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50B04F.

Preview

Color preview on black background

This text has color #50B04F on black background.


Color preview on white background

This text has color #50B04F on white background.


Black color preview on #50B04F background

This text has black color on #50B04F background.


White color preview on #50B04F background

This text has white color on #50B04F background.


Related colors

Complementary color

Complementary color for #hex is #AF4FB0.


I love getcolorcode.com

Triadic colors

1 #4F50B0 and #B04F50 with #50B04F are triadic colors.

2 #4FB050 and #B0504F with #50B04F are triadic colors.