COLOR #50A493

HEX: #50A493
RGB: (80,164,147)

Color info

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

RGB color model

#50A493 color RGB value is (80,164,147).

  • red value is 80;
  • green value is 164;
  • blue value is 147.
RGB:
(80,164,147)
(31%,64%,58%)

RGB channels and saturation

R 80 of 255 = 31%
G 164 of 255 = 64%
B 147 of 255 = 58%

80
164
147

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

Portions of RGB colors in percentages

R + G + B =
80 + 164 + 147 = 391 (100%)
R 80 of 391 ~ 20.46%
G 164 of 391 ~ 41.94%
B 147 of 391 ~ 37.6%

%20.46
%41.94
%37.6

CMYK color model

#50A493 color CMYK value is (51,0,10,36).

  • cyan value is 51.22%
  • magenta value is 0.00%
  • yellow value is 10.37%
  • key color value is 35.69%
CMYK:
(51,0,10,36)
C51M0Y10K36 
(51%,0%,10%,36%)
(0.51/0.00/0.10/0.36)	

CMYK percentages

%51.22
%0
%10.37
%35.69

Codes

Color #50A493 in popluar color models

50A493
RGB80164147
HSL168°34.43%47.84%
HSB/HSV168°51.22%64.31%
CMYK51.22%0.00%10.37%
35.69%

Color #50A493 in popluar number systems.

HEX50A493
Decimal80164147
Binary10100001010010010010011
Octal120244223

Shades and tints

Shades of #50A493

#50A493
(80,164,147)
#499686
(73,150,134)
#428879
(66,136,121)
#3B7A6C
(59,122,108)
#346C5F
(52,108,95)
#2D5E52
(45,94,82)
#265045
(38,80,69)
#1F4238
(31,66,56)
#18342B
(24,52,43)
#11261E
(17,38,30)
#0A1811
(10,24,17)
#000000
(0,0,0)

Tints of #50A493

#50A493
(80,164,147)
#5FAC9C
(95,172,156)
#6EB4A5
(110,180,165)
#7DBCAE
(125,188,174)
#8CC4B7
(140,196,183)
#9BCCC0
(155,204,192)
#AAD4C9
(170,212,201)
#B9DCD2
(185,220,210)
#C8E4DB
(200,228,219)
#D7ECE4
(215,236,228)
#E6F4ED
(230,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A493 color. Also use rgb(80,164,147) instead hex code.

Text Font Color

.myTextColor { color: #50A493; }

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

This text font color is #50A493.


Background Color

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

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

This div background color is #50A493.


Border color

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

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

This div border color is #50A493.


Opacity

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

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

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

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

This text has shadow with #50A493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A493 on black background.


Color preview on white background

This text has color #50A493 on white background.



Black color preview on #50A493 background

This text has black color on #50A493 background.


White color preview on #50A493 background

This text has white color on #50A493 background.