COLOR #50A67D

HEX: #50A67D RGB: (80,166,125)

Color info

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

RGB color model

#50A67D color RGB value is (80,166,125).

RGB: (80,166,125) (31%, 65%, 49%)

RGB channels and saturation

R 80 of 255 = 31%
G 166 of 255 = 65%
B 125 of 255 = 49%

80
166
125

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

Portions of RGB colors in percentages

R + G + B = 80 + 166 + 125 = 371 (100%)
R 80 of 371 ~ 21.56%
G 166 of 371 ~ 44.74%
B 125 of 371 ~ 33.69'%

%21.56
%44.74
%33.69

CMYK color model

#50A67D color CMYK value is (52,0,25,35).

  • cyan value is 51.81%
  • magenta value is 0.00%
  • yellow value is 24.70%
  • key color value is 34.90%

CMYK: (52,0,25,35)
C52M0Y25K35 (52%, 0%, 25%, 35%)
(0.52 / 0.00 / 0.25 / 0.35)

CMYK percentages

%51.81
%0
%24.7
%34.9

Codes

Color #50A67D in popluar color models

50 A6 7D
RGB 80 166 125
HSL 151° 34.96% 48.24%
HSB/HSV 151° 51.81% 65.10%
CMYK 51.81% 0.00% 24.70%
34.90%

Color #50A67D in popluar number systems.

HEX 50 A6 7D
Decimal 80 166 125
Binary 1010000 10100110 1111101
Octal 120 246 175

Shades and tints

Shades of #50A67D

#50A67D
(80,166,125)
#499772
(73,151,114)
#428867
(66,136,103)
#3B795C
(59,121,92)
#346A51
(52,106,81)
#2D5B46
(45,91,70)
#264C3B
(38,76,59)
#1F3D30
(31,61,48)
#182E25
(24,46,37)
#111F1A
(17,31,26)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #50A67D

#50A67D
(80,166,125)
#5FAE88
(95,174,136)
#6EB693
(110,182,147)
#7DBE9E
(125,190,158)
#8CC6A9
(140,198,169)
#9BCEB4
(155,206,180)
#AAD6BF
(170,214,191)
#B9DECA
(185,222,202)
#C8E6D5
(200,230,213)
#D7EEE0
(215,238,224)
#E6F6EB
(230,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A67D color. Also use rgb(80,166,125) instead hex code.

Text Font Color

.myTextColor { color: #50A67D; }

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

This text font color is #50A67D.

Background Color

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

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

This div background color is #50A67D.

Border color

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

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

This div border color is #50A67D.

Opacity

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

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

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

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

This text has shadow with #50A67D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50A67D.

Preview

Color preview on black background

This text has color #50A67D on black background.


Color preview on white background

This text has color #50A67D on white background.


Black color preview on #50A67D background

This text has black color on #50A67D background.


White color preview on #50A67D background

This text has white color on #50A67D background.


Related colors

Complementary color

Complementary color for #hex is #AF5982.


I love getcolorcode.com

Triadic colors

1 #7D50A6 and #A67D50 with #50A67D are triadic colors.

2 #7DA650 and #A6507D with #50A67D are triadic colors.