COLOR #50989F

HEX: #50989F
RGB: (80,152,159)

Color info

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

RGB color model

#50989F color RGB value is (80,152,159).

  • red value is 80;
  • green value is 152;
  • blue value is 159.
RGB:
(80,152,159)
(31%,60%,62%)

RGB channels and saturation

R 80 of 255 = 31%
G 152 of 255 = 60%
B 159 of 255 = 62%

80
152
159

R + G + B ~ 51%. #50989F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 152 + 159 = 391 (100%)
R 80 of 391 ~ 20.46%
G 152 of 391 ~ 38.87%
B 159 of 391 ~ 40.66%

%20.46
%38.87
%40.66

CMYK color model

#50989F color CMYK value is (50,4,0,38).

  • cyan value is 49.69%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(50,4,0,38)
C50M4Y0K38 
(50%,4%,0%,38%)
(0.50/0.04/0.00/0.38)	

CMYK percentages

%49.69
%4.4
%0
%37.65

Codes

Color #50989F in popluar color models

50989F
RGB80152159
HSL185°33.05%46.86%
HSB/HSV185°49.69%62.35%
CMYK49.69%4.40%0.00%
37.65%

Color #50989F in popluar number systems.

HEX50989F
Decimal80152159
Binary10100001001100010011111
Octal120230237

Shades and tints

Shades of #50989F

#50989F
(80,152,159)
#498B91
(73,139,145)
#427E83
(66,126,131)
#3B7175
(59,113,117)
#346467
(52,100,103)
#2D5759
(45,87,89)
#264A4B
(38,74,75)
#1F3D3D
(31,61,61)
#18302F
(24,48,47)
#112321
(17,35,33)
#0A1613
(10,22,19)
#000000
(0,0,0)

Tints of #50989F

#50989F
(80,152,159)
#5FA1A7
(95,161,167)
#6EAAAF
(110,170,175)
#7DB3B7
(125,179,183)
#8CBCBF
(140,188,191)
#9BC5C7
(155,197,199)
#AACECF
(170,206,207)
#B9D7D7
(185,215,215)
#C8E0DF
(200,224,223)
#D7E9E7
(215,233,231)
#E6F2EF
(230,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50989F color. Also use rgb(80,152,159) instead hex code.

Text Font Color

.myTextColor { color: #50989F; }

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

This text font color is #50989F.


Background Color

.myBgColor { background-color: #50989F; }

<div style="background-color:#50989F">Inner text</div>

This div background color is #50989F.


Border color

.myBorderColor { border: 1px solid #50989F; }

<div style="border:3px solid #50989F">Div</div>

This div border color is #50989F.


Opacity

.myOpacity80 { color: #50989F; opacity: 0.8; }

<p style="color:#50989F;opacity:0.8;">80%</p>

Text with #50989F 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 #50989F;}

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

This text has shadow with #50989F color.

.textShadow {text-shadow: 3px 3px 1px #50989F, 3px 3px 1px red;}

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

This text has shadow with #50989F primary color and red secondary color.


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

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

This text has shadow with #50989F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50989F on black background.


Color preview on white background

This text has color #50989F on white background.



Black color preview on #50989F background

This text has black color on #50989F background.


White color preview on #50989F background

This text has white color on #50989F background.