COLOR #50A07B

HEX: #50A07B RGB: (80,160,123)

Color info

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

RGB color model

#50A07B color RGB value is (80,160,123).

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

RGB channels and saturation

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

80
160
123

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

Portions of RGB colors in percentages

R + G + B = 80 + 160 + 123 = 363 (100%)
R 80 of 363 ~ 22.04%
G 160 of 363 ~ 44.08%
B 123 of 363 ~ 33.88'%

%22.04
%44.08
%33.88

CMYK color model

#50A07B color CMYK value is (50,0,23,37).

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

CMYK: (50,0,23,37)
C50M0Y23K37 (50%, 0%, 23%, 37%)
(0.50 / 0.00 / 0.23 / 0.37)

CMYK percentages

%50
%0
%23.13
%37.25

Codes

Color #50A07B in popluar color models

50 A0 7B
RGB 80 160 123
HSL 152° 33.33% 47.06%
HSB/HSV 152° 50.00% 62.75%
CMYK 50.00% 0.00% 23.13%
37.25%

Color #50A07B in popluar number systems.

HEX 50 A0 7B
Decimal 80 160 123
Binary 1010000 10100000 1111011
Octal 120 240 173

Shades and tints

Shades of #50A07B

#50A07B
(80,160,123)
#499270
(73,146,112)
#428465
(66,132,101)
#3B765A
(59,118,90)
#34684F
(52,104,79)
#2D5A44
(45,90,68)
#264C39
(38,76,57)
#1F3E2E
(31,62,46)
#183023
(24,48,35)
#112218
(17,34,24)
#0A140D
(10,20,13)
#000000
(0,0,0)

Tints of #50A07B

#50A07B
(80,160,123)
#5FA887
(95,168,135)
#6EB093
(110,176,147)
#7DB89F
(125,184,159)
#8CC0AB
(140,192,171)
#9BC8B7
(155,200,183)
#AAD0C3
(170,208,195)
#B9D8CF
(185,216,207)
#C8E0DB
(200,224,219)
#D7E8E7
(215,232,231)
#E6F0F3
(230,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50A07B; }

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

This text font color is #50A07B.

Background Color

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

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

This div background color is #50A07B.

Border color

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

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

This div border color is #50A07B.

Opacity

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

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

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

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

This text has shadow with #50A07B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50A07B.

Preview

Color preview on black background

This text has color #50A07B on black background.


Color preview on white background

This text has color #50A07B on white background.


Black color preview on #50A07B background

This text has black color on #50A07B background.


White color preview on #50A07B background

This text has white color on #50A07B background.


Related colors

Complementary color

Complementary color for #hex is #AF5F84.


I love getcolorcode.com

Triadic colors

1 #7B50A0 and #A07B50 with #50A07B are triadic colors.

2 #7BA050 and #A0507B with #50A07B are triadic colors.