COLOR #50828E

HEX: #50828E
RGB: (80,130,142)

Color info

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

RGB color model

#50828E color RGB value is (80,130,142).

  • red value is 80;
  • green value is 130;
  • blue value is 142.
RGB:
(80,130,142)
(31%,51%,56%)

RGB channels and saturation

R 80 of 255 = 31%
G 130 of 255 = 51%
B 142 of 255 = 56%

80
130
142

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

Portions of RGB colors in percentages

R + G + B =
80 + 130 + 142 = 352 (100%)
R 80 of 352 ~ 22.73%
G 130 of 352 ~ 36.93%
B 142 of 352 ~ 40.34%

%22.73
%36.93
%40.34

CMYK color model

#50828E color CMYK value is (44,8,0,44).

  • cyan value is 43.66%
  • magenta value is 8.45%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(44,8,0,44)
C44M8Y0K44 
(44%,8%,0%,44%)
(0.44/0.08/0.00/0.44)	

CMYK percentages

%43.66
%8.45
%0
%44.31

Codes

Color #50828E in popluar color models

50828E
RGB80130142
HSL192°27.93%43.53%
HSB/HSV192°43.66%55.69%
CMYK43.66%8.45%0.00%
44.31%

Color #50828E in popluar number systems.

HEX50828E
Decimal80130142
Binary10100001000001010001110
Octal120202216

Shades and tints

Shades of #50828E

#50828E
(80,130,142)
#497782
(73,119,130)
#426C76
(66,108,118)
#3B616A
(59,97,106)
#34565E
(52,86,94)
#2D4B52
(45,75,82)
#264046
(38,64,70)
#1F353A
(31,53,58)
#182A2E
(24,42,46)
#111F22
(17,31,34)
#0A1416
(10,20,22)
#000000
(0,0,0)

Tints of #50828E

#50828E
(80,130,142)
#5F8D98
(95,141,152)
#6E98A2
(110,152,162)
#7DA3AC
(125,163,172)
#8CAEB6
(140,174,182)
#9BB9C0
(155,185,192)
#AAC4CA
(170,196,202)
#B9CFD4
(185,207,212)
#C8DADE
(200,218,222)
#D7E5E8
(215,229,232)
#E6F0F2
(230,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50828E color. Also use rgb(80,130,142) instead hex code.

Text Font Color

.myTextColor { color: #50828E; }

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

This text font color is #50828E.


Background Color

.myBgColor { background-color: #50828E; }

<div style="background-color:#50828E">Inner text</div>

This div background color is #50828E.


Border color

.myBorderColor { border: 1px solid #50828E; }

<div style="border:3px solid #50828E">Div</div>

This div border color is #50828E.


Opacity

.myOpacity80 { color: #50828E; opacity: 0.8; }

<p style="color:#50828E;opacity:0.8;">80%</p>

Text with #50828E 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 #50828E;}

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

This text has shadow with #50828E color.

.textShadow {text-shadow: 3px 3px 1px #50828E, 3px 3px 1px red;}

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

This text has shadow with #50828E primary color and red secondary color.


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

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

This text has shadow with #50828E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50828E on black background.


Color preview on white background

This text has color #50828E on white background.



Black color preview on #50828E background

This text has black color on #50828E background.


White color preview on #50828E background

This text has white color on #50828E background.