COLOR #50A48B

HEX: #50A48B
RGB: (80,164,139)

Color info

#50A48B contains mainly green and blue colors. Web safe color of #50A48B is #669999 (or #699).

RGB color model

#50A48B color RGB value is (80,164,139).

  • red value is 80;
  • green value is 164;
  • blue value is 139.
RGB:
(80,164,139)
(31%,64%,55%)

RGB channels and saturation

R 80 of 255 = 31%
G 164 of 255 = 64%
B 139 of 255 = 55%

80
164
139

R + G + B ~ 50%. #50A48B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 164 + 139 = 383 (100%)
R 80 of 383 ~ 20.89%
G 164 of 383 ~ 42.82%
B 139 of 383 ~ 36.29%

%20.89
%42.82
%36.29

CMYK color model

#50A48B color CMYK value is (51,0,15,36).

  • cyan value is 51.22%
  • magenta value is 0.00%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK:
(51,0,15,36)
C51M0Y15K36 
(51%,0%,15%,36%)
(0.51/0.00/0.15/0.36)	

CMYK percentages

%51.22
%0
%15.24
%35.69

Codes

Color #50A48B in popluar color models

50A48B
RGB80164139
HSL162°34.43%47.84%
HSB/HSV162°51.22%64.31%
CMYK51.22%0.00%15.24%
35.69%

Color #50A48B in popluar number systems.

HEX50A48B
Decimal80164139
Binary10100001010010010001011
Octal120244213

Shades and tints

Shades of #50A48B

#50A48B
(80,164,139)
#49967F
(73,150,127)
#428873
(66,136,115)
#3B7A67
(59,122,103)
#346C5B
(52,108,91)
#2D5E4F
(45,94,79)
#265043
(38,80,67)
#1F4237
(31,66,55)
#18342B
(24,52,43)
#11261F
(17,38,31)
#0A1813
(10,24,19)
#000000
(0,0,0)

Tints of #50A48B

#50A48B
(80,164,139)
#5FAC95
(95,172,149)
#6EB49F
(110,180,159)
#7DBCA9
(125,188,169)
#8CC4B3
(140,196,179)
#9BCCBD
(155,204,189)
#AAD4C7
(170,212,199)
#B9DCD1
(185,220,209)
#C8E4DB
(200,228,219)
#D7ECE5
(215,236,229)
#E6F4EF
(230,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A48B color. Also use rgb(80,164,139) instead hex code.

Text Font Color

.myTextColor { color: #50A48B; }

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

This text font color is #50A48B.


Background Color

.myBgColor { background-color: #50A48B; }

<div style="background-color:#50A48B">Inner text</div>

This div background color is #50A48B.


Border color

.myBorderColor { border: 1px solid #50A48B; }

<div style="border:3px solid #50A48B">Div</div>

This div border color is #50A48B.


Opacity

.myOpacity80 { color: #50A48B; opacity: 0.8; }

<p style="color:#50A48B;opacity:0.8;">80%</p>

Text with #50A48B 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 #50A48B;}

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

This text has shadow with #50A48B color.

.textShadow {text-shadow: 3px 3px 1px #50A48B, 3px 3px 1px red;}

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

This text has shadow with #50A48B primary color and red secondary color.


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

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

This text has shadow with #50A48B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A48B on black background.


Color preview on white background

This text has color #50A48B on white background.



Black color preview on #50A48B background

This text has black color on #50A48B background.


White color preview on #50A48B background

This text has white color on #50A48B background.