COLOR #50966C

HEX: #50966C RGB: (80,150,108)

Color info

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

RGB color model

#50966C color RGB value is (80,150,108).

RGB: (80,150,108) (31%, 59%, 42%)

RGB channels and saturation

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

80
150
108

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

Portions of RGB colors in percentages

R + G + B = 80 + 150 + 108 = 338 (100%)
R 80 of 338 ~ 23.67%
G 150 of 338 ~ 44.38%
B 108 of 338 ~ 31.95'%

%23.67
%44.38
%31.95

CMYK color model

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

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

CMYK percentages

%46.67
%0
%28
%41.18

Codes

Color #50966C in popluar color models

50 96 6C
RGB 80 150 108
HSL 144° 30.43% 45.10%
HSB/HSV 144° 46.67% 58.82%
CMYK 46.67% 0.00% 28.00%
41.18%

Color #50966C in popluar number systems.

HEX 50 96 6C
Decimal 80 150 108
Binary 1010000 10010110 1101100
Octal 120 226 154

Shades and tints

Shades of #50966C

#50966C
(80,150,108)
#498963
(73,137,99)
#427C5A
(66,124,90)
#3B6F51
(59,111,81)
#346248
(52,98,72)
#2D553F
(45,85,63)
#264836
(38,72,54)
#1F3B2D
(31,59,45)
#182E24
(24,46,36)
#11211B
(17,33,27)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #50966C

#50966C
(80,150,108)
#5F9F79
(95,159,121)
#6EA886
(110,168,134)
#7DB193
(125,177,147)
#8CBAA0
(140,186,160)
#9BC3AD
(155,195,173)
#AACCBA
(170,204,186)
#B9D5C7
(185,213,199)
#C8DED4
(200,222,212)
#D7E7E1
(215,231,225)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50966C; }

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

This text font color is #50966C.

Background Color

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

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

This div background color is #50966C.

Border color

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

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

This div border color is #50966C.

Opacity

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

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

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

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

This text has shadow with #50966C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50966C.

Preview

Color preview on black background

This text has color #50966C on black background.


Color preview on white background

This text has color #50966C on white background.


Black color preview on #50966C background

This text has black color on #50966C background.


White color preview on #50966C background

This text has white color on #50966C background.


Related colors

Complementary color

Complementary color for #hex is #AF6993.


I love getcolorcode.com

Triadic colors

1 #6C5096 and #966C50 with #50966C are triadic colors.

2 #6C9650 and #96506C with #50966C are triadic colors.