COLOR #50A290

HEX: #50A290
RGB: (80,162,144)

Color info

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

RGB color model

#50A290 color RGB value is (80,162,144).

  • red value is 80;
  • green value is 162;
  • blue value is 144.
RGB:
(80,162,144)
(31%,64%,56%)

RGB channels and saturation

R 80 of 255 = 31%
G 162 of 255 = 64%
B 144 of 255 = 56%

80
162
144

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

Portions of RGB colors in percentages

R + G + B =
80 + 162 + 144 = 386 (100%)
R 80 of 386 ~ 20.73%
G 162 of 386 ~ 41.97%
B 144 of 386 ~ 37.31%

%20.73
%41.97
%37.31

CMYK color model

#50A290 color CMYK value is (51,0,11,36).

  • cyan value is 50.62%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 36.47%
CMYK:
(51,0,11,36)
C51M0Y11K36 
(51%,0%,11%,36%)
(0.51/0.00/0.11/0.36)	

CMYK percentages

%50.62
%0
%11.11
%36.47

Codes

Color #50A290 in popluar color models

50A290
RGB80162144
HSL167°33.88%47.45%
HSB/HSV167°50.62%63.53%
CMYK50.62%0.00%11.11%
36.47%

Color #50A290 in popluar number systems.

HEX50A290
Decimal80162144
Binary10100001010001010010000
Octal120242220

Shades and tints

Shades of #50A290

#50A290
(80,162,144)
#499483
(73,148,131)
#428676
(66,134,118)
#3B7869
(59,120,105)
#346A5C
(52,106,92)
#2D5C4F
(45,92,79)
#264E42
(38,78,66)
#1F4035
(31,64,53)
#183228
(24,50,40)
#11241B
(17,36,27)
#0A160E
(10,22,14)
#000000
(0,0,0)

Tints of #50A290

#50A290
(80,162,144)
#5FAA9A
(95,170,154)
#6EB2A4
(110,178,164)
#7DBAAE
(125,186,174)
#8CC2B8
(140,194,184)
#9BCAC2
(155,202,194)
#AAD2CC
(170,210,204)
#B9DAD6
(185,218,214)
#C8E2E0
(200,226,224)
#D7EAEA
(215,234,234)
#E6F2F4
(230,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A290 color. Also use rgb(80,162,144) instead hex code.

Text Font Color

.myTextColor { color: #50A290; }

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

This text font color is #50A290.


Background Color

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

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

This div background color is #50A290.


Border color

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

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

This div border color is #50A290.


Opacity

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

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

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

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

This text has shadow with #50A290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A290 on black background.


Color preview on white background

This text has color #50A290 on white background.



Black color preview on #50A290 background

This text has black color on #50A290 background.


White color preview on #50A290 background

This text has white color on #50A290 background.