COLOR #50A293

HEX: #50A293 RGB: (80,162,147)

Color info

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

RGB color model

#50A293 color RGB value is (80,162,147).

RGB: (80,162,147) (31%, 64%, 58%)

RGB channels and saturation

R 80 of 255 = 31%
G 162 of 255 = 64%
B 147 of 255 = 58%

80
162
147

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

Portions of RGB colors in percentages

R + G + B = 80 + 162 + 147 = 389 (100%)
R 80 of 389 ~ 20.57%
G 162 of 389 ~ 41.65%
B 147 of 389 ~ 37.79'%

%20.57
%41.65
%37.79

CMYK color model

#50A293 color CMYK value is (51,0,9,36).

  • cyan value is 50.62%
  • magenta value is 0.00%
  • yellow value is 9.26%
  • key color value is 36.47%
CMYK: (51,0,9,36) C51M0Y9K36 (51%,0%,9%,36%) (0.51/0.00/0.09/0.36) 

CMYK percentages

%50.62
%0
%9.26
%36.47

Codes

Color #50A293 in popluar color models

50 A2 93
RGB 80 162 147
HSL 169° 33.88% 47.45%
HSB/HSV 169° 50.62% 63.53%
CMYK 50.62% 0.00% 9.26%
36.47%

Color #50A293 in popluar number systems.

HEX 50 A2 93
Decimal 80 162 147
Binary 1010000 10100010 10010011
Octal 120 242 223

Shades and tints

Shades of #50A293

#50A293
(80,162,147)
#499486
(73,148,134)
#428679
(66,134,121)
#3B786C
(59,120,108)
#346A5F
(52,106,95)
#2D5C52
(45,92,82)
#264E45
(38,78,69)
#1F4038
(31,64,56)
#18322B
(24,50,43)
#11241E
(17,36,30)
#0A1611
(10,22,17)
#000000
(0,0,0)

Tints of #50A293

#50A293
(80,162,147)
#5FAA9C
(95,170,156)
#6EB2A5
(110,178,165)
#7DBAAE
(125,186,174)
#8CC2B7
(140,194,183)
#9BCAC0
(155,202,192)
#AAD2C9
(170,210,201)
#B9DAD2
(185,218,210)
#C8E2DB
(200,226,219)
#D7EAE4
(215,234,228)
#E6F2ED
(230,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A293 color. Also use rgb(80,162,147) instead hex code.

Text Font Color

.myTextColor { color: #50A293; }

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

This text font color is #50A293.

Background Color

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

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

This div background color is #50A293.

Border color

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

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

This div border color is #50A293.

Opacity

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

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

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

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

This text has shadow with #50A293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50A293.

Preview

Color preview on black background

This text has color #50A293 on black background.


Color preview on white background

This text has color #50A293 on white background.


Black color preview on #50A293 background

This text has black color on #50A293 background.


White color preview on #50A293 background

This text has white color on #50A293 background.


Related colors

Complementary color

Complementary color for #hex is #AF5D6C.


I love getcolorcode.com

Triadic colors

1 #9350A2 and #A29350 with #50A293 are triadic colors.

2 #93A250 and #A25093 with #50A293 are triadic colors.