COLOR #50964E

HEX: #50964E
RGB: (80,150,78)

Color info

#50964E contains mainly green color. Web safe color of #50964E is #669966 (or #696).

RGB color model

#50964E color RGB value is (80,150,78).

  • red value is 80;
  • green value is 150;
  • blue value is 78.
RGB:
(80,150,78)
(31%,59%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 150 of 255 = 59%
B 78 of 255 = 31%

80
150
78

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

Portions of RGB colors in percentages

R + G + B =
80 + 150 + 78 = 308 (100%)
R 80 of 308 ~ 25.97%
G 150 of 308 ~ 48.7%
B 78 of 308 ~ 25.32%

%25.97
%48.7
%25.32

CMYK color model

#50964E color CMYK value is (47,0,48,41).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 41.18%
CMYK:
(47,0,48,41)
C47M0Y48K41 
(47%,0%,48%,41%)
(0.47/0.00/0.48/0.41)	

CMYK percentages

%46.67
%0
%48
%41.18

Codes

Color #50964E in popluar color models

50964E
RGB8015078
HSL118°31.58%44.71%
HSB/HSV118°48.00%58.82%
CMYK46.67%0.00%48.00%
41.18%

Color #50964E in popluar number systems.

HEX50964E
Decimal8015078
Binary1010000100101101001110
Octal120226116

Shades and tints

Shades of #50964E

#50964E
(80,150,78)
#498947
(73,137,71)
#427C40
(66,124,64)
#3B6F39
(59,111,57)
#346232
(52,98,50)
#2D552B
(45,85,43)
#264824
(38,72,36)
#1F3B1D
(31,59,29)
#182E16
(24,46,22)
#11210F
(17,33,15)
#0A1408
(10,20,8)
#000000
(0,0,0)

Tints of #50964E

#50964E
(80,150,78)
#5F9F5E
(95,159,94)
#6EA86E
(110,168,110)
#7DB17E
(125,177,126)
#8CBA8E
(140,186,142)
#9BC39E
(155,195,158)
#AACCAE
(170,204,174)
#B9D5BE
(185,213,190)
#C8DECE
(200,222,206)
#D7E7DE
(215,231,222)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50964E color. Also use rgb(80,150,78) instead hex code.

Text Font Color

.myTextColor { color: #50964E; }

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

This text font color is #50964E.


Background Color

.myBgColor { background-color: #50964E; }

<div style="background-color:#50964E">Inner text</div>

This div background color is #50964E.


Border color

.myBorderColor { border: 1px solid #50964E; }

<div style="border:3px solid #50964E">Div</div>

This div border color is #50964E.


Opacity

.myOpacity80 { color: #50964E; opacity: 0.8; }

<p style="color:#50964E;opacity:0.8;">80%</p>

Text with #50964E 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 #50964E;}

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

This text has shadow with #50964E color.

.textShadow {text-shadow: 3px 3px 1px #50964E, 3px 3px 1px red;}

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

This text has shadow with #50964E primary color and red secondary color.


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

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

This text has shadow with #50964E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50964E on black background.


Color preview on white background

This text has color #50964E on white background.



Black color preview on #50964E background

This text has black color on #50964E background.


White color preview on #50964E background

This text has white color on #50964E background.