COLOR #50822D

HEX: #50822D RGB: (80,130,45)

Color info

#50822D contains mainly red and green colors. Web safe color of #50822D is #669933 (or #693).

RGB color model

#50822D color RGB value is (80,130,45).

RGB: (80,130,45) (31%, 51%, 18%)

RGB channels and saturation

R 80 of 255 = 31%
G 130 of 255 = 51%
B 45 of 255 = 18%

80
130
45

R + G + B ~ 33%. #50822D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 130 + 45 = 255 (100%)
R 80 of 255 ~ 31.37%
G 130 of 255 ~ 50.98%
B 45 of 255 ~ 17.65'%

%31.37
%50.98
%17.65

CMYK color model

#50822D color CMYK value is (38,0,65,49).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 65.38%
  • key color value is 49.02%

CMYK: (38,0,65,49)
C38M0Y65K49 (38%, 0%, 65%, 49%)
(0.38 / 0.00 / 0.65 / 0.49)

CMYK percentages

%38.46
%0
%65.38
%49.02

Codes

Color #50822D in popluar color models

50 82 2D
RGB 80 130 45
HSL 95° 48.57% 34.31%
HSB/HSV 95° 65.38% 50.98%
CMYK 38.46% 0.00% 65.38%
49.02%

Color #50822D in popluar number systems.

HEX 50 82 2D
Decimal 80 130 45
Binary 1010000 10000010 101101
Octal 120 202 55

Shades and tints

Shades of #50822D

#50822D
(80,130,45)
#497729
(73,119,41)
#426C25
(66,108,37)
#3B6121
(59,97,33)
#34561D
(52,86,29)
#2D4B19
(45,75,25)
#264015
(38,64,21)
#1F3511
(31,53,17)
#182A0D
(24,42,13)
#111F09
(17,31,9)
#0A1405
(10,20,5)
#000000
(0,0,0)

Tints of #50822D

#50822D
(80,130,45)
#5F8D40
(95,141,64)
#6E9853
(110,152,83)
#7DA366
(125,163,102)
#8CAE79
(140,174,121)
#9BB98C
(155,185,140)
#AAC49F
(170,196,159)
#B9CFB2
(185,207,178)
#C8DAC5
(200,218,197)
#D7E5D8
(215,229,216)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50822D color. Also use rgb(80,130,45) instead hex code.

Text Font Color

.myTextColor { color: #50822D; }

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

This text font color is #50822D.

Background Color

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

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

This div background color is #50822D.

Border color

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

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

This div border color is #50822D.

Opacity

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

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

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

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

This text has shadow with #50822D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50822D.

Preview

Color preview on black background

This text has color #50822D on black background.


Color preview on white background

This text has color #50822D on white background.


Black color preview on #50822D background

This text has black color on #50822D background.


White color preview on #50822D background

This text has white color on #50822D background.


Related colors

Complementary color

Complementary color for #hex is #AF7DD2.


I love getcolorcode.com

Triadic colors

1 #2D5082 and #822D50 with #50822D are triadic colors.

2 #2D8250 and #82502D with #50822D are triadic colors.