COLOR #50B95B

HEX: #50B95B
RGB: (80,185,91)

Color info

#50B95B contains mainly green color. Web safe color of #50B95B is #66CC66 (or #6C6).

RGB color model

#50B95B color RGB value is (80,185,91).

  • red value is 80;
  • green value is 185;
  • blue value is 91.
RGB:
(80,185,91)
(31%,73%,36%)

RGB channels and saturation

R 80 of 255 = 31%
G 185 of 255 = 73%
B 91 of 255 = 36%

80
185
91

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

Portions of RGB colors in percentages

R + G + B =
80 + 185 + 91 = 356 (100%)
R 80 of 356 ~ 22.47%
G 185 of 356 ~ 51.97%
B 91 of 356 ~ 25.56%

%22.47
%51.97
%25.56

CMYK color model

#50B95B color CMYK value is (57,0,51,27).

  • cyan value is 56.76%
  • magenta value is 0.00%
  • yellow value is 50.81%
  • key color value is 27.45%
CMYK:
(57,0,51,27)
C57M0Y51K27 
(57%,0%,51%,27%)
(0.57/0.00/0.51/0.27)	

CMYK percentages

%56.76
%0
%50.81
%27.45

Codes

Color #50B95B in popluar color models

50B95B
RGB8018591
HSL126°42.86%51.96%
HSB/HSV126°56.76%72.55%
CMYK56.76%0.00%50.81%
27.45%

Color #50B95B in popluar number systems.

HEX50B95B
Decimal8018591
Binary1010000101110011011011
Octal120271133

Shades and tints

Shades of #50B95B

#50B95B
(80,185,91)
#49A953
(73,169,83)
#42994B
(66,153,75)
#3B8943
(59,137,67)
#34793B
(52,121,59)
#2D6933
(45,105,51)
#26592B
(38,89,43)
#1F4923
(31,73,35)
#18391B
(24,57,27)
#112913
(17,41,19)
#0A190B
(10,25,11)
#000000
(0,0,0)

Tints of #50B95B

#50B95B
(80,185,91)
#5FBF69
(95,191,105)
#6EC577
(110,197,119)
#7DCB85
(125,203,133)
#8CD193
(140,209,147)
#9BD7A1
(155,215,161)
#AADDAF
(170,221,175)
#B9E3BD
(185,227,189)
#C8E9CB
(200,233,203)
#D7EFD9
(215,239,217)
#E6F5E7
(230,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B95B color. Also use rgb(80,185,91) instead hex code.

Text Font Color

.myTextColor { color: #50B95B; }

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

This text font color is #50B95B.


Background Color

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

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

This div background color is #50B95B.


Border color

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

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

This div border color is #50B95B.


Opacity

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

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

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

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

This text has shadow with #50B95B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B95B on black background.


Color preview on white background

This text has color #50B95B on white background.



Black color preview on #50B95B background

This text has black color on #50B95B background.


White color preview on #50B95B background

This text has white color on #50B95B background.