COLOR #50A365

HEX: #50A365 RGB: (80,163,101)

Color info

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

RGB color model

#50A365 color RGB value is (80,163,101).

RGB: (80,163,101) (31%, 64%, 40%)

RGB channels and saturation

R 80 of 255 = 31%
G 163 of 255 = 64%
B 101 of 255 = 40%

80
163
101

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

Portions of RGB colors in percentages

R + G + B = 80 + 163 + 101 = 344 (100%)
R 80 of 344 ~ 23.26%
G 163 of 344 ~ 47.38%
B 101 of 344 ~ 29.36'%

%23.26
%47.38
%29.36

CMYK color model

#50A365 color CMYK value is (51,0,38,36).

  • cyan value is 50.92%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 36.08%
CMYK: (51,0,38,36) C51M0Y38K36 (51%,0%,38%,36%) (0.51/0.00/0.38/0.36) 

CMYK percentages

%50.92
%0
%38.04
%36.08

Codes

Color #50A365 in popluar color models

50 A3 65
RGB 80 163 101
HSL 135° 34.16% 47.65%
HSB/HSV 135° 50.92% 63.92%
CMYK 50.92% 0.00% 38.04%
36.08%

Color #50A365 in popluar number systems.

HEX 50 A3 65
Decimal 80 163 101
Binary 1010000 10100011 1100101
Octal 120 243 145

Shades and tints

Shades of #50A365

#50A365
(80,163,101)
#49955C
(73,149,92)
#428753
(66,135,83)
#3B794A
(59,121,74)
#346B41
(52,107,65)
#2D5D38
(45,93,56)
#264F2F
(38,79,47)
#1F4126
(31,65,38)
#18331D
(24,51,29)
#112514
(17,37,20)
#0A170B
(10,23,11)
#000000
(0,0,0)

Tints of #50A365

#50A365
(80,163,101)
#5FAB73
(95,171,115)
#6EB381
(110,179,129)
#7DBB8F
(125,187,143)
#8CC39D
(140,195,157)
#9BCBAB
(155,203,171)
#AAD3B9
(170,211,185)
#B9DBC7
(185,219,199)
#C8E3D5
(200,227,213)
#D7EBE3
(215,235,227)
#E6F3F1
(230,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50A365; }

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

This text font color is #50A365.

Background Color

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

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

This div background color is #50A365.

Border color

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

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

This div border color is #50A365.

Opacity

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

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

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

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

This text has shadow with #50A365 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50A365.

Preview

Color preview on black background

This text has color #50A365 on black background.


Color preview on white background

This text has color #50A365 on white background.


Black color preview on #50A365 background

This text has black color on #50A365 background.


White color preview on #50A365 background

This text has white color on #50A365 background.


Related colors

Complementary color

Complementary color for #hex is #AF5C9A.


I love getcolorcode.com

Triadic colors

1 #6550A3 and #A36550 with #50A365 are triadic colors.

2 #65A350 and #A35065 with #50A365 are triadic colors.