Color Hex Logo

#50563e Color Hex

#50563E
(80,86,62)
0 Favorites   0 Comments

Color spaces of #50563e

RGB 808662
HSL0.210.160.29
HSV75°28°34°
CMYK 0.070.000.28   0.66
XYZ7.50568.70895.8428
Yxy8.70890.34030.3948
Hunter Lab29.5108-6.24548.9189
CIE-Lab35.4177-7.115513.2143

#50563e color RGB value is (80,86,62).

#50563e hex color red value is 80, green value is 86 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #50563e hue: 0.21 , saturation: 0.16 and the lightness value of 50563e is 0.29.

The process color (four color CMYK) of #50563e color hex is 0.07, 0.00, 0.28, 0.66. Web safe color of #50563e is #666633. Color #50563e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010110 00111110
Octal 120 126 76
Decimal 80 86 62
Hex 50 56 3E

RGB Percentages of Color #50563e

%35.09
%37.72
%27.19

CMYK Percentages of Color #50563e

%7
%0
%28
%66

Triadic Colors of #50563e

#50563e #3e5056 #563e50

Analogous Colors of #50563e

#50563e #44563e #56503e

Monochromatic Colors of #50563e

#50563e

Complementary Color

#50563e #443e56

#50563e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50563e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50563e Color CSS Codes

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

#50563e Text Font Color

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

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


#50563e Background Color

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

This div background color is #50563e


#50563e Border Color

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

This div border color is #50563e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50563e


Comments

No comments written yet.

Please login to write comment.