COLOR #50B18B

HEX: #50B18B
RGB: (80,177,139)

Color info

#50B18B contains mainly green and blue colors. Web safe color of #50B18B is #669999 (or #699).

RGB color model

#50B18B color RGB value is (80,177,139).

  • red value is 80;
  • green value is 177;
  • blue value is 139.
RGB:
(80,177,139)
(31%,69%,55%)

RGB channels and saturation

R 80 of 255 = 31%
G 177 of 255 = 69%
B 139 of 255 = 55%

80
177
139

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

Portions of RGB colors in percentages

R + G + B =
80 + 177 + 139 = 396 (100%)
R 80 of 396 ~ 20.2%
G 177 of 396 ~ 44.7%
B 139 of 396 ~ 35.1%

%20.2
%44.7
%35.1

CMYK color model

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

  • cyan value is 54.80%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 30.59%
CMYK:
(55,0,21,31)
C55M0Y21K31 
(55%,0%,21%,31%)
(0.55/0.00/0.21/0.31)	

CMYK percentages

%54.8
%0
%21.47
%30.59

Codes

Color #50B18B in popluar color models

50B18B
RGB80177139
HSL156°38.34%50.39%
HSB/HSV156°54.80%69.41%
CMYK54.80%0.00%21.47%
30.59%

Color #50B18B in popluar number systems.

HEX50B18B
Decimal80177139
Binary10100001011000110001011
Octal120261213

Shades and tints

Shades of #50B18B

#50B18B
(80,177,139)
#49A17F
(73,161,127)
#429173
(66,145,115)
#3B8167
(59,129,103)
#34715B
(52,113,91)
#2D614F
(45,97,79)
#265143
(38,81,67)
#1F4137
(31,65,55)
#18312B
(24,49,43)
#11211F
(17,33,31)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #50B18B

#50B18B
(80,177,139)
#5FB895
(95,184,149)
#6EBF9F
(110,191,159)
#7DC6A9
(125,198,169)
#8CCDB3
(140,205,179)
#9BD4BD
(155,212,189)
#AADBC7
(170,219,199)
#B9E2D1
(185,226,209)
#C8E9DB
(200,233,219)
#D7F0E5
(215,240,229)
#E6F7EF
(230,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B18B color. Also use rgb(80,177,139) instead hex code.

Text Font Color

.myTextColor { color: #50B18B; }

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

This text font color is #50B18B.


Background Color

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

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

This div background color is #50B18B.


Border color

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

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

This div border color is #50B18B.


Opacity

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

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

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

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

This text has shadow with #50B18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B18B on black background.


Color preview on white background

This text has color #50B18B on white background.



Black color preview on #50B18B background

This text has black color on #50B18B background.


White color preview on #50B18B background

This text has white color on #50B18B background.