COLOR #50821C

HEX: #50821C
RGB: (80,130,28)

Color info

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

RGB color model

#50821C color RGB value is (80,130,28).

  • red value is 80;
  • green value is 130;
  • blue value is 28.
RGB:
(80,130,28)
(31%,51%,11%)

RGB channels and saturation

R 80 of 255 = 31%
G 130 of 255 = 51%
B 28 of 255 = 11%

80
130
28

R + G + B ~ 31%. #50821C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 130 + 28 = 238 (100%)
R 80 of 238 ~ 33.61%
G 130 of 238 ~ 54.62%
B 28 of 238 ~ 11.76%

%33.61
%54.62
%11.76

CMYK color model

#50821C color CMYK value is (38,0,78,49).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 78.46%
  • key color value is 49.02%
CMYK:
(38,0,78,49)
C38M0Y78K49 
(38%,0%,78%,49%)
(0.38/0.00/0.78/0.49)	

CMYK percentages

%38.46
%0
%78.46
%49.02

Codes

Color #50821C in popluar color models

50821C
RGB8013028
HSL89°64.56%30.98%
HSB/HSV89°78.46%50.98%
CMYK38.46%0.00%78.46%
49.02%

Color #50821C in popluar number systems.

HEX50821C
Decimal8013028
Binary10100001000001011100
Octal12020234

Shades and tints

Shades of #50821C

#50821C
(80,130,28)
#49771A
(73,119,26)
#426C18
(66,108,24)
#3B6116
(59,97,22)
#345614
(52,86,20)
#2D4B12
(45,75,18)
#264010
(38,64,16)
#1F350E
(31,53,14)
#182A0C
(24,42,12)
#111F0A
(17,31,10)
#0A1408
(10,20,8)
#000000
(0,0,0)

Tints of #50821C

#50821C
(80,130,28)
#5F8D30
(95,141,48)
#6E9844
(110,152,68)
#7DA358
(125,163,88)
#8CAE6C
(140,174,108)
#9BB980
(155,185,128)
#AAC494
(170,196,148)
#B9CFA8
(185,207,168)
#C8DABC
(200,218,188)
#D7E5D0
(215,229,208)
#E6F0E4
(230,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50821C color. Also use rgb(80,130,28) instead hex code.

Text Font Color

.myTextColor { color: #50821C; }

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

This text font color is #50821C.


Background Color

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

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

This div background color is #50821C.


Border color

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

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

This div border color is #50821C.


Opacity

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

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

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

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

This text has shadow with #50821C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50821C on black background.


Color preview on white background

This text has color #50821C on white background.



Black color preview on #50821C background

This text has black color on #50821C background.


White color preview on #50821C background

This text has white color on #50821C background.