COLOR #50984A

HEX: #50984A RGB: (80,152,74)

Color info

#50984A contains mainly green color. Web safe color of #50984A is #669933 (or #693).

RGB color model

#50984A color RGB value is (80,152,74).

RGB: (80,152,74) (31%, 60%, 29%)

RGB channels and saturation

R 80 of 255 = 31%
G 152 of 255 = 60%
B 74 of 255 = 29%

80
152
74

R + G + B ~ 40%. #50984A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 152 + 74 = 306 (100%)
R 80 of 306 ~ 26.14%
G 152 of 306 ~ 49.67%
B 74 of 306 ~ 24.18'%

%26.14
%49.67
%24.18

CMYK color model

#50984A color CMYK value is (47,0,51,40).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 51.32%
  • key color value is 40.39%

CMYK: (47,0,51,40)
C47M0Y51K40 (47%, 0%, 51%, 40%)
(0.47 / 0.00 / 0.51 / 0.40)

CMYK percentages

%47.37
%0
%51.32
%40.39

Codes

Color #50984A in popluar color models

50 98 4A
RGB 80 152 74
HSL 115° 34.51% 44.31%
HSB/HSV 115° 51.32% 59.61%
CMYK 47.37% 0.00% 51.32%
40.39%

Color #50984A in popluar number systems.

HEX 50 98 4A
Decimal 80 152 74
Binary 1010000 10011000 1001010
Octal 120 230 112

Shades and tints

Shades of #50984A

#50984A
(80,152,74)
#498B44
(73,139,68)
#427E3E
(66,126,62)
#3B7138
(59,113,56)
#346432
(52,100,50)
#2D572C
(45,87,44)
#264A26
(38,74,38)
#1F3D20
(31,61,32)
#18301A
(24,48,26)
#112314
(17,35,20)
#0A160E
(10,22,14)
#000000
(0,0,0)

Tints of #50984A

#50984A
(80,152,74)
#5FA15A
(95,161,90)
#6EAA6A
(110,170,106)
#7DB37A
(125,179,122)
#8CBC8A
(140,188,138)
#9BC59A
(155,197,154)
#AACEAA
(170,206,170)
#B9D7BA
(185,215,186)
#C8E0CA
(200,224,202)
#D7E9DA
(215,233,218)
#E6F2EA
(230,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50984A color. Also use rgb(80,152,74) instead hex code.

Text Font Color

.myTextColor { color: #50984A; }

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

This text font color is #50984A.

Background Color

.myBgColor { background-color: #50984A; }

<div style="background-color:#50984A">Inner text</div>

This div background color is #50984A.

Border color

.myBorderColor { border: 1px solid #50984A; }

<div style="border:3px solid #50984A">Div</div>

This div border color is #50984A.

Opacity

.myOpacity80 { color: #50984A; opacity: 0.8; }

<p style="color:#50984A;opacity:0.8;">80%</p>

Text with #50984A 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 #50984A;}

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

This text has shadow with #50984A color.


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

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

This text has shadow with #50984A primary color and red secondary color.


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

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

This text has shadow with #50984A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50984A.

Preview

Color preview on black background

This text has color #50984A on black background.


Color preview on white background

This text has color #50984A on white background.


Black color preview on #50984A background

This text has black color on #50984A background.


White color preview on #50984A background

This text has white color on #50984A background.


Related colors

Complementary color

Complementary color for #hex is #AF67B5.


I love getcolorcode.com

Triadic colors

1 #4A5098 and #984A50 with #50984A are triadic colors.

2 #4A9850 and #98504A with #50984A are triadic colors.