COLOR #50A582

HEX: #50A582
RGB: (80,165,130)

Color info

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

RGB color model

#50A582 color RGB value is (80,165,130).

  • red value is 80;
  • green value is 165;
  • blue value is 130.
RGB:
(80,165,130)
(31%,65%,51%)

RGB channels and saturation

R 80 of 255 = 31%
G 165 of 255 = 65%
B 130 of 255 = 51%

80
165
130

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

Portions of RGB colors in percentages

R + G + B =
80 + 165 + 130 = 375 (100%)
R 80 of 375 ~ 21.33%
G 165 of 375 ~ 44%
B 130 of 375 ~ 34.67%

%21.33
%44
%34.67

CMYK color model

#50A582 color CMYK value is (52,0,21,35).

  • cyan value is 51.52%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 35.29%
CMYK:
(52,0,21,35)
C52M0Y21K35 
(52%,0%,21%,35%)
(0.52/0.00/0.21/0.35)	

CMYK percentages

%51.52
%0
%21.21
%35.29

Codes

Color #50A582 in popluar color models

50A582
RGB80165130
HSL155°34.69%48.04%
HSB/HSV155°51.52%64.71%
CMYK51.52%0.00%21.21%
35.29%

Color #50A582 in popluar number systems.

HEX50A582
Decimal80165130
Binary10100001010010110000010
Octal120245202

Shades and tints

Shades of #50A582

#50A582
(80,165,130)
#499677
(73,150,119)
#42876C
(66,135,108)
#3B7861
(59,120,97)
#346956
(52,105,86)
#2D5A4B
(45,90,75)
#264B40
(38,75,64)
#1F3C35
(31,60,53)
#182D2A
(24,45,42)
#111E1F
(17,30,31)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #50A582

#50A582
(80,165,130)
#5FAD8D
(95,173,141)
#6EB598
(110,181,152)
#7DBDA3
(125,189,163)
#8CC5AE
(140,197,174)
#9BCDB9
(155,205,185)
#AAD5C4
(170,213,196)
#B9DDCF
(185,221,207)
#C8E5DA
(200,229,218)
#D7EDE5
(215,237,229)
#E6F5F0
(230,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A582 color. Also use rgb(80,165,130) instead hex code.

Text Font Color

.myTextColor { color: #50A582; }

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

This text font color is #50A582.


Background Color

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

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

This div background color is #50A582.


Border color

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

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

This div border color is #50A582.


Opacity

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

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

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

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

This text has shadow with #50A582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A582 on black background.


Color preview on white background

This text has color #50A582 on white background.



Black color preview on #50A582 background

This text has black color on #50A582 background.


White color preview on #50A582 background

This text has white color on #50A582 background.