Color Hex Logo

#57344c Color Hex

#57344C
(87,52,76)
0 Favorites   0 Comments

Color spaces of #57344c

RGB 875276
HSL0.890.250.27
HSV319°40°34°
CMYK 0.000.400.13   0.66
XYZ6.46305.00407.4627
Yxy5.00400.34140.2643
Hunter Lab22.369612.4251-4.1209
CIE-Lab26.746219.8300-8.1478

#57344c color RGB value is (87,52,76).

#57344c hex color red value is 87, green value is 52 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #57344c hue: 0.89 , saturation: 0.25 and the lightness value of 57344c is 0.27.

The process color (four color CMYK) of #57344c color hex is 0.00, 0.40, 0.13, 0.66. Web safe color of #57344c is #663333. Color #57344c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110100 01001100
Octal 127 64 114
Decimal 87 52 76
Hex 57 34 4C

RGB Percentages of Color #57344c

%40.47
%24.19
%35.35

CMYK Percentages of Color #57344c

%0
%40
%13
%66

Triadic Colors of #57344c

#57344c #4c5734 #344c57

Analogous Colors of #57344c

#57344c #57343b #513457

Monochromatic Colors of #57344c

#57344c

Complementary Color

#57344c #34573f

#57344c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57344c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57344c Color CSS Codes

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

#57344c Text Font Color

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

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


#57344c Background Color

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

This div background color is #57344c


#57344c Border Color

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

This div border color is #57344c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57344c


Comments

No comments written yet.

Please login to write comment.