COLOR #50A891

HEX: #50A891
RGB: (80,168,145)

Color info

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

RGB color model

#50A891 color RGB value is (80,168,145).

  • red value is 80;
  • green value is 168;
  • blue value is 145.
RGB:
(80,168,145)
(31%,66%,57%)

RGB channels and saturation

R 80 of 255 = 31%
G 168 of 255 = 66%
B 145 of 255 = 57%

80
168
145

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

Portions of RGB colors in percentages

R + G + B =
80 + 168 + 145 = 393 (100%)
R 80 of 393 ~ 20.36%
G 168 of 393 ~ 42.75%
B 145 of 393 ~ 36.9%

%20.36
%42.75
%36.9

CMYK color model

#50A891 color CMYK value is (52,0,14,34).

  • cyan value is 52.38%
  • magenta value is 0.00%
  • yellow value is 13.69%
  • key color value is 34.12%
CMYK:
(52,0,14,34)
C52M0Y14K34 
(52%,0%,14%,34%)
(0.52/0.00/0.14/0.34)	

CMYK percentages

%52.38
%0
%13.69
%34.12

Codes

Color #50A891 in popluar color models

50A891
RGB80168145
HSL164°35.48%48.63%
HSB/HSV164°52.38%65.88%
CMYK52.38%0.00%13.69%
34.12%

Color #50A891 in popluar number systems.

HEX50A891
Decimal80168145
Binary10100001010100010010001
Octal120250221

Shades and tints

Shades of #50A891

#50A891
(80,168,145)
#499984
(73,153,132)
#428A77
(66,138,119)
#3B7B6A
(59,123,106)
#346C5D
(52,108,93)
#2D5D50
(45,93,80)
#264E43
(38,78,67)
#1F3F36
(31,63,54)
#183029
(24,48,41)
#11211C
(17,33,28)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #50A891

#50A891
(80,168,145)
#5FAF9B
(95,175,155)
#6EB6A5
(110,182,165)
#7DBDAF
(125,189,175)
#8CC4B9
(140,196,185)
#9BCBC3
(155,203,195)
#AAD2CD
(170,210,205)
#B9D9D7
(185,217,215)
#C8E0E1
(200,224,225)
#D7E7EB
(215,231,235)
#E6EEF5
(230,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A891 color. Also use rgb(80,168,145) instead hex code.

Text Font Color

.myTextColor { color: #50A891; }

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

This text font color is #50A891.


Background Color

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

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

This div background color is #50A891.


Border color

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

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

This div border color is #50A891.


Opacity

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

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

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

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

This text has shadow with #50A891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A891 on black background.


Color preview on white background

This text has color #50A891 on white background.



Black color preview on #50A891 background

This text has black color on #50A891 background.


White color preview on #50A891 background

This text has white color on #50A891 background.