COLOR #50773A

HEX: #50773A
RGB: (80,119,58)

Color info

#50773A contains mainly red and green colors. Web safe color of #50773A is #666633 (or #663).

RGB color model

#50773A color RGB value is (80,119,58).

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

RGB channels and saturation

R 80 of 255 = 31%
G 119 of 255 = 47%
B 58 of 255 = 23%

80
119
58

R + G + B ~ 34%. #50773A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 119 + 58 = 257 (100%)
R 80 of 257 ~ 31.13%
G 119 of 257 ~ 46.3%
B 58 of 257 ~ 22.57%

%31.13
%46.3
%22.57

CMYK color model

#50773A color CMYK value is (33,0,51,53).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 51.26%
  • key color value is 53.33%
CMYK:
(33,0,51,53)
C33M0Y51K53 
(33%,0%,51%,53%)
(0.33/0.00/0.51/0.53)	

CMYK percentages

%32.77
%0
%51.26
%53.33

Codes

Color #50773A in popluar color models

50773A
RGB8011958
HSL98°34.46%34.71%
HSB/HSV98°51.26%46.67%
CMYK32.77%0.00%51.26%
53.33%

Color #50773A in popluar number systems.

HEX50773A
Decimal8011958
Binary10100001110111111010
Octal12016772

Shades and tints

Shades of #50773A

#50773A
(80,119,58)
#496D35
(73,109,53)
#426330
(66,99,48)
#3B592B
(59,89,43)
#344F26
(52,79,38)
#2D4521
(45,69,33)
#263B1C
(38,59,28)
#1F3117
(31,49,23)
#182712
(24,39,18)
#111D0D
(17,29,13)
#0A1308
(10,19,8)
#000000
(0,0,0)

Tints of #50773A

#50773A
(80,119,58)
#5F834B
(95,131,75)
#6E8F5C
(110,143,92)
#7D9B6D
(125,155,109)
#8CA77E
(140,167,126)
#9BB38F
(155,179,143)
#AABFA0
(170,191,160)
#B9CBB1
(185,203,177)
#C8D7C2
(200,215,194)
#D7E3D3
(215,227,211)
#E6EFE4
(230,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50773A color. Also use rgb(80,119,58) instead hex code.

Text Font Color

.myTextColor { color: #50773A; }

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

This text font color is #50773A.


Background Color

.myBgColor { background-color: #50773A; }

<div style="background-color:#50773A">Inner text</div>

This div background color is #50773A.


Border color

.myBorderColor { border: 1px solid #50773A; }

<div style="border:3px solid #50773A">Div</div>

This div border color is #50773A.


Opacity

.myOpacity80 { color: #50773A; opacity: 0.8; }

<p style="color:#50773A;opacity:0.8;">80%</p>

Text with #50773A 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 #50773A;}

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

This text has shadow with #50773A color.

.textShadow {text-shadow: 3px 3px 1px #50773A, 3px 3px 1px red;}

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

This text has shadow with #50773A primary color and red secondary color.


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

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

This text has shadow with #50773A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50773A on black background.


Color preview on white background

This text has color #50773A on white background.



Black color preview on #50773A background

This text has black color on #50773A background.


White color preview on #50773A background

This text has white color on #50773A background.