COLOR #50804E

HEX: #50804E
RGB: (80,128,78)

Color info

#50804E contains red, green and blue colors in about the same proportion. Web safe color of #50804E is #666666 (or #666).

RGB color model

#50804E color RGB value is (80,128,78).

  • red value is 80;
  • green value is 128;
  • blue value is 78.
RGB:
(80,128,78)
(31%,50%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 128 of 255 = 50%
B 78 of 255 = 31%

80
128
78

R + G + B ~ 37%. #50804E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 128 + 78 = 286 (100%)
R 80 of 286 ~ 27.97%
G 128 of 286 ~ 44.76%
B 78 of 286 ~ 27.27%

%27.97
%44.76
%27.27

CMYK color model

#50804E color CMYK value is (38,0,39,50).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 39.06%
  • key color value is 49.80%
CMYK:
(38,0,39,50)
C38M0Y39K50 
(38%,0%,39%,50%)
(0.38/0.00/0.39/0.50)	

CMYK percentages

%37.5
%0
%39.06
%49.8

Codes

Color #50804E in popluar color models

50804E
RGB8012878
HSL118°24.27%40.39%
HSB/HSV118°39.06%50.20%
CMYK37.50%0.00%39.06%
49.80%

Color #50804E in popluar number systems.

HEX50804E
Decimal8012878
Binary1010000100000001001110
Octal120200116

Shades and tints

Shades of #50804E

#50804E
(80,128,78)
#497547
(73,117,71)
#426A40
(66,106,64)
#3B5F39
(59,95,57)
#345432
(52,84,50)
#2D492B
(45,73,43)
#263E24
(38,62,36)
#1F331D
(31,51,29)
#182816
(24,40,22)
#111D0F
(17,29,15)
#0A1208
(10,18,8)
#000000
(0,0,0)

Tints of #50804E

#50804E
(80,128,78)
#5F8B5E
(95,139,94)
#6E966E
(110,150,110)
#7DA17E
(125,161,126)
#8CAC8E
(140,172,142)
#9BB79E
(155,183,158)
#AAC2AE
(170,194,174)
#B9CDBE
(185,205,190)
#C8D8CE
(200,216,206)
#D7E3DE
(215,227,222)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50804E color. Also use rgb(80,128,78) instead hex code.

Text Font Color

.myTextColor { color: #50804E; }

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

This text font color is #50804E.


Background Color

.myBgColor { background-color: #50804E; }

<div style="background-color:#50804E">Inner text</div>

This div background color is #50804E.


Border color

.myBorderColor { border: 1px solid #50804E; }

<div style="border:3px solid #50804E">Div</div>

This div border color is #50804E.


Opacity

.myOpacity80 { color: #50804E; opacity: 0.8; }

<p style="color:#50804E;opacity:0.8;">80%</p>

Text with #50804E 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 #50804E;}

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

This text has shadow with #50804E color.

.textShadow {text-shadow: 3px 3px 1px #50804E, 3px 3px 1px red;}

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

This text has shadow with #50804E primary color and red secondary color.


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

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

This text has shadow with #50804E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50804E on black background.


Color preview on white background

This text has color #50804E on white background.



Black color preview on #50804E background

This text has black color on #50804E background.


White color preview on #50804E background

This text has white color on #50804E background.