COLOR #50B73D

HEX: #50B73D
RGB: (80,183,61)

Color info

#50B73D contains mainly green color. Web safe color of #50B73D is #66CC33 (or #6C3).

RGB color model

#50B73D color RGB value is (80,183,61).

  • red value is 80;
  • green value is 183;
  • blue value is 61.
RGB:
(80,183,61)
(31%,72%,24%)

RGB channels and saturation

R 80 of 255 = 31%
G 183 of 255 = 72%
B 61 of 255 = 24%

80
183
61

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

Portions of RGB colors in percentages

R + G + B =
80 + 183 + 61 = 324 (100%)
R 80 of 324 ~ 24.69%
G 183 of 324 ~ 56.48%
B 61 of 324 ~ 18.83%

%24.69
%56.48
%18.83

CMYK color model

#50B73D color CMYK value is (56,0,67,28).

  • cyan value is 56.28%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 28.24%
CMYK:
(56,0,67,28)
C56M0Y67K28 
(56%,0%,67%,28%)
(0.56/0.00/0.67/0.28)	

CMYK percentages

%56.28
%0
%66.67
%28.24

Codes

Color #50B73D in popluar color models

50B73D
RGB8018361
HSL111°50.00%47.84%
HSB/HSV111°66.67%71.76%
CMYK56.28%0.00%66.67%
28.24%

Color #50B73D in popluar number systems.

HEX50B73D
Decimal8018361
Binary101000010110111111101
Octal12026775

Shades and tints

Shades of #50B73D

#50B73D
(80,183,61)
#49A738
(73,167,56)
#429733
(66,151,51)
#3B872E
(59,135,46)
#347729
(52,119,41)
#2D6724
(45,103,36)
#26571F
(38,87,31)
#1F471A
(31,71,26)
#183715
(24,55,21)
#112710
(17,39,16)
#0A170B
(10,23,11)
#000000
(0,0,0)

Tints of #50B73D

#50B73D
(80,183,61)
#5FBD4E
(95,189,78)
#6EC35F
(110,195,95)
#7DC970
(125,201,112)
#8CCF81
(140,207,129)
#9BD592
(155,213,146)
#AADBA3
(170,219,163)
#B9E1B4
(185,225,180)
#C8E7C5
(200,231,197)
#D7EDD6
(215,237,214)
#E6F3E7
(230,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B73D color. Also use rgb(80,183,61) instead hex code.

Text Font Color

.myTextColor { color: #50B73D; }

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

This text font color is #50B73D.


Background Color

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

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

This div background color is #50B73D.


Border color

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

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

This div border color is #50B73D.


Opacity

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

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

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

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

This text has shadow with #50B73D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B73D on black background.


Color preview on white background

This text has color #50B73D on white background.



Black color preview on #50B73D background

This text has black color on #50B73D background.


White color preview on #50B73D background

This text has white color on #50B73D background.