Color Hex Logo

#50572c Color Hex

#50572C
(80,87,44)
0 Favorites   0 Comments

Color spaces of #50572c

RGB 808744
HSL0.190.330.26
HSV70°49°34°
CMYK 0.080.000.49   0.66
XYZ7.17118.70373.6849
Yxy8.70370.36660.4450
Hunter Lab29.5020-8.240313.2459
CIE-Lab35.4074-10.306723.9413

#50572c color RGB value is (80,87,44).

#50572c hex color red value is 80, green value is 87 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #50572c hue: 0.19 , saturation: 0.33 and the lightness value of 50572c is 0.26.

The process color (four color CMYK) of #50572c color hex is 0.08, 0.00, 0.49, 0.66. Web safe color of #50572c is #666633. Color #50572c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010111 00101100
Octal 120 127 54
Decimal 80 87 44
Hex 50 57 2C

RGB Percentages of Color #50572c

%37.91
%41.23
%20.85

CMYK Percentages of Color #50572c

%8
%0
%49
%66

Triadic Colors of #50572c

#50572c #2c5057 #572c50

Analogous Colors of #50572c

#50572c #3b572c #57492c

Monochromatic Colors of #50572c

#50572c

Complementary Color

#50572c #332c57

#50572c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50572c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50572c Color CSS Codes

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

#50572c Text Font Color

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

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


#50572c Background Color

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

This div background color is #50572c


#50572c Border Color

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

This div border color is #50572c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50572c


Comments

No comments written yet.

Please login to write comment.