COLOR #50A447

HEX: #50A447
RGB: (80,164,71)

Color info

#50A447 contains mainly green color. Web safe color of #50A447 is #669933 (or #693).

RGB color model

#50A447 color RGB value is (80,164,71).

  • red value is 80;
  • green value is 164;
  • blue value is 71.
RGB:
(80,164,71)
(31%,64%,28%)

RGB channels and saturation

R 80 of 255 = 31%
G 164 of 255 = 64%
B 71 of 255 = 28%

80
164
71

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

Portions of RGB colors in percentages

R + G + B =
80 + 164 + 71 = 315 (100%)
R 80 of 315 ~ 25.4%
G 164 of 315 ~ 52.06%
B 71 of 315 ~ 22.54%

%25.4
%52.06
%22.54

CMYK color model

#50A447 color CMYK value is (51,0,57,36).

  • cyan value is 51.22%
  • magenta value is 0.00%
  • yellow value is 56.71%
  • key color value is 35.69%
CMYK:
(51,0,57,36)
C51M0Y57K36 
(51%,0%,57%,36%)
(0.51/0.00/0.57/0.36)	

CMYK percentages

%51.22
%0
%56.71
%35.69

Codes

Color #50A447 in popluar color models

50A447
RGB8016471
HSL114°39.57%46.08%
HSB/HSV114°56.71%64.31%
CMYK51.22%0.00%56.71%
35.69%

Color #50A447 in popluar number systems.

HEX50A447
Decimal8016471
Binary1010000101001001000111
Octal120244107

Shades and tints

Shades of #50A447

#50A447
(80,164,71)
#499641
(73,150,65)
#42883B
(66,136,59)
#3B7A35
(59,122,53)
#346C2F
(52,108,47)
#2D5E29
(45,94,41)
#265023
(38,80,35)
#1F421D
(31,66,29)
#183417
(24,52,23)
#112611
(17,38,17)
#0A180B
(10,24,11)
#000000
(0,0,0)

Tints of #50A447

#50A447
(80,164,71)
#5FAC57
(95,172,87)
#6EB467
(110,180,103)
#7DBC77
(125,188,119)
#8CC487
(140,196,135)
#9BCC97
(155,204,151)
#AAD4A7
(170,212,167)
#B9DCB7
(185,220,183)
#C8E4C7
(200,228,199)
#D7ECD7
(215,236,215)
#E6F4E7
(230,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A447 color. Also use rgb(80,164,71) instead hex code.

Text Font Color

.myTextColor { color: #50A447; }

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

This text font color is #50A447.


Background Color

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

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

This div background color is #50A447.


Border color

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

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

This div border color is #50A447.


Opacity

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

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

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

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

This text has shadow with #50A447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A447 on black background.


Color preview on white background

This text has color #50A447 on white background.



Black color preview on #50A447 background

This text has black color on #50A447 background.


White color preview on #50A447 background

This text has white color on #50A447 background.