Color Hex Logo

#50737e Color Hex

#50737E
(80,115,126)
0 Favorites   0 Comments

Color spaces of #50737e

RGB 80115126
HSL0.540.220.40
HSV194°37°49°
CMYK 0.370.090.00   0.51
XYZ13.204915.473322.0293
Yxy15.47330.26040.3051
Hunter Lab39.3361-8.9168-5.6687
CIE-Lab46.2758-9.4682-10.0394

#50737e color RGB value is (80,115,126).

#50737e hex color red value is 80, green value is 115 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #50737e hue: 0.54 , saturation: 0.22 and the lightness value of 50737e is 0.40.

The process color (four color CMYK) of #50737e color hex is 0.37, 0.09, 0.00, 0.51. Web safe color of #50737e is #666666. Color #50737e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110011 01111110
Octal 120 163 176
Decimal 80 115 126
Hex 50 73 7E

RGB Percentages of Color #50737e

%24.92
%35.83
%39.25

CMYK Percentages of Color #50737e

%37
%9
%0
%51

Triadic Colors of #50737e

#50737e #7e5073 #737e50

Analogous Colors of #50737e

#50737e #505c7e #507e72

Monochromatic Colors of #50737e

#50737e

Complementary Color

#50737e #7e5b50

#50737e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50737e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50737e Color CSS Codes

.mybgcolor {background-color:#50737e; } 
.myforecolor {color:#50737e; }
.mybordercolor {border:3px solid #50737e; }

#50737e Text Font Color

<p style="color:#50737e">Text here</p>

This sample text font color is #50737e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#50737e Background Color

<div style="background-color:#50737e">
Div content here</div>

This div background color is #50737e


#50737e Border Color

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

This div border color is #50737e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,115,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50737e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50737e;
  -webkit-box-shadow: 1px 1px 3px 2px #50737e;
  box-shadow:         1px 1px 3px 2px #50737e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,115,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #50737e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #50737e;
  -webkit-box-shadow: 1px 1px 3px 2px #50737e;
  box-shadow:         1px 1px 3px 2px #50737e;">
Div content here</div>

This div box has shadow with color #50737e


Comments

No comments written yet.

Please login to write comment.