COLOR #50791D

HEX: #50791D
RGB: (80,121,29)

Color info

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

RGB color model

#50791D color RGB value is (80,121,29).

  • red value is 80;
  • green value is 121;
  • blue value is 29.
RGB:
(80,121,29)
(31%,47%,11%)

RGB channels and saturation

R 80 of 255 = 31%
G 121 of 255 = 47%
B 29 of 255 = 11%

80
121
29

R + G + B ~ 30%. #50791D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 121 + 29 = 230 (100%)
R 80 of 230 ~ 34.78%
G 121 of 230 ~ 52.61%
B 29 of 230 ~ 12.61%

%34.78
%52.61
%12.61

CMYK color model

#50791D color CMYK value is (34,0,76,53).

  • cyan value is 33.88%
  • magenta value is 0.00%
  • yellow value is 76.03%
  • key color value is 52.55%
CMYK:
(34,0,76,53)
C34M0Y76K53 
(34%,0%,76%,53%)
(0.34/0.00/0.76/0.53)	

CMYK percentages

%33.88
%0
%76.03
%52.55

Codes

Color #50791D in popluar color models

50791D
RGB8012129
HSL87°61.33%29.41%
HSB/HSV87°76.03%47.45%
CMYK33.88%0.00%76.03%
52.55%

Color #50791D in popluar number systems.

HEX50791D
Decimal8012129
Binary1010000111100111101
Octal12017135

Shades and tints

Shades of #50791D

#50791D
(80,121,29)
#496E1B
(73,110,27)
#426319
(66,99,25)
#3B5817
(59,88,23)
#344D15
(52,77,21)
#2D4213
(45,66,19)
#263711
(38,55,17)
#1F2C0F
(31,44,15)
#18210D
(24,33,13)
#11160B
(17,22,11)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #50791D

#50791D
(80,121,29)
#5F8531
(95,133,49)
#6E9145
(110,145,69)
#7D9D59
(125,157,89)
#8CA96D
(140,169,109)
#9BB581
(155,181,129)
#AAC195
(170,193,149)
#B9CDA9
(185,205,169)
#C8D9BD
(200,217,189)
#D7E5D1
(215,229,209)
#E6F1E5
(230,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50791D color. Also use rgb(80,121,29) instead hex code.

Text Font Color

.myTextColor { color: #50791D; }

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

This text font color is #50791D.


Background Color

.myBgColor { background-color: #50791D; }

<div style="background-color:#50791D">Inner text</div>

This div background color is #50791D.


Border color

.myBorderColor { border: 1px solid #50791D; }

<div style="border:3px solid #50791D">Div</div>

This div border color is #50791D.


Opacity

.myOpacity80 { color: #50791D; opacity: 0.8; }

<p style="color:#50791D;opacity:0.8;">80%</p>

Text with #50791D 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 #50791D;}

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

This text has shadow with #50791D color.

.textShadow {text-shadow: 3px 3px 1px #50791D, 3px 3px 1px red;}

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

This text has shadow with #50791D primary color and red secondary color.


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

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

This text has shadow with #50791D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50791D on black background.


Color preview on white background

This text has color #50791D on white background.



Black color preview on #50791D background

This text has black color on #50791D background.


White color preview on #50791D background

This text has white color on #50791D background.