COLOR #50949E

HEX: #50949E
RGB: (80,148,158)

Color info

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

RGB color model

#50949E color RGB value is (80,148,158).

  • red value is 80;
  • green value is 148;
  • blue value is 158.
RGB:
(80,148,158)
(31%,58%,62%)

RGB channels and saturation

R 80 of 255 = 31%
G 148 of 255 = 58%
B 158 of 255 = 62%

80
148
158

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

Portions of RGB colors in percentages

R + G + B =
80 + 148 + 158 = 386 (100%)
R 80 of 386 ~ 20.73%
G 148 of 386 ~ 38.34%
B 158 of 386 ~ 40.93%

%20.73
%38.34
%40.93

CMYK color model

#50949E color CMYK value is (49,6,0,38).

  • cyan value is 49.37%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(49,6,0,38)
C49M6Y0K38 
(49%,6%,0%,38%)
(0.49/0.06/0.00/0.38)	

CMYK percentages

%49.37
%6.33
%0
%38.04

Codes

Color #50949E in popluar color models

50949E
RGB80148158
HSL188°32.77%46.67%
HSB/HSV188°49.37%61.96%
CMYK49.37%6.33%0.00%
38.04%

Color #50949E in popluar number systems.

HEX50949E
Decimal80148158
Binary10100001001010010011110
Octal120224236

Shades and tints

Shades of #50949E

#50949E
(80,148,158)
#498790
(73,135,144)
#427A82
(66,122,130)
#3B6D74
(59,109,116)
#346066
(52,96,102)
#2D5358
(45,83,88)
#26464A
(38,70,74)
#1F393C
(31,57,60)
#182C2E
(24,44,46)
#111F20
(17,31,32)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #50949E

#50949E
(80,148,158)
#5F9DA6
(95,157,166)
#6EA6AE
(110,166,174)
#7DAFB6
(125,175,182)
#8CB8BE
(140,184,190)
#9BC1C6
(155,193,198)
#AACACE
(170,202,206)
#B9D3D6
(185,211,214)
#C8DCDE
(200,220,222)
#D7E5E6
(215,229,230)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50949E color. Also use rgb(80,148,158) instead hex code.

Text Font Color

.myTextColor { color: #50949E; }

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

This text font color is #50949E.


Background Color

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

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

This div background color is #50949E.


Border color

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

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

This div border color is #50949E.


Opacity

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

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

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

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

This text has shadow with #50949E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50949E on black background.


Color preview on white background

This text has color #50949E on white background.



Black color preview on #50949E background

This text has black color on #50949E background.


White color preview on #50949E background

This text has white color on #50949E background.