COLOR #50737B

HEX: #50737B
RGB: (80,115,123)

Color info

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

RGB color model

#50737B color RGB value is (80,115,123).

  • red value is 80;
  • green value is 115;
  • blue value is 123.
RGB:
(80,115,123)
(31%,45%,48%)

RGB channels and saturation

R 80 of 255 = 31%
G 115 of 255 = 45%
B 123 of 255 = 48%

80
115
123

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

Portions of RGB colors in percentages

R + G + B =
80 + 115 + 123 = 318 (100%)
R 80 of 318 ~ 25.16%
G 115 of 318 ~ 36.16%
B 123 of 318 ~ 38.68%

%25.16
%36.16
%38.68

CMYK color model

#50737B color CMYK value is (35,7,0,52).

  • cyan value is 34.96%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(35,7,0,52)
C35M7Y0K52 
(35%,7%,0%,52%)
(0.35/0.07/0.00/0.52)	

CMYK percentages

%34.96
%6.5
%0
%51.76

Codes

Color #50737B in popluar color models

50737B
RGB80115123
HSL191°21.18%39.80%
HSB/HSV191°34.96%48.24%
CMYK34.96%6.50%0.00%
51.76%

Color #50737B in popluar number systems.

HEX50737B
Decimal80115123
Binary101000011100111111011
Octal120163173

Shades and tints

Shades of #50737B

#50737B
(80,115,123)
#496970
(73,105,112)
#425F65
(66,95,101)
#3B555A
(59,85,90)
#344B4F
(52,75,79)
#2D4144
(45,65,68)
#263739
(38,55,57)
#1F2D2E
(31,45,46)
#182323
(24,35,35)
#111918
(17,25,24)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #50737B

#50737B
(80,115,123)
#5F7F87
(95,127,135)
#6E8B93
(110,139,147)
#7D979F
(125,151,159)
#8CA3AB
(140,163,171)
#9BAFB7
(155,175,183)
#AABBC3
(170,187,195)
#B9C7CF
(185,199,207)
#C8D3DB
(200,211,219)
#D7DFE7
(215,223,231)
#E6EBF3
(230,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50737B color. Also use rgb(80,115,123) instead hex code.

Text Font Color

.myTextColor { color: #50737B; }

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

This text font color is #50737B.


Background Color

.myBgColor { background-color: #50737B; }

<div style="background-color:#50737B">Inner text</div>

This div background color is #50737B.


Border color

.myBorderColor { border: 1px solid #50737B; }

<div style="border:3px solid #50737B">Div</div>

This div border color is #50737B.


Opacity

.myOpacity80 { color: #50737B; opacity: 0.8; }

<p style="color:#50737B;opacity:0.8;">80%</p>

Text with #50737B 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 #50737B;}

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

This text has shadow with #50737B color.

.textShadow {text-shadow: 3px 3px 1px #50737B, 3px 3px 1px red;}

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

This text has shadow with #50737B primary color and red secondary color.


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

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

This text has shadow with #50737B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50737B on black background.


Color preview on white background

This text has color #50737B on white background.



Black color preview on #50737B background

This text has black color on #50737B background.


White color preview on #50737B background

This text has white color on #50737B background.