COLOR #50793C

HEX: #50793C RGB: (80,121,60)

Color info

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

RGB color model

#50793C color RGB value is (80,121,60).

RGB: (80,121,60) (31%, 47%, 24%)

RGB channels and saturation

R 80 of 255 = 31%
G 121 of 255 = 47%
B 60 of 255 = 24%

80
121
60

R + G + B ~ 34%. #50793C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 121 + 60 = 261 (100%)
R 80 of 261 ~ 30.65%
G 121 of 261 ~ 46.36%
B 60 of 261 ~ 22.99'%

%30.65
%46.36
%22.99

CMYK color model

#50793C color CMYK value is (34,0,50,53).

  • cyan value is 33.88%
  • magenta value is 0.00%
  • yellow value is 50.41%
  • key color value is 52.55%

CMYK: (34,0,50,53)
C34M0Y50K53 (34%, 0%, 50%, 53%)
(0.34 / 0.00 / 0.50 / 0.53)

CMYK percentages

%33.88
%0
%50.41
%52.55

Codes

Color #50793C in popluar color models

50 79 3C
RGB 80 121 60
HSL 100° 33.70% 35.49%
HSB/HSV 100° 50.41% 47.45%
CMYK 33.88% 0.00% 50.41%
52.55%

Color #50793C in popluar number systems.

HEX 50 79 3C
Decimal 80 121 60
Binary 1010000 1111001 111100
Octal 120 171 74

Shades and tints

Shades of #50793C

#50793C
(80,121,60)
#496E37
(73,110,55)
#426332
(66,99,50)
#3B582D
(59,88,45)
#344D28
(52,77,40)
#2D4223
(45,66,35)
#26371E
(38,55,30)
#1F2C19
(31,44,25)
#182114
(24,33,20)
#11160F
(17,22,15)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #50793C

#50793C
(80,121,60)
#5F854D
(95,133,77)
#6E915E
(110,145,94)
#7D9D6F
(125,157,111)
#8CA980
(140,169,128)
#9BB591
(155,181,145)
#AAC1A2
(170,193,162)
#B9CDB3
(185,205,179)
#C8D9C4
(200,217,196)
#D7E5D5
(215,229,213)
#E6F1E6
(230,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50793C color. Also use rgb(80,121,60) instead hex code.

Text Font Color

.myTextColor { color: #50793C; }

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

This text font color is #50793C.

Background Color

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

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

This div background color is #50793C.

Border color

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

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

This div border color is #50793C.

Opacity

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

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

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

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

This text has shadow with #50793C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50793C.

Preview

Color preview on black background

This text has color #50793C on black background.


Color preview on white background

This text has color #50793C on white background.


Black color preview on #50793C background

This text has black color on #50793C background.


White color preview on #50793C background

This text has white color on #50793C background.


Related colors

Complementary color

Complementary color for #hex is #AF86C3.


I love getcolorcode.com

Triadic colors

1 #3C5079 and #793C50 with #50793C are triadic colors.

2 #3C7950 and #79503C with #50793C are triadic colors.