COLOR #50754E

HEX: #50754E
RGB: (80,117,78)

Color info

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

RGB color model

#50754E color RGB value is (80,117,78).

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

RGB channels and saturation

R 80 of 255 = 31%
G 117 of 255 = 46%
B 78 of 255 = 31%

80
117
78

R + G + B ~ 36%. #50754E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 117 + 78 = 275 (100%)
R 80 of 275 ~ 29.09%
G 117 of 275 ~ 42.55%
B 78 of 275 ~ 28.36%

%29.09
%42.55
%28.36

CMYK color model

#50754E color CMYK value is (32,0,33,54).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 54.12%
CMYK:
(32,0,33,54)
C32M0Y33K54 
(32%,0%,33%,54%)
(0.32/0.00/0.33/0.54)	

CMYK percentages

%31.62
%0
%33.33
%54.12

Codes

Color #50754E in popluar color models

50754E
RGB8011778
HSL117°20.00%38.24%
HSB/HSV117°33.33%45.88%
CMYK31.62%0.00%33.33%
54.12%

Color #50754E in popluar number systems.

HEX50754E
Decimal8011778
Binary101000011101011001110
Octal120165116

Shades and tints

Shades of #50754E

#50754E
(80,117,78)
#496B47
(73,107,71)
#426140
(66,97,64)
#3B5739
(59,87,57)
#344D32
(52,77,50)
#2D432B
(45,67,43)
#263924
(38,57,36)
#1F2F1D
(31,47,29)
#182516
(24,37,22)
#111B0F
(17,27,15)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #50754E

#50754E
(80,117,78)
#5F815E
(95,129,94)
#6E8D6E
(110,141,110)
#7D997E
(125,153,126)
#8CA58E
(140,165,142)
#9BB19E
(155,177,158)
#AABDAE
(170,189,174)
#B9C9BE
(185,201,190)
#C8D5CE
(200,213,206)
#D7E1DE
(215,225,222)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50754E; }

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

This text font color is #50754E.


Background Color

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

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

This div background color is #50754E.


Border color

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

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

This div border color is #50754E.


Opacity

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

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

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

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

This text has shadow with #50754E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50754E on black background.


Color preview on white background

This text has color #50754E on white background.



Black color preview on #50754E background

This text has black color on #50754E background.


White color preview on #50754E background

This text has white color on #50754E background.