COLOR #50A07A

HEX: #50A07A RGB: (80,160,122)

Color info

#50A07A contains mainly green and blue colors. Web safe color of #50A07A is #669966 (or #696).

RGB color model

#50A07A color RGB value is (80,160,122).

RGB: (80,160,122) (31%, 63%, 48%)

RGB channels and saturation

R 80 of 255 = 31%
G 160 of 255 = 63%
B 122 of 255 = 48%

80
160
122

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

Portions of RGB colors in percentages

R + G + B = 80 + 160 + 122 = 362 (100%)
R 80 of 362 ~ 22.1%
G 160 of 362 ~ 44.2%
B 122 of 362 ~ 33.7'%

%22.1
%44.2
%33.7

CMYK color model

#50A07A color CMYK value is (50,0,24,37).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 23.75%
  • key color value is 37.25%

CMYK: (50,0,24,37)
C50M0Y24K37 (50%, 0%, 24%, 37%)
(0.50 / 0.00 / 0.24 / 0.37)

CMYK percentages

%50
%0
%23.75
%37.25

Codes

Color #50A07A in popluar color models

50 A0 7A
RGB 80 160 122
HSL 152° 33.33% 47.06%
HSB/HSV 152° 50.00% 62.75%
CMYK 50.00% 0.00% 23.75%
37.25%

Color #50A07A in popluar number systems.

HEX 50 A0 7A
Decimal 80 160 122
Binary 1010000 10100000 1111010
Octal 120 240 172

Shades and tints

Shades of #50A07A

#50A07A
(80,160,122)
#49926F
(73,146,111)
#428464
(66,132,100)
#3B7659
(59,118,89)
#34684E
(52,104,78)
#2D5A43
(45,90,67)
#264C38
(38,76,56)
#1F3E2D
(31,62,45)
#183022
(24,48,34)
#112217
(17,34,23)
#0A140C
(10,20,12)
#000000
(0,0,0)

Tints of #50A07A

#50A07A
(80,160,122)
#5FA886
(95,168,134)
#6EB092
(110,176,146)
#7DB89E
(125,184,158)
#8CC0AA
(140,192,170)
#9BC8B6
(155,200,182)
#AAD0C2
(170,208,194)
#B9D8CE
(185,216,206)
#C8E0DA
(200,224,218)
#D7E8E6
(215,232,230)
#E6F0F2
(230,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50A07A; }

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

This text font color is #50A07A.

Background Color

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

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

This div background color is #50A07A.

Border color

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

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

This div border color is #50A07A.

Opacity

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

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

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

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

This text has shadow with #50A07A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50A07A.

Preview

Color preview on black background

This text has color #50A07A on black background.


Color preview on white background

This text has color #50A07A on white background.


Black color preview on #50A07A background

This text has black color on #50A07A background.


White color preview on #50A07A background

This text has white color on #50A07A background.


Related colors

Complementary color

Complementary color for #hex is #AF5F85.


I love getcolorcode.com

Triadic colors

1 #7A50A0 and #A07A50 with #50A07A are triadic colors.

2 #7AA050 and #A0507A with #50A07A are triadic colors.