COLOR #50976C

HEX: #50976C
RGB: (80,151,108)

Color info

#50976C contains mainly green and blue colors. Web safe color of #50976C is #669966 (or #696).

RGB color model

#50976C color RGB value is (80,151,108).

  • red value is 80;
  • green value is 151;
  • blue value is 108.
RGB:
(80,151,108)
(31%,59%,42%)

RGB channels and saturation

R 80 of 255 = 31%
G 151 of 255 = 59%
B 108 of 255 = 42%

80
151
108

R + G + B ~ 44%. #50976C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 151 + 108 = 339 (100%)
R 80 of 339 ~ 23.6%
G 151 of 339 ~ 44.54%
B 108 of 339 ~ 31.86%

%23.6
%44.54
%31.86

CMYK color model

#50976C color CMYK value is (47,0,28,41).

  • cyan value is 47.02%
  • magenta value is 0.00%
  • yellow value is 28.48%
  • key color value is 40.78%
CMYK:
(47,0,28,41)
C47M0Y28K41 
(47%,0%,28%,41%)
(0.47/0.00/0.28/0.41)	

CMYK percentages

%47.02
%0
%28.48
%40.78

Codes

Color #50976C in popluar color models

50976C
RGB80151108
HSL144°30.74%45.29%
HSB/HSV144°47.02%59.22%
CMYK47.02%0.00%28.48%
40.78%

Color #50976C in popluar number systems.

HEX50976C
Decimal80151108
Binary1010000100101111101100
Octal120227154

Shades and tints

Shades of #50976C

#50976C
(80,151,108)
#498A63
(73,138,99)
#427D5A
(66,125,90)
#3B7051
(59,112,81)
#346348
(52,99,72)
#2D563F
(45,86,63)
#264936
(38,73,54)
#1F3C2D
(31,60,45)
#182F24
(24,47,36)
#11221B
(17,34,27)
#0A1512
(10,21,18)
#000000
(0,0,0)

Tints of #50976C

#50976C
(80,151,108)
#5FA079
(95,160,121)
#6EA986
(110,169,134)
#7DB293
(125,178,147)
#8CBBA0
(140,187,160)
#9BC4AD
(155,196,173)
#AACDBA
(170,205,186)
#B9D6C7
(185,214,199)
#C8DFD4
(200,223,212)
#D7E8E1
(215,232,225)
#E6F1EE
(230,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50976C color. Also use rgb(80,151,108) instead hex code.

Text Font Color

.myTextColor { color: #50976C; }

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

This text font color is #50976C.


Background Color

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

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

This div background color is #50976C.


Border color

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

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

This div border color is #50976C.


Opacity

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

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

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

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

This text has shadow with #50976C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50976C on black background.


Color preview on white background

This text has color #50976C on white background.



Black color preview on #50976C background

This text has black color on #50976C background.


White color preview on #50976C background

This text has white color on #50976C background.