COLOR #50807A

HEX: #50807A
RGB: (80,128,122)

Color info

#50807A contains red, green and blue colors in about the same proportion. Web safe color of #50807A is #666666 (or #666).

RGB color model

#50807A color RGB value is (80,128,122).

  • red value is 80;
  • green value is 128;
  • blue value is 122.
RGB:
(80,128,122)
(31%,50%,48%)

RGB channels and saturation

R 80 of 255 = 31%
G 128 of 255 = 50%
B 122 of 255 = 48%

80
128
122

R + G + B ~ 43%. #50807A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 128 + 122 = 330 (100%)
R 80 of 330 ~ 24.24%
G 128 of 330 ~ 38.79%
B 122 of 330 ~ 36.97%

%24.24
%38.79
%36.97

CMYK color model

#50807A color CMYK value is (38,0,5,50).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • key color value is 49.80%
CMYK:
(38,0,5,50)
C38M0Y5K50 
(38%,0%,5%,50%)
(0.38/0.00/0.05/0.50)	

CMYK percentages

%37.5
%0
%4.69
%49.8

Codes

Color #50807A in popluar color models

50807A
RGB80128122
HSL173°23.08%40.78%
HSB/HSV173°37.50%50.20%
CMYK37.50%0.00%4.69%
49.80%

Color #50807A in popluar number systems.

HEX50807A
Decimal80128122
Binary1010000100000001111010
Octal120200172

Shades and tints

Shades of #50807A

#50807A
(80,128,122)
#49756F
(73,117,111)
#426A64
(66,106,100)
#3B5F59
(59,95,89)
#34544E
(52,84,78)
#2D4943
(45,73,67)
#263E38
(38,62,56)
#1F332D
(31,51,45)
#182822
(24,40,34)
#111D17
(17,29,23)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #50807A

#50807A
(80,128,122)
#5F8B86
(95,139,134)
#6E9692
(110,150,146)
#7DA19E
(125,161,158)
#8CACAA
(140,172,170)
#9BB7B6
(155,183,182)
#AAC2C2
(170,194,194)
#B9CDCE
(185,205,206)
#C8D8DA
(200,216,218)
#D7E3E6
(215,227,230)
#E6EEF2
(230,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50807A color. Also use rgb(80,128,122) instead hex code.

Text Font Color

.myTextColor { color: #50807A; }

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

This text font color is #50807A.


Background Color

.myBgColor { background-color: #50807A; }

<div style="background-color:#50807A">Inner text</div>

This div background color is #50807A.


Border color

.myBorderColor { border: 1px solid #50807A; }

<div style="border:3px solid #50807A">Div</div>

This div border color is #50807A.


Opacity

.myOpacity80 { color: #50807A; opacity: 0.8; }

<p style="color:#50807A;opacity:0.8;">80%</p>

Text with #50807A 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 #50807A;}

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

This text has shadow with #50807A color.

.textShadow {text-shadow: 3px 3px 1px #50807A, 3px 3px 1px red;}

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

This text has shadow with #50807A primary color and red secondary color.


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

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

This text has shadow with #50807A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50807A on black background.


Color preview on white background

This text has color #50807A on white background.



Black color preview on #50807A background

This text has black color on #50807A background.


White color preview on #50807A background

This text has white color on #50807A background.