COLOR #50708D

HEX: #50708D
RGB: (80,112,141)

Color info

#50708D contains mainly green and blue colors. Web safe color of #50708D is #666699 (or #669).

RGB color model

#50708D color RGB value is (80,112,141).

  • red value is 80;
  • green value is 112;
  • blue value is 141.
RGB:
(80,112,141)
(31%,44%,55%)

RGB channels and saturation

R 80 of 255 = 31%
G 112 of 255 = 44%
B 141 of 255 = 55%

80
112
141

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

Portions of RGB colors in percentages

R + G + B =
80 + 112 + 141 = 333 (100%)
R 80 of 333 ~ 24.02%
G 112 of 333 ~ 33.63%
B 141 of 333 ~ 42.34%

%24.02
%33.63
%42.34

CMYK color model

#50708D color CMYK value is (43,21,0,45).

  • cyan value is 43.26%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(43,21,0,45)
C43M21Y0K45 
(43%,21%,0%,45%)
(0.43/0.21/0.00/0.45)	

CMYK percentages

%43.26
%20.57
%0
%44.71

Codes

Color #50708D in popluar color models

50708D
RGB80112141
HSL209°27.60%43.33%
HSB/HSV209°43.26%55.29%
CMYK43.26%20.57%0.00%
44.71%

Color #50708D in popluar number systems.

HEX50708D
Decimal80112141
Binary1010000111000010001101
Octal120160215

Shades and tints

Shades of #50708D

#50708D
(80,112,141)
#496681
(73,102,129)
#425C75
(66,92,117)
#3B5269
(59,82,105)
#34485D
(52,72,93)
#2D3E51
(45,62,81)
#263445
(38,52,69)
#1F2A39
(31,42,57)
#18202D
(24,32,45)
#111621
(17,22,33)
#0A0C15
(10,12,21)
#000000
(0,0,0)

Tints of #50708D

#50708D
(80,112,141)
#5F7D97
(95,125,151)
#6E8AA1
(110,138,161)
#7D97AB
(125,151,171)
#8CA4B5
(140,164,181)
#9BB1BF
(155,177,191)
#AABEC9
(170,190,201)
#B9CBD3
(185,203,211)
#C8D8DD
(200,216,221)
#D7E5E7
(215,229,231)
#E6F2F1
(230,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50708D color. Also use rgb(80,112,141) instead hex code.

Text Font Color

.myTextColor { color: #50708D; }

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

This text font color is #50708D.


Background Color

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

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

This div background color is #50708D.


Border color

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

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

This div border color is #50708D.


Opacity

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

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

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

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

This text has shadow with #50708D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50708D on black background.


Color preview on white background

This text has color #50708D on white background.



Black color preview on #50708D background

This text has black color on #50708D background.


White color preview on #50708D background

This text has white color on #50708D background.