COLOR #50785E

HEX: #50785E RGB: (80,120,94)

Color info

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

RGB color model

#50785E color RGB value is (80,120,94).

RGB: (80,120,94) (31%, 47%, 37%)

RGB channels and saturation

R 80 of 255 = 31%
G 120 of 255 = 47%
B 94 of 255 = 37%

80
120
94

R + G + B ~ 38%. #50785E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 120 + 94 = 294 (100%)
R 80 of 294 ~ 27.21%
G 120 of 294 ~ 40.82%
B 94 of 294 ~ 31.97'%

%27.21
%40.82
%31.97

CMYK color model

#50785E color CMYK value is (33,0,22,53).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 52.94%

CMYK: (33,0,22,53)
C33M0Y22K53 (33%, 0%, 22%, 53%)
(0.33 / 0.00 / 0.22 / 0.53)

CMYK percentages

%33.33
%0
%21.67
%52.94

Codes

Color #50785E in popluar color models

50 78 5E
RGB 80 120 94
HSL 141° 20.00% 39.22%
HSB/HSV 141° 33.33% 47.06%
CMYK 33.33% 0.00% 21.67%
52.94%

Color #50785E in popluar number systems.

HEX 50 78 5E
Decimal 80 120 94
Binary 1010000 1111000 1011110
Octal 120 170 136

Shades and tints

Shades of #50785E

#50785E
(80,120,94)
#496E56
(73,110,86)
#42644E
(66,100,78)
#3B5A46
(59,90,70)
#34503E
(52,80,62)
#2D4636
(45,70,54)
#263C2E
(38,60,46)
#1F3226
(31,50,38)
#18281E
(24,40,30)
#111E16
(17,30,22)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #50785E

#50785E
(80,120,94)
#5F846C
(95,132,108)
#6E907A
(110,144,122)
#7D9C88
(125,156,136)
#8CA896
(140,168,150)
#9BB4A4
(155,180,164)
#AAC0B2
(170,192,178)
#B9CCC0
(185,204,192)
#C8D8CE
(200,216,206)
#D7E4DC
(215,228,220)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50785E color. Also use rgb(80,120,94) instead hex code.

Text Font Color

.myTextColor { color: #50785E; }

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

This text font color is #50785E.

Background Color

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

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

This div background color is #50785E.

Border color

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

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

This div border color is #50785E.

Opacity

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

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

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

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

This text has shadow with #50785E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50785E.

Preview

Color preview on black background

This text has color #50785E on black background.


Color preview on white background

This text has color #50785E on white background.


Black color preview on #50785E background

This text has black color on #50785E background.


White color preview on #50785E background

This text has white color on #50785E background.


Related colors

Complementary color

Complementary color for #hex is #AF87A1.


I love getcolorcode.com

Triadic colors

1 #5E5078 and #785E50 with #50785E are triadic colors.

2 #5E7850 and #78505E with #50785E are triadic colors.