Color Hex Logo

#50513c Color Hex

#50513C
(80,81,60)
0 Favorites   0 Comments

Color spaces of #50513c

RGB 808160
HSL0.170.150.28
HSV63°26°32°
CMYK 0.010.000.26   0.68
XYZ7.06637.91665.4306
Yxy7.91660.34620.3878
Hunter Lab28.1365-4.40968.2520
CIE-Lab33.8086-4.449312.2574

#50513c color RGB value is (80,81,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010001 00111100
Octal 120 121 74
Decimal 80 81 60
Hex 50 51 3C

RGB Percentages of Color #50513c

%36.20
%36.65
%27.15

CMYK Percentages of Color #50513c

%1
%0
%26
%68

Triadic Colors of #50513c

#50513c #3c5051 #513c50

Analogous Colors of #50513c

#50513c #46513c #51483c

Monochromatic Colors of #50513c

#50513c

Complementary Color

#50513c #3d3c51

#50513c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50513c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50513c Color CSS Codes

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

#50513c Text Font Color

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

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


#50513c Background Color

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

This div background color is #50513c


#50513c Border Color

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

This div border color is #50513c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50513c


Comments

No comments written yet.

Please login to write comment.