COLOR #50967D

HEX: #50967D
RGB: (80,150,125)

Color info

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

RGB color model

#50967D color RGB value is (80,150,125).

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

RGB channels and saturation

R 80 of 255 = 31%
G 150 of 255 = 59%
B 125 of 255 = 49%

80
150
125

R + G + B ~ 46%. #50967D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 150 + 125 = 355 (100%)
R 80 of 355 ~ 22.54%
G 150 of 355 ~ 42.25%
B 125 of 355 ~ 35.21%

%22.54
%42.25
%35.21

CMYK color model

#50967D color CMYK value is (47,0,17,41).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK:
(47,0,17,41)
C47M0Y17K41 
(47%,0%,17%,41%)
(0.47/0.00/0.17/0.41)	

CMYK percentages

%46.67
%0
%16.67
%41.18

Codes

Color #50967D in popluar color models

50967D
RGB80150125
HSL159°30.43%45.10%
HSB/HSV159°46.67%58.82%
CMYK46.67%0.00%16.67%
41.18%

Color #50967D in popluar number systems.

HEX50967D
Decimal80150125
Binary1010000100101101111101
Octal120226175

Shades and tints

Shades of #50967D

#50967D
(80,150,125)
#498972
(73,137,114)
#427C67
(66,124,103)
#3B6F5C
(59,111,92)
#346251
(52,98,81)
#2D5546
(45,85,70)
#26483B
(38,72,59)
#1F3B30
(31,59,48)
#182E25
(24,46,37)
#11211A
(17,33,26)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #50967D

#50967D
(80,150,125)
#5F9F88
(95,159,136)
#6EA893
(110,168,147)
#7DB19E
(125,177,158)
#8CBAA9
(140,186,169)
#9BC3B4
(155,195,180)
#AACCBF
(170,204,191)
#B9D5CA
(185,213,202)
#C8DED5
(200,222,213)
#D7E7E0
(215,231,224)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50967D color. Also use rgb(80,150,125) instead hex code.

Text Font Color

.myTextColor { color: #50967D; }

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

This text font color is #50967D.


Background Color

.myBgColor { background-color: #50967D; }

<div style="background-color:#50967D">Inner text</div>

This div background color is #50967D.


Border color

.myBorderColor { border: 1px solid #50967D; }

<div style="border:3px solid #50967D">Div</div>

This div border color is #50967D.


Opacity

.myOpacity80 { color: #50967D; opacity: 0.8; }

<p style="color:#50967D;opacity:0.8;">80%</p>

Text with #50967D 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 #50967D;}

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

This text has shadow with #50967D color.

.textShadow {text-shadow: 3px 3px 1px #50967D, 3px 3px 1px red;}

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

This text has shadow with #50967D primary color and red secondary color.


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

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

This text has shadow with #50967D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50967D on black background.


Color preview on white background

This text has color #50967D on white background.



Black color preview on #50967D background

This text has black color on #50967D background.


White color preview on #50967D background

This text has white color on #50967D background.