Color Hex Logo

#50675e Color Hex

#50675E
(80,103,94)
0 Favorites   0 Comments

Color spaces of #50675e

RGB 8010394
HSL0.430.130.36
HSV157°22°40°
CMYK 0.220.000.09   0.60
XYZ10.178912.214112.4108
Yxy12.21410.29250.3509
Hunter Lab34.9487-9.17163.4093
CIE-Lab41.5544-10.63732.2604

#50675e color RGB value is (80,103,94).

#50675e hex color red value is 80, green value is 103 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #50675e hue: 0.43 , saturation: 0.13 and the lightness value of 50675e is 0.36.

The process color (four color CMYK) of #50675e color hex is 0.22, 0.00, 0.09, 0.60. Web safe color of #50675e is #666666. Color #50675e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100111 01011110
Octal 120 147 136
Decimal 80 103 94
Hex 50 67 5E

RGB Percentages of Color #50675e

%28.88
%37.18
%33.94

CMYK Percentages of Color #50675e

%22
%0
%9
%60

Triadic Colors of #50675e

#50675e #5e5067 #675e50

Analogous Colors of #50675e

#50675e #506567 #506753

Monochromatic Colors of #50675e

#50675e

Complementary Color

#50675e #675059

#50675e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50675e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50675e Color CSS Codes

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

#50675e Text Font Color

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

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


#50675e Background Color

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

This div background color is #50675e


#50675e Border Color

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

This div border color is #50675e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50675e


Comments

No comments written yet.

Please login to write comment.