Color Hex Logo

#50513f Color Hex

#50513F
(80,81,63)
0 Favorites   0 Comments

Color spaces of #50513f

RGB 808163
HSL0.180.130.28
HSV63°22°32°
CMYK 0.010.000.22   0.68
XYZ7.14797.94925.8602
Yxy7.94920.34110.3793
Hunter Lab28.1943-4.08637.4126
CIE-Lab33.8769-3.937510.4829

#50513f color RGB value is (80,81,63).

#50513f hex color red value is 80, green value is 81 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #50513f hue: 0.18 , saturation: 0.13 and the lightness value of 50513f is 0.28.

The process color (four color CMYK) of #50513f color hex is 0.01, 0.00, 0.22, 0.68. Web safe color of #50513f is #666633. Color #50513f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010001 00111111
Octal 120 121 77
Decimal 80 81 63
Hex 50 51 3F

RGB Percentages of Color #50513f

%35.71
%36.16
%28.13

CMYK Percentages of Color #50513f

%1
%0
%22
%68

Triadic Colors of #50513f

#50513f #3f5051 #513f50

Analogous Colors of #50513f

#50513f #47513f #51493f

Monochromatic Colors of #50513f

#50513f

Complementary Color

#50513f #403f51

#50513f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50513f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50513f Color CSS Codes

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

#50513f Text Font Color

<p style="color:#50513f">Text here</p>

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


#50513f Background Color

<div style="background-color:#50513f">
Div content here</div>

This div background color is #50513f


#50513f Border Color

<div style="border:3px solid #50513f">
Div here</div>

This div border color is #50513f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,81,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50513f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50513f;
  -webkit-box-shadow: 1px 1px 3px 2px #50513f;
  box-shadow:         1px 1px 3px 2px #50513f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50513f

#50513f Color Palettes


Comments

No comments written yet.

Please login to write comment.