COLOR #50A765

HEX: #50A765 RGB: (80,167,101)

Color info

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

RGB color model

#50A765 color RGB value is (80,167,101).

RGB: (80,167,101) (31%, 65%, 40%)

RGB channels and saturation

R 80 of 255 = 31%
G 167 of 255 = 65%
B 101 of 255 = 40%

80
167
101

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

Portions of RGB colors in percentages

R + G + B = 80 + 167 + 101 = 348 (100%)
R 80 of 348 ~ 22.99%
G 167 of 348 ~ 47.99%
B 101 of 348 ~ 29.02'%

%22.99
%47.99
%29.02

CMYK color model

#50A765 color CMYK value is (52,0,40,35).

  • cyan value is 52.10%
  • magenta value is 0.00%
  • yellow value is 39.52%
  • key color value is 34.51%

CMYK: (52,0,40,35)
C52M0Y40K35 (52%, 0%, 40%, 35%)
(0.52 / 0.00 / 0.40 / 0.35)

CMYK percentages

%52.1
%0
%39.52
%34.51

Codes

Color #50A765 in popluar color models

50 A7 65
RGB 80 167 101
HSL 134° 35.22% 48.43%
HSB/HSV 134° 52.10% 65.49%
CMYK 52.10% 0.00% 39.52%
34.51%

Color #50A765 in popluar number systems.

HEX 50 A7 65
Decimal 80 167 101
Binary 1010000 10100111 1100101
Octal 120 247 145

Shades and tints

Shades of #50A765

#50A765
(80,167,101)
#49985C
(73,152,92)
#428953
(66,137,83)
#3B7A4A
(59,122,74)
#346B41
(52,107,65)
#2D5C38
(45,92,56)
#264D2F
(38,77,47)
#1F3E26
(31,62,38)
#182F1D
(24,47,29)
#112014
(17,32,20)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #50A765

#50A765
(80,167,101)
#5FAF73
(95,175,115)
#6EB781
(110,183,129)
#7DBF8F
(125,191,143)
#8CC79D
(140,199,157)
#9BCFAB
(155,207,171)
#AAD7B9
(170,215,185)
#B9DFC7
(185,223,199)
#C8E7D5
(200,231,213)
#D7EFE3
(215,239,227)
#E6F7F1
(230,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50A765; }

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

This text font color is #50A765.

Background Color

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

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

This div background color is #50A765.

Border color

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

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

This div border color is #50A765.

Opacity

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

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

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

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

This text has shadow with #50A765 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50A765.

Preview

Color preview on black background

This text has color #50A765 on black background.


Color preview on white background

This text has color #50A765 on white background.


Black color preview on #50A765 background

This text has black color on #50A765 background.


White color preview on #50A765 background

This text has white color on #50A765 background.


Related colors

Complementary color

Complementary color for #hex is #AF589A.


I love getcolorcode.com

Triadic colors

1 #6550A7 and #A76550 with #50A765 are triadic colors.

2 #65A750 and #A75065 with #50A765 are triadic colors.