COLOR #50774C

HEX: #50774C
RGB: (80,119,76)

Color info

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

RGB color model

#50774C color RGB value is (80,119,76).

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

RGB channels and saturation

R 80 of 255 = 31%
G 119 of 255 = 47%
B 76 of 255 = 30%

80
119
76

R + G + B ~ 36%. #50774C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 119 + 76 = 275 (100%)
R 80 of 275 ~ 29.09%
G 119 of 275 ~ 43.27%
B 76 of 275 ~ 27.64%

%29.09
%43.27
%27.64

CMYK color model

#50774C color CMYK value is (33,0,36,53).

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

CMYK percentages

%32.77
%0
%36.13
%53.33

Codes

Color #50774C in popluar color models

50774C
RGB8011976
HSL114°22.05%38.24%
HSB/HSV114°36.13%46.67%
CMYK32.77%0.00%36.13%
53.33%

Color #50774C in popluar number systems.

HEX50774C
Decimal8011976
Binary101000011101111001100
Octal120167114

Shades and tints

Shades of #50774C

#50774C
(80,119,76)
#496D46
(73,109,70)
#426340
(66,99,64)
#3B593A
(59,89,58)
#344F34
(52,79,52)
#2D452E
(45,69,46)
#263B28
(38,59,40)
#1F3122
(31,49,34)
#18271C
(24,39,28)
#111D16
(17,29,22)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #50774C

#50774C
(80,119,76)
#5F835C
(95,131,92)
#6E8F6C
(110,143,108)
#7D9B7C
(125,155,124)
#8CA78C
(140,167,140)
#9BB39C
(155,179,156)
#AABFAC
(170,191,172)
#B9CBBC
(185,203,188)
#C8D7CC
(200,215,204)
#D7E3DC
(215,227,220)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50774C color. Also use rgb(80,119,76) instead hex code.

Text Font Color

.myTextColor { color: #50774C; }

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

This text font color is #50774C.


Background Color

.myBgColor { background-color: #50774C; }

<div style="background-color:#50774C">Inner text</div>

This div background color is #50774C.


Border color

.myBorderColor { border: 1px solid #50774C; }

<div style="border:3px solid #50774C">Div</div>

This div border color is #50774C.


Opacity

.myOpacity80 { color: #50774C; opacity: 0.8; }

<p style="color:#50774C;opacity:0.8;">80%</p>

Text with #50774C 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 #50774C;}

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

This text has shadow with #50774C color.

.textShadow {text-shadow: 3px 3px 1px #50774C, 3px 3px 1px red;}

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

This text has shadow with #50774C primary color and red secondary color.


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

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

This text has shadow with #50774C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50774C on black background.


Color preview on white background

This text has color #50774C on white background.



Black color preview on #50774C background

This text has black color on #50774C background.


White color preview on #50774C background

This text has white color on #50774C background.