COLOR #50A381

HEX: #50A381 RGB: (80,163,129)

Color info

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

RGB color model

#50A381 color RGB value is (80,163,129).

RGB: (80,163,129) (31%, 64%, 51%)

RGB channels and saturation

R 80 of 255 = 31%
G 163 of 255 = 64%
B 129 of 255 = 51%

80
163
129

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

Portions of RGB colors in percentages

R + G + B = 80 + 163 + 129 = 372 (100%)
R 80 of 372 ~ 21.51%
G 163 of 372 ~ 43.82%
B 129 of 372 ~ 34.68'%

%21.51
%43.82
%34.68

CMYK color model

#50A381 color CMYK value is (51,0,21,36).

  • cyan value is 50.92%
  • magenta value is 0.00%
  • yellow value is 20.86%
  • key color value is 36.08%

CMYK: (51,0,21,36)
C51M0Y21K36 (51%, 0%, 21%, 36%)
(0.51 / 0.00 / 0.21 / 0.36)

CMYK percentages

%50.92
%0
%20.86
%36.08

Codes

Color #50A381 in popluar color models

50 A3 81
RGB 80 163 129
HSL 155° 34.16% 47.65%
HSB/HSV 155° 50.92% 63.92%
CMYK 50.92% 0.00% 20.86%
36.08%

Color #50A381 in popluar number systems.

HEX 50 A3 81
Decimal 80 163 129
Binary 1010000 10100011 10000001
Octal 120 243 201

Shades and tints

Shades of #50A381

#50A381
(80,163,129)
#499576
(73,149,118)
#42876B
(66,135,107)
#3B7960
(59,121,96)
#346B55
(52,107,85)
#2D5D4A
(45,93,74)
#264F3F
(38,79,63)
#1F4134
(31,65,52)
#183329
(24,51,41)
#11251E
(17,37,30)
#0A1713
(10,23,19)
#000000
(0,0,0)

Tints of #50A381

#50A381
(80,163,129)
#5FAB8C
(95,171,140)
#6EB397
(110,179,151)
#7DBBA2
(125,187,162)
#8CC3AD
(140,195,173)
#9BCBB8
(155,203,184)
#AAD3C3
(170,211,195)
#B9DBCE
(185,219,206)
#C8E3D9
(200,227,217)
#D7EBE4
(215,235,228)
#E6F3EF
(230,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A381 color. Also use rgb(80,163,129) instead hex code.

Text Font Color

.myTextColor { color: #50A381; }

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

This text font color is #50A381.

Background Color

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

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

This div background color is #50A381.

Border color

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

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

This div border color is #50A381.

Opacity

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

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

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

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

This text has shadow with #50A381 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50A381.

Preview

Color preview on black background

This text has color #50A381 on black background.


Color preview on white background

This text has color #50A381 on white background.


Black color preview on #50A381 background

This text has black color on #50A381 background.


White color preview on #50A381 background

This text has white color on #50A381 background.


Related colors

Complementary color

Complementary color for #hex is #AF5C7E.


I love getcolorcode.com

Triadic colors

1 #8150A3 and #A38150 with #50A381 are triadic colors.

2 #81A350 and #A35081 with #50A381 are triadic colors.