Color Hex Logo

#57364a Color Hex

#57364A
(87,54,74)
0 Favorites   0 Comments

Color spaces of #57364a

RGB 875474
HSL0.900.230.28
HSV324°38°34°
CMYK 0.000.380.15   0.66
XYZ6.48575.15907.1325
Yxy5.15900.34540.2747
Hunter Lab22.713411.2212-2.7189
CIE-Lab27.183018.1856-6.1692

#57364a color RGB value is (87,54,74).

#57364a hex color red value is 87, green value is 54 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #57364a hue: 0.90 , saturation: 0.23 and the lightness value of 57364a is 0.28.

The process color (four color CMYK) of #57364a color hex is 0.00, 0.38, 0.15, 0.66. Web safe color of #57364a is #663333. Color #57364a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110110 01001010
Octal 127 66 112
Decimal 87 54 74
Hex 57 36 4A

RGB Percentages of Color #57364a

%40.47
%25.12
%34.42

CMYK Percentages of Color #57364a

%0
%38
%15
%66

Triadic Colors of #57364a

#57364a #4a5736 #364a57

Analogous Colors of #57364a

#57364a #57363a #543657

Monochromatic Colors of #57364a

#57364a

Complementary Color

#57364a #365743

#57364a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57364a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57364a Color CSS Codes

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

#57364a Text Font Color

<p style="color:#57364a">Text here</p>

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


#57364a Background Color

<div style="background-color:#57364a">
Div content here</div>

This div background color is #57364a


#57364a Border Color

<div style="border:3px solid #57364a">
Div here</div>

This div border color is #57364a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,54,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57364a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57364a;
  -webkit-box-shadow: 1px 1px 3px 2px #57364a;
  box-shadow:         1px 1px 3px 2px #57364a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57364a


Comments

No comments written yet.

Please login to write comment.