Color Hex Logo

#50573b Color Hex

#50573B
(80,87,59)
0 Favorites   0 Comments

Color spaces of #50573b

RGB 808759
HSL0.210.190.29
HSV75°32°34°
CMYK 0.080.000.32   0.66
XYZ7.50598.83765.4479
Yxy8.83760.34440.4056
Hunter Lab29.7281-6.95569.9443
CIE-Lab35.6697-8.199115.3882

#50573b color RGB value is (80,87,59).

#50573b hex color red value is 80, green value is 87 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #50573b hue: 0.21 , saturation: 0.19 and the lightness value of 50573b is 0.29.

The process color (four color CMYK) of #50573b color hex is 0.08, 0.00, 0.32, 0.66. Web safe color of #50573b is #666633. Color #50573b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010111 00111011
Octal 120 127 73
Decimal 80 87 59
Hex 50 57 3B

RGB Percentages of Color #50573b

%35.40
%38.50
%26.11

CMYK Percentages of Color #50573b

%8
%0
%32
%66

Triadic Colors of #50573b

#50573b #3b5057 #573b50

Analogous Colors of #50573b

#50573b #42573b #57503b

Monochromatic Colors of #50573b

#50573b

Complementary Color

#50573b #423b57

#50573b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50573b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50573b Color CSS Codes

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

#50573b Text Font Color

<p style="color:#50573b">Text here</p>

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


#50573b Background Color

<div style="background-color:#50573b">
Div content here</div>

This div background color is #50573b


#50573b Border Color

<div style="border:3px solid #50573b">
Div here</div>

This div border color is #50573b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50573b


Comments

No comments written yet.

Please login to write comment.