COLOR #50792B

HEX: #50792B RGB: (80,121,43)

Color info

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

RGB color model

#50792B color RGB value is (80,121,43).

RGB: (80,121,43) (31%, 47%, 17%)

RGB channels and saturation

R 80 of 255 = 31%
G 121 of 255 = 47%
B 43 of 255 = 17%

80
121
43

R + G + B ~ 32%. #50792B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 121 + 43 = 244 (100%)
R 80 of 244 ~ 32.79%
G 121 of 244 ~ 49.59%
B 43 of 244 ~ 17.62'%

%32.79
%49.59
%17.62

CMYK color model

#50792B color CMYK value is (34,0,64,53).

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

CMYK: (34,0,64,53)
C34M0Y64K53 (34%, 0%, 64%, 53%)
(0.34 / 0.00 / 0.64 / 0.53)

CMYK percentages

%33.88
%0
%64.46
%52.55

Codes

Color #50792B in popluar color models

50 79 2B
RGB 80 121 43
HSL 92° 47.56% 32.16%
HSB/HSV 92° 64.46% 47.45%
CMYK 33.88% 0.00% 64.46%
52.55%

Color #50792B in popluar number systems.

HEX 50 79 2B
Decimal 80 121 43
Binary 1010000 1111001 101011
Octal 120 171 53

Shades and tints

Shades of #50792B

#50792B
(80,121,43)
#496E28
(73,110,40)
#426325
(66,99,37)
#3B5822
(59,88,34)
#344D1F
(52,77,31)
#2D421C
(45,66,28)
#263719
(38,55,25)
#1F2C16
(31,44,22)
#182113
(24,33,19)
#111610
(17,22,16)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #50792B

#50792B
(80,121,43)
#5F853E
(95,133,62)
#6E9151
(110,145,81)
#7D9D64
(125,157,100)
#8CA977
(140,169,119)
#9BB58A
(155,181,138)
#AAC19D
(170,193,157)
#B9CDB0
(185,205,176)
#C8D9C3
(200,217,195)
#D7E5D6
(215,229,214)
#E6F1E9
(230,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50792B color. Also use rgb(80,121,43) instead hex code.

Text Font Color

.myTextColor { color: #50792B; }

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

This text font color is #50792B.

Background Color

.myBgColor { background-color: #50792B; }

<div style="background-color:#50792B">Inner text</div>

This div background color is #50792B.

Border color

.myBorderColor { border: 1px solid #50792B; }

<div style="border:3px solid #50792B">Div</div>

This div border color is #50792B.

Opacity

.myOpacity80 { color: #50792B; opacity: 0.8; }

<p style="color:#50792B;opacity:0.8;">80%</p>

Text with #50792B 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 #50792B;}

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

This text has shadow with #50792B color.


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

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

This text has shadow with #50792B primary color and red secondary color.


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

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

This text has shadow with #50792B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50792B.

Preview

Color preview on black background

This text has color #50792B on black background.


Color preview on white background

This text has color #50792B on white background.


Black color preview on #50792B background

This text has black color on #50792B background.


White color preview on #50792B background

This text has white color on #50792B background.


Related colors

Complementary color

Complementary color for #hex is #AF86D4.


I love getcolorcode.com

Triadic colors

1 #2B5079 and #792B50 with #50792B are triadic colors.

2 #2B7950 and #79502B with #50792B are triadic colors.