COLOR #50707C

HEX: #50707C
RGB: (80,112,124)

Color info

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

RGB color model

#50707C color RGB value is (80,112,124).

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

RGB channels and saturation

R 80 of 255 = 31%
G 112 of 255 = 44%
B 124 of 255 = 49%

80
112
124

R + G + B ~ 41%. #50707C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 112 + 124 = 316 (100%)
R 80 of 316 ~ 25.32%
G 112 of 316 ~ 35.44%
B 124 of 316 ~ 39.24%

%25.32
%35.44
%39.24

CMYK color model

#50707C color CMYK value is (35,10,0,51).

  • cyan value is 35.48%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(35,10,0,51)
C35M10Y0K51 
(35%,10%,0%,51%)
(0.35/0.10/0.00/0.51)	

CMYK percentages

%35.48
%9.68
%0
%51.37

Codes

Color #50707C in popluar color models

50707C
RGB80112124
HSL196°21.57%40.00%
HSB/HSV196°35.48%48.63%
CMYK35.48%9.68%0.00%
51.37%

Color #50707C in popluar number systems.

HEX50707C
Decimal80112124
Binary101000011100001111100
Octal120160174

Shades and tints

Shades of #50707C

#50707C
(80,112,124)
#496671
(73,102,113)
#425C66
(66,92,102)
#3B525B
(59,82,91)
#344850
(52,72,80)
#2D3E45
(45,62,69)
#26343A
(38,52,58)
#1F2A2F
(31,42,47)
#182024
(24,32,36)
#111619
(17,22,25)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #50707C

#50707C
(80,112,124)
#5F7D87
(95,125,135)
#6E8A92
(110,138,146)
#7D979D
(125,151,157)
#8CA4A8
(140,164,168)
#9BB1B3
(155,177,179)
#AABEBE
(170,190,190)
#B9CBC9
(185,203,201)
#C8D8D4
(200,216,212)
#D7E5DF
(215,229,223)
#E6F2EA
(230,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50707C color. Also use rgb(80,112,124) instead hex code.

Text Font Color

.myTextColor { color: #50707C; }

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

This text font color is #50707C.


Background Color

.myBgColor { background-color: #50707C; }

<div style="background-color:#50707C">Inner text</div>

This div background color is #50707C.


Border color

.myBorderColor { border: 1px solid #50707C; }

<div style="border:3px solid #50707C">Div</div>

This div border color is #50707C.


Opacity

.myOpacity80 { color: #50707C; opacity: 0.8; }

<p style="color:#50707C;opacity:0.8;">80%</p>

Text with #50707C 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 #50707C;}

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

This text has shadow with #50707C color.

.textShadow {text-shadow: 3px 3px 1px #50707C, 3px 3px 1px red;}

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

This text has shadow with #50707C primary color and red secondary color.


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

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

This text has shadow with #50707C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50707C on black background.


Color preview on white background

This text has color #50707C on white background.



Black color preview on #50707C background

This text has black color on #50707C background.


White color preview on #50707C background

This text has white color on #50707C background.