COLOR #50A461

HEX: #50A461 RGB: (80,164,97)

Color info

#50A461 contains mainly green color. Web safe color of #50A461 is #669966 (or #696).

RGB color model

#50A461 color RGB value is (80,164,97).

RGB: (80,164,97) (31%, 64%, 38%)

RGB channels and saturation

R 80 of 255 = 31%
G 164 of 255 = 64%
B 97 of 255 = 38%

80
164
97

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

Portions of RGB colors in percentages

R + G + B = 80 + 164 + 97 = 341 (100%)
R 80 of 341 ~ 23.46%
G 164 of 341 ~ 48.09%
B 97 of 341 ~ 28.45'%

%23.46
%48.09
%28.45

CMYK color model

#50A461 color CMYK value is (51,0,41,36).

  • cyan value is 51.22%
  • magenta value is 0.00%
  • yellow value is 40.85%
  • key color value is 35.69%

CMYK: (51,0,41,36)
C51M0Y41K36 (51%, 0%, 41%, 36%)
(0.51 / 0.00 / 0.41 / 0.36)

CMYK percentages

%51.22
%0
%40.85
%35.69

Codes

Color #50A461 in popluar color models

50 A4 61
RGB 80 164 97
HSL 132° 34.43% 47.84%
HSB/HSV 132° 51.22% 64.31%
CMYK 51.22% 0.00% 40.85%
35.69%

Color #50A461 in popluar number systems.

HEX 50 A4 61
Decimal 80 164 97
Binary 1010000 10100100 1100001
Octal 120 244 141

Shades and tints

Shades of #50A461

#50A461
(80,164,97)
#499659
(73,150,89)
#428851
(66,136,81)
#3B7A49
(59,122,73)
#346C41
(52,108,65)
#2D5E39
(45,94,57)
#265031
(38,80,49)
#1F4229
(31,66,41)
#183421
(24,52,33)
#112619
(17,38,25)
#0A1811
(10,24,17)
#000000
(0,0,0)

Tints of #50A461

#50A461
(80,164,97)
#5FAC6F
(95,172,111)
#6EB47D
(110,180,125)
#7DBC8B
(125,188,139)
#8CC499
(140,196,153)
#9BCCA7
(155,204,167)
#AAD4B5
(170,212,181)
#B9DCC3
(185,220,195)
#C8E4D1
(200,228,209)
#D7ECDF
(215,236,223)
#E6F4ED
(230,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A461 color. Also use rgb(80,164,97) instead hex code.

Text Font Color

.myTextColor { color: #50A461; }

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

This text font color is #50A461.

Background Color

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

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

This div background color is #50A461.

Border color

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

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

This div border color is #50A461.

Opacity

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

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

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

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

This text has shadow with #50A461 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50A461.

Preview

Color preview on black background

This text has color #50A461 on black background.


Color preview on white background

This text has color #50A461 on white background.


Black color preview on #50A461 background

This text has black color on #50A461 background.


White color preview on #50A461 background

This text has white color on #50A461 background.


Related colors

Complementary color

Complementary color for #hex is #AF5B9E.


I love getcolorcode.com

Triadic colors

1 #6150A4 and #A46150 with #50A461 are triadic colors.

2 #61A450 and #A45061 with #50A461 are triadic colors.