COLOR #50B83B

HEX: #50B83B
RGB: (80,184,59)

Color info

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

RGB color model

#50B83B color RGB value is (80,184,59).

  • red value is 80;
  • green value is 184;
  • blue value is 59.
RGB:
(80,184,59)
(31%,72%,23%)

RGB channels and saturation

R 80 of 255 = 31%
G 184 of 255 = 72%
B 59 of 255 = 23%

80
184
59

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

Portions of RGB colors in percentages

R + G + B =
80 + 184 + 59 = 323 (100%)
R 80 of 323 ~ 24.77%
G 184 of 323 ~ 56.97%
B 59 of 323 ~ 18.27%

%24.77
%56.97
%18.27

CMYK color model

#50B83B color CMYK value is (57,0,68,28).

  • cyan value is 56.52%
  • magenta value is 0.00%
  • yellow value is 67.93%
  • key color value is 27.84%
CMYK:
(57,0,68,28)
C57M0Y68K28 
(57%,0%,68%,28%)
(0.57/0.00/0.68/0.28)	

CMYK percentages

%56.52
%0
%67.93
%27.84

Codes

Color #50B83B in popluar color models

50B83B
RGB8018459
HSL110°51.44%47.65%
HSB/HSV110°67.93%72.16%
CMYK56.52%0.00%67.93%
27.84%

Color #50B83B in popluar number systems.

HEX50B83B
Decimal8018459
Binary101000010111000111011
Octal12027073

Shades and tints

Shades of #50B83B

#50B83B
(80,184,59)
#49A836
(73,168,54)
#429831
(66,152,49)
#3B882C
(59,136,44)
#347827
(52,120,39)
#2D6822
(45,104,34)
#26581D
(38,88,29)
#1F4818
(31,72,24)
#183813
(24,56,19)
#11280E
(17,40,14)
#0A1809
(10,24,9)
#000000
(0,0,0)

Tints of #50B83B

#50B83B
(80,184,59)
#5FBE4C
(95,190,76)
#6EC45D
(110,196,93)
#7DCA6E
(125,202,110)
#8CD07F
(140,208,127)
#9BD690
(155,214,144)
#AADCA1
(170,220,161)
#B9E2B2
(185,226,178)
#C8E8C3
(200,232,195)
#D7EED4
(215,238,212)
#E6F4E5
(230,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B83B color. Also use rgb(80,184,59) instead hex code.

Text Font Color

.myTextColor { color: #50B83B; }

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

This text font color is #50B83B.


Background Color

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

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

This div background color is #50B83B.


Border color

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

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

This div border color is #50B83B.


Opacity

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

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

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

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

This text has shadow with #50B83B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B83B on black background.


Color preview on white background

This text has color #50B83B on white background.



Black color preview on #50B83B background

This text has black color on #50B83B background.


White color preview on #50B83B background

This text has white color on #50B83B background.