COLOR #50718A

HEX: #50718A
RGB: (80,113,138)

Color info

#50718A contains red, green and blue colors in about the same proportion. Web safe color of #50718A is #666699 (or #669).

RGB color model

#50718A color RGB value is (80,113,138).

  • red value is 80;
  • green value is 113;
  • blue value is 138.
RGB:
(80,113,138)
(31%,44%,54%)

RGB channels and saturation

R 80 of 255 = 31%
G 113 of 255 = 44%
B 138 of 255 = 54%

80
113
138

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

Portions of RGB colors in percentages

R + G + B =
80 + 113 + 138 = 331 (100%)
R 80 of 331 ~ 24.17%
G 113 of 331 ~ 34.14%
B 138 of 331 ~ 41.69%

%24.17
%34.14
%41.69

CMYK color model

#50718A color CMYK value is (42,18,0,46).

  • cyan value is 42.03%
  • magenta value is 18.12%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(42,18,0,46)
C42M18Y0K46 
(42%,18%,0%,46%)
(0.42/0.18/0.00/0.46)	

CMYK percentages

%42.03
%18.12
%0
%45.88

Codes

Color #50718A in popluar color models

50718A
RGB80113138
HSL206°26.61%42.75%
HSB/HSV206°42.03%54.12%
CMYK42.03%18.12%0.00%
45.88%

Color #50718A in popluar number systems.

HEX50718A
Decimal80113138
Binary1010000111000110001010
Octal120161212

Shades and tints

Shades of #50718A

#50718A
(80,113,138)
#49677E
(73,103,126)
#425D72
(66,93,114)
#3B5366
(59,83,102)
#34495A
(52,73,90)
#2D3F4E
(45,63,78)
#263542
(38,53,66)
#1F2B36
(31,43,54)
#18212A
(24,33,42)
#11171E
(17,23,30)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #50718A

#50718A
(80,113,138)
#5F7D94
(95,125,148)
#6E899E
(110,137,158)
#7D95A8
(125,149,168)
#8CA1B2
(140,161,178)
#9BADBC
(155,173,188)
#AAB9C6
(170,185,198)
#B9C5D0
(185,197,208)
#C8D1DA
(200,209,218)
#D7DDE4
(215,221,228)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50718A color. Also use rgb(80,113,138) instead hex code.

Text Font Color

.myTextColor { color: #50718A; }

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

This text font color is #50718A.


Background Color

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

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

This div background color is #50718A.


Border color

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

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

This div border color is #50718A.


Opacity

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

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

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

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

This text has shadow with #50718A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50718A on black background.


Color preview on white background

This text has color #50718A on white background.



Black color preview on #50718A background

This text has black color on #50718A background.


White color preview on #50718A background

This text has white color on #50718A background.