Color Hex Logo

#50523c Color Hex

#50523C
(80,82,60)
0 Favorites   0 Comments

Color spaces of #50523c

RGB 808260
HSL0.180.150.28
HSV65°27°32°
CMYK 0.020.000.27   0.68
XYZ7.14128.06635.4555
Yxy8.06630.34560.3904
Hunter Lab28.4012-4.82028.4920
CIE-Lab34.1206-5.053912.6830

#50523c color RGB value is (80,82,60).

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

The process color (four color CMYK) of #50523c color hex is 0.02, 0.00, 0.27, 0.68. Web safe color of #50523c is #666633. Color #50523c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010010 00111100
Octal 120 122 74
Decimal 80 82 60
Hex 50 52 3C

RGB Percentages of Color #50523c

%36.04
%36.94
%27.03

CMYK Percentages of Color #50523c

%2
%0
%27
%68

Triadic Colors of #50523c

#50523c #3c5052 #523c50

Analogous Colors of #50523c

#50523c #45523c #52493c

Monochromatic Colors of #50523c

#50523c

Complementary Color

#50523c #3e3c52

#50523c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50523c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50523c Color CSS Codes

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

#50523c Text Font Color

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

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


#50523c Background Color

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

This div background color is #50523c


#50523c Border Color

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

This div border color is #50523c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,82,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 #50523c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50523c


Comments

No comments written yet.

Please login to write comment.