Color Hex Logo

#57503b Color Hex

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

Color spaces of #57503b

RGB 878059
HSL0.130.190.29
HSV45°32°34°
CMYK 0.000.080.32   0.66
XYZ7.58868.07935.2972
Yxy8.07930.36200.3854
Hunter Lab28.4241-2.08678.8474
CIE-Lab34.1475-0.852813.4496

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

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

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

Base Numbers

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

RGB Percentages of Color #57503b

%38.50
%35.40
%26.11

CMYK Percentages of Color #57503b

%0
%8
%32
%66

Triadic Colors of #57503b

#57503b #3b5750 #503b57

Analogous Colors of #57503b

#57503b #50573b #57423b

Monochromatic Colors of #57503b

#57503b

Complementary Color

#57503b #3b4257

#57503b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57503b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57503b Color CSS Codes

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

#57503b Text Font Color

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

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


#57503b Background Color

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

This div background color is #57503b


#57503b Border Color

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

This div border color is #57503b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57503b


Comments

No comments written yet.

Please login to write comment.