COLOR #50A5A0

HEX: #50A5A0 RGB: (80,165,160)

Color info

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

RGB color model

#50A5A0 color RGB value is (80,165,160).

RGB: (80,165,160) (31%, 65%, 63%)

RGB channels and saturation

R 80 of 255 = 31%
G 165 of 255 = 65%
B 160 of 255 = 63%

80
165
160

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

Portions of RGB colors in percentages

R + G + B = 80 + 165 + 160 = 405 (100%)
R 80 of 405 ~ 19.75%
G 165 of 405 ~ 40.74%
B 160 of 405 ~ 39.51'%

%19.75
%40.74
%39.51

CMYK color model

#50A5A0 color CMYK value is (52,0,3,35).

  • cyan value is 51.52%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 35.29%

CMYK: (52,0,3,35)
C52M0Y3K35 (52%, 0%, 3%, 35%)
(0.52 / 0.00 / 0.03 / 0.35)

CMYK percentages

%51.52
%0
%3.03
%35.29

Codes

Color #50A5A0 in popluar color models

50 A5 A0
RGB 80 165 160
HSL 176° 34.69% 48.04%
HSB/HSV 176° 51.52% 64.71%
CMYK 51.52% 0.00% 3.03%
35.29%

Color #50A5A0 in popluar number systems.

HEX 50 A5 A0
Decimal 80 165 160
Binary 1010000 10100101 10100000
Octal 120 245 240

Shades and tints

Shades of #50A5A0

#50A5A0
(80,165,160)
#499692
(73,150,146)
#428784
(66,135,132)
#3B7876
(59,120,118)
#346968
(52,105,104)
#2D5A5A
(45,90,90)
#264B4C
(38,75,76)
#1F3C3E
(31,60,62)
#182D30
(24,45,48)
#111E22
(17,30,34)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #50A5A0

#50A5A0
(80,165,160)
#5FADA8
(95,173,168)
#6EB5B0
(110,181,176)
#7DBDB8
(125,189,184)
#8CC5C0
(140,197,192)
#9BCDC8
(155,205,200)
#AAD5D0
(170,213,208)
#B9DDD8
(185,221,216)
#C8E5E0
(200,229,224)
#D7EDE8
(215,237,232)
#E6F5F0
(230,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A5A0 color. Also use rgb(80,165,160) instead hex code.

Text Font Color

.myTextColor { color: #50A5A0; }

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

This text font color is #50A5A0.

Background Color

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

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

This div background color is #50A5A0.

Border color

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

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

This div border color is #50A5A0.

Opacity

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

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

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

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

This text has shadow with #50A5A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50A5A0.

Preview

Color preview on black background

This text has color #50A5A0 on black background.


Color preview on white background

This text has color #50A5A0 on white background.


Black color preview on #50A5A0 background

This text has black color on #50A5A0 background.


White color preview on #50A5A0 background

This text has white color on #50A5A0 background.


Related colors

Complementary color

Complementary color for #hex is #AF5A5F.


I love getcolorcode.com

Triadic colors

1 #A050A5 and #A5A050 with #50A5A0 are triadic colors.

2 #A0A550 and #A550A0 with #50A5A0 are triadic colors.