COLOR #50B094

HEX: #50B094
RGB: (80,176,148)

Color info

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

RGB color model

#50B094 color RGB value is (80,176,148).

  • red value is 80;
  • green value is 176;
  • blue value is 148.
RGB:
(80,176,148)
(31%,69%,58%)

RGB channels and saturation

R 80 of 255 = 31%
G 176 of 255 = 69%
B 148 of 255 = 58%

80
176
148

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

Portions of RGB colors in percentages

R + G + B =
80 + 176 + 148 = 404 (100%)
R 80 of 404 ~ 19.8%
G 176 of 404 ~ 43.56%
B 148 of 404 ~ 36.63%

%19.8
%43.56
%36.63

CMYK color model

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

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 30.98%
CMYK:
(55,0,16,31)
C55M0Y16K31 
(55%,0%,16%,31%)
(0.55/0.00/0.16/0.31)	

CMYK percentages

%54.55
%0
%15.91
%30.98

Codes

Color #50B094 in popluar color models

50B094
RGB80176148
HSL163°37.80%50.20%
HSB/HSV163°54.55%69.02%
CMYK54.55%0.00%15.91%
30.98%

Color #50B094 in popluar number systems.

HEX50B094
Decimal80176148
Binary10100001011000010010100
Octal120260224

Shades and tints

Shades of #50B094

#50B094
(80,176,148)
#49A087
(73,160,135)
#42907A
(66,144,122)
#3B806D
(59,128,109)
#347060
(52,112,96)
#2D6053
(45,96,83)
#265046
(38,80,70)
#1F4039
(31,64,57)
#18302C
(24,48,44)
#11201F
(17,32,31)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #50B094

#50B094
(80,176,148)
#5FB79D
(95,183,157)
#6EBEA6
(110,190,166)
#7DC5AF
(125,197,175)
#8CCCB8
(140,204,184)
#9BD3C1
(155,211,193)
#AADACA
(170,218,202)
#B9E1D3
(185,225,211)
#C8E8DC
(200,232,220)
#D7EFE5
(215,239,229)
#E6F6EE
(230,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50B094; }

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

This text font color is #50B094.


Background Color

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

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

This div background color is #50B094.


Border color

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

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

This div border color is #50B094.


Opacity

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

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

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

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

This text has shadow with #50B094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B094 on black background.


Color preview on white background

This text has color #50B094 on white background.



Black color preview on #50B094 background

This text has black color on #50B094 background.


White color preview on #50B094 background

This text has white color on #50B094 background.