COLOR #50833B

HEX: #50833B RGB: (80,131,59)

Color info

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

RGB color model

#50833B color RGB value is (80,131,59).

RGB: (80,131,59) (31%, 51%, 23%)

RGB channels and saturation

R 80 of 255 = 31%
G 131 of 255 = 51%
B 59 of 255 = 23%

80
131
59

R + G + B ~ 35%. #50833B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 131 + 59 = 270 (100%)
R 80 of 270 ~ 29.63%
G 131 of 270 ~ 48.52%
B 59 of 270 ~ 21.85'%

%29.63
%48.52
%21.85

CMYK color model

#50833B color CMYK value is (39,0,55,49).

  • cyan value is 38.93%
  • magenta value is 0.00%
  • yellow value is 54.96%
  • key color value is 48.63%

CMYK: (39,0,55,49)
C39M0Y55K49 (39%, 0%, 55%, 49%)
(0.39 / 0.00 / 0.55 / 0.49)

CMYK percentages

%38.93
%0
%54.96
%48.63

Codes

Color #50833B in popluar color models

50 83 3B
RGB 80 131 59
HSL 103° 37.89% 37.25%
HSB/HSV 103° 54.96% 51.37%
CMYK 38.93% 0.00% 54.96%
48.63%

Color #50833B in popluar number systems.

HEX 50 83 3B
Decimal 80 131 59
Binary 1010000 10000011 111011
Octal 120 203 73

Shades and tints

Shades of #50833B

#50833B
(80,131,59)
#497836
(73,120,54)
#426D31
(66,109,49)
#3B622C
(59,98,44)
#345727
(52,87,39)
#2D4C22
(45,76,34)
#26411D
(38,65,29)
#1F3618
(31,54,24)
#182B13
(24,43,19)
#11200E
(17,32,14)
#0A1509
(10,21,9)
#000000
(0,0,0)

Tints of #50833B

#50833B
(80,131,59)
#5F8E4C
(95,142,76)
#6E995D
(110,153,93)
#7DA46E
(125,164,110)
#8CAF7F
(140,175,127)
#9BBA90
(155,186,144)
#AAC5A1
(170,197,161)
#B9D0B2
(185,208,178)
#C8DBC3
(200,219,195)
#D7E6D4
(215,230,212)
#E6F1E5
(230,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50833B color. Also use rgb(80,131,59) instead hex code.

Text Font Color

.myTextColor { color: #50833B; }

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

This text font color is #50833B.

Background Color

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

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

This div background color is #50833B.

Border color

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

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

This div border color is #50833B.

Opacity

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

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

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

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

This text has shadow with #50833B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50833B.

Preview

Color preview on black background

This text has color #50833B on black background.


Color preview on white background

This text has color #50833B on white background.


Black color preview on #50833B background

This text has black color on #50833B background.


White color preview on #50833B background

This text has white color on #50833B background.


Related colors

Complementary color

Complementary color for #hex is #AF7CC4.


I love getcolorcode.com

Triadic colors

1 #3B5083 and #833B50 with #50833B are triadic colors.

2 #3B8350 and #83503B with #50833B are triadic colors.