COLOR #50A873

HEX: #50A873
RGB: (80,168,115)

Color info

#50A873 contains mainly green and blue colors. Web safe color of #50A873 is #669966 (or #696).

RGB color model

#50A873 color RGB value is (80,168,115).

  • red value is 80;
  • green value is 168;
  • blue value is 115.
RGB:
(80,168,115)
(31%,66%,45%)

RGB channels and saturation

R 80 of 255 = 31%
G 168 of 255 = 66%
B 115 of 255 = 45%

80
168
115

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

Portions of RGB colors in percentages

R + G + B =
80 + 168 + 115 = 363 (100%)
R 80 of 363 ~ 22.04%
G 168 of 363 ~ 46.28%
B 115 of 363 ~ 31.68%

%22.04
%46.28
%31.68

CMYK color model

#50A873 color CMYK value is (52,0,32,34).

  • cyan value is 52.38%
  • magenta value is 0.00%
  • yellow value is 31.55%
  • key color value is 34.12%
CMYK:
(52,0,32,34)
C52M0Y32K34 
(52%,0%,32%,34%)
(0.52/0.00/0.32/0.34)	

CMYK percentages

%52.38
%0
%31.55
%34.12

Codes

Color #50A873 in popluar color models

50A873
RGB80168115
HSL144°35.48%48.63%
HSB/HSV144°52.38%65.88%
CMYK52.38%0.00%31.55%
34.12%

Color #50A873 in popluar number systems.

HEX50A873
Decimal80168115
Binary1010000101010001110011
Octal120250163

Shades and tints

Shades of #50A873

#50A873
(80,168,115)
#499969
(73,153,105)
#428A5F
(66,138,95)
#3B7B55
(59,123,85)
#346C4B
(52,108,75)
#2D5D41
(45,93,65)
#264E37
(38,78,55)
#1F3F2D
(31,63,45)
#183023
(24,48,35)
#112119
(17,33,25)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #50A873

#50A873
(80,168,115)
#5FAF7F
(95,175,127)
#6EB68B
(110,182,139)
#7DBD97
(125,189,151)
#8CC4A3
(140,196,163)
#9BCBAF
(155,203,175)
#AAD2BB
(170,210,187)
#B9D9C7
(185,217,199)
#C8E0D3
(200,224,211)
#D7E7DF
(215,231,223)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A873 color. Also use rgb(80,168,115) instead hex code.

Text Font Color

.myTextColor { color: #50A873; }

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

This text font color is #50A873.


Background Color

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

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

This div background color is #50A873.


Border color

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

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

This div border color is #50A873.


Opacity

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

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

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

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

This text has shadow with #50A873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A873 on black background.


Color preview on white background

This text has color #50A873 on white background.



Black color preview on #50A873 background

This text has black color on #50A873 background.


White color preview on #50A873 background

This text has white color on #50A873 background.