Color Hex Logo

#50646d Color Hex

#50646D
(80,100,109)
0 Favorites   0 Comments

Color spaces of #50646d

RGB 80100109
HSL0.550.150.37
HSV199°27°43°
CMYK 0.270.080.00   0.57
XYZ10.625811.923916.2095
Yxy11.92390.27410.3076
Hunter Lab34.5310-5.5016-3.6601
CIE-Lab41.0949-5.2315-7.5590

#50646d color RGB value is (80,100,109).

#50646d hex color red value is 80, green value is 100 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #50646d hue: 0.55 , saturation: 0.15 and the lightness value of 50646d is 0.37.

The process color (four color CMYK) of #50646d color hex is 0.27, 0.08, 0.00, 0.57. Web safe color of #50646d is #666666. Color #50646d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100100 01101101
Octal 120 144 155
Decimal 80 100 109
Hex 50 64 6D

RGB Percentages of Color #50646d

%27.68
%34.60
%37.72

CMYK Percentages of Color #50646d

%27
%8
%0
%57

Triadic Colors of #50646d

#50646d #6d5064 #646d50

Analogous Colors of #50646d

#50646d #50566d #506d68

Monochromatic Colors of #50646d

#50646d

Complementary Color

#50646d #6d5950

#50646d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50646d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50646d Color CSS Codes

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

#50646d Text Font Color

<p style="color:#50646d">Text here</p>

This sample text font color is #50646d
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.


#50646d Background Color

<div style="background-color:#50646d">
Div content here</div>

This div background color is #50646d


#50646d Border Color

<div style="border:3px solid #50646d">
Div here</div>

This div border color is #50646d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,100,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50646d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50646d;
  -webkit-box-shadow: 1px 1px 3px 2px #50646d;
  box-shadow:         1px 1px 3px 2px #50646d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50646d


Comments

No comments written yet.

Please login to write comment.