COLOR #50784D

HEX: #50784D
RGB: (80,120,77)

Color info

#50784D contains red, green and blue colors in about the same proportion. Web safe color of #50784D is #666633 (or #663).

RGB color model

#50784D color RGB value is (80,120,77).

  • red value is 80;
  • green value is 120;
  • blue value is 77.
RGB:
(80,120,77)
(31%,47%,30%)

RGB channels and saturation

R 80 of 255 = 31%
G 120 of 255 = 47%
B 77 of 255 = 30%

80
120
77

R + G + B ~ 36%. #50784D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 120 + 77 = 277 (100%)
R 80 of 277 ~ 28.88%
G 120 of 277 ~ 43.32%
B 77 of 277 ~ 27.8%

%28.88
%43.32
%27.8

CMYK color model

#50784D color CMYK value is (33,0,36,53).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 35.83%
  • key color value is 52.94%
CMYK:
(33,0,36,53)
C33M0Y36K53 
(33%,0%,36%,53%)
(0.33/0.00/0.36/0.53)	

CMYK percentages

%33.33
%0
%35.83
%52.94

Codes

Color #50784D in popluar color models

50784D
RGB8012077
HSL116°21.83%38.63%
HSB/HSV116°35.83%47.06%
CMYK33.33%0.00%35.83%
52.94%

Color #50784D in popluar number systems.

HEX50784D
Decimal8012077
Binary101000011110001001101
Octal120170115

Shades and tints

Shades of #50784D

#50784D
(80,120,77)
#496E46
(73,110,70)
#42643F
(66,100,63)
#3B5A38
(59,90,56)
#345031
(52,80,49)
#2D462A
(45,70,42)
#263C23
(38,60,35)
#1F321C
(31,50,28)
#182815
(24,40,21)
#111E0E
(17,30,14)
#0A1407
(10,20,7)
#000000
(0,0,0)

Tints of #50784D

#50784D
(80,120,77)
#5F845D
(95,132,93)
#6E906D
(110,144,109)
#7D9C7D
(125,156,125)
#8CA88D
(140,168,141)
#9BB49D
(155,180,157)
#AAC0AD
(170,192,173)
#B9CCBD
(185,204,189)
#C8D8CD
(200,216,205)
#D7E4DD
(215,228,221)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50784D color. Also use rgb(80,120,77) instead hex code.

Text Font Color

.myTextColor { color: #50784D; }

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

This text font color is #50784D.


Background Color

.myBgColor { background-color: #50784D; }

<div style="background-color:#50784D">Inner text</div>

This div background color is #50784D.


Border color

.myBorderColor { border: 1px solid #50784D; }

<div style="border:3px solid #50784D">Div</div>

This div border color is #50784D.


Opacity

.myOpacity80 { color: #50784D; opacity: 0.8; }

<p style="color:#50784D;opacity:0.8;">80%</p>

Text with #50784D 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 #50784D;}

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

This text has shadow with #50784D color.

.textShadow {text-shadow: 3px 3px 1px #50784D, 3px 3px 1px red;}

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

This text has shadow with #50784D primary color and red secondary color.


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

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

This text has shadow with #50784D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50784D on black background.


Color preview on white background

This text has color #50784D on white background.



Black color preview on #50784D background

This text has black color on #50784D background.


White color preview on #50784D background

This text has white color on #50784D background.