COLOR #50757F

HEX: #50757F
RGB: (80,117,127)

Color info

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

RGB color model

#50757F color RGB value is (80,117,127).

  • red value is 80;
  • green value is 117;
  • blue value is 127.
RGB:
(80,117,127)
(31%,46%,50%)

RGB channels and saturation

R 80 of 255 = 31%
G 117 of 255 = 46%
B 127 of 255 = 50%

80
117
127

R + G + B ~ 42%. #50757F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 117 + 127 = 324 (100%)
R 80 of 324 ~ 24.69%
G 117 of 324 ~ 36.11%
B 127 of 324 ~ 39.2%

%24.69
%36.11
%39.2

CMYK color model

#50757F color CMYK value is (37,8,0,50).

  • cyan value is 37.01%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(37,8,0,50)
C37M8Y0K50 
(37%,8%,0%,50%)
(0.37/0.08/0.00/0.50)	

CMYK percentages

%37.01
%7.87
%0
%50.2

Codes

Color #50757F in popluar color models

50757F
RGB80117127
HSL193°22.71%40.59%
HSB/HSV193°37.01%49.80%
CMYK37.01%7.87%0.00%
50.20%

Color #50757F in popluar number systems.

HEX50757F
Decimal80117127
Binary101000011101011111111
Octal120165177

Shades and tints

Shades of #50757F

#50757F
(80,117,127)
#496B74
(73,107,116)
#426169
(66,97,105)
#3B575E
(59,87,94)
#344D53
(52,77,83)
#2D4348
(45,67,72)
#26393D
(38,57,61)
#1F2F32
(31,47,50)
#182527
(24,37,39)
#111B1C
(17,27,28)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #50757F

#50757F
(80,117,127)
#5F818A
(95,129,138)
#6E8D95
(110,141,149)
#7D99A0
(125,153,160)
#8CA5AB
(140,165,171)
#9BB1B6
(155,177,182)
#AABDC1
(170,189,193)
#B9C9CC
(185,201,204)
#C8D5D7
(200,213,215)
#D7E1E2
(215,225,226)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50757F color. Also use rgb(80,117,127) instead hex code.

Text Font Color

.myTextColor { color: #50757F; }

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

This text font color is #50757F.


Background Color

.myBgColor { background-color: #50757F; }

<div style="background-color:#50757F">Inner text</div>

This div background color is #50757F.


Border color

.myBorderColor { border: 1px solid #50757F; }

<div style="border:3px solid #50757F">Div</div>

This div border color is #50757F.


Opacity

.myOpacity80 { color: #50757F; opacity: 0.8; }

<p style="color:#50757F;opacity:0.8;">80%</p>

Text with #50757F 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 #50757F;}

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

This text has shadow with #50757F color.

.textShadow {text-shadow: 3px 3px 1px #50757F, 3px 3px 1px red;}

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

This text has shadow with #50757F primary color and red secondary color.


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

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

This text has shadow with #50757F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50757F on black background.


Color preview on white background

This text has color #50757F on white background.



Black color preview on #50757F background

This text has black color on #50757F background.


White color preview on #50757F background

This text has white color on #50757F background.