COLOR #50782B

HEX: #50782B RGB: (80,120,43)

Color info

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

RGB color model

#50782B color RGB value is (80,120,43).

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

RGB channels and saturation

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

80
120
43

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

Portions of RGB colors in percentages

R + G + B = 80 + 120 + 43 = 243 (100%)
R 80 of 243 ~ 32.92%
G 120 of 243 ~ 49.38%
B 43 of 243 ~ 17.7'%

%32.92
%49.38
%17.7

CMYK color model

#50782B color CMYK value is (33,0,64,53).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 64.17%
  • key color value is 52.94%

CMYK: (33,0,64,53)
C33M0Y64K53 (33%, 0%, 64%, 53%)
(0.33 / 0.00 / 0.64 / 0.53)

CMYK percentages

%33.33
%0
%64.17
%52.94

Codes

Color #50782B in popluar color models

50 78 2B
RGB 80 120 43
HSL 91° 47.24% 31.96%
HSB/HSV 91° 64.17% 47.06%
CMYK 33.33% 0.00% 64.17%
52.94%

Color #50782B in popluar number systems.

HEX 50 78 2B
Decimal 80 120 43
Binary 1010000 1111000 101011
Octal 120 170 53

Shades and tints

Shades of #50782B

#50782B
(80,120,43)
#496E28
(73,110,40)
#426425
(66,100,37)
#3B5A22
(59,90,34)
#34501F
(52,80,31)
#2D461C
(45,70,28)
#263C19
(38,60,25)
#1F3216
(31,50,22)
#182813
(24,40,19)
#111E10
(17,30,16)
#0A140D
(10,20,13)
#000000
(0,0,0)

Tints of #50782B

#50782B
(80,120,43)
#5F843E
(95,132,62)
#6E9051
(110,144,81)
#7D9C64
(125,156,100)
#8CA877
(140,168,119)
#9BB48A
(155,180,138)
#AAC09D
(170,192,157)
#B9CCB0
(185,204,176)
#C8D8C3
(200,216,195)
#D7E4D6
(215,228,214)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50782B; }

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

This text font color is #50782B.

Background Color

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

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

This div background color is #50782B.

Border color

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

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

This div border color is #50782B.

Opacity

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

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

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

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

This text has shadow with #50782B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50782B.

Preview

Color preview on black background

This text has color #50782B on black background.


Color preview on white background

This text has color #50782B on white background.


Black color preview on #50782B background

This text has black color on #50782B background.


White color preview on #50782B background

This text has white color on #50782B background.


Related colors

Complementary color

Complementary color for #hex is #AF87D4.


I love getcolorcode.com

Triadic colors

1 #2B5078 and #782B50 with #50782B are triadic colors.

2 #2B7850 and #78502B with #50782B are triadic colors.