Color Hex Logo

#574964 Color Hex

#574964
(87,73,100)
0 Favorites   0 Comments

Color spaces of #574964

RGB 8773100
HSL0.750.160.34
HSV271°27°39°
CMYK 0.130.270.00   0.61
XYZ8.61337.711413.0911
Yxy7.71140.29280.2622
Hunter Lab27.76946.7693-8.5120
CIE-Lab33.374511.7638-13.5833

#574964 color RGB value is (87,73,100).

#574964 hex color red value is 87, green value is 73 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #574964 hue: 0.75 , saturation: 0.16 and the lightness value of 574964 is 0.34.

The process color (four color CMYK) of #574964 color hex is 0.13, 0.27, 0.00, 0.61. Web safe color of #574964 is #663366. Color #574964 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001001 01100100
Octal 127 111 144
Decimal 87 73 100
Hex 57 49 64

RGB Percentages of Color #574964

%33.46
%28.08
%38.46

CMYK Percentages of Color #574964

%13
%27
%0
%61

Triadic Colors of #574964

#574964 #645749 #496457

Analogous Colors of #574964

#574964 #644964 #4a4964

Monochromatic Colors of #574964

#574964

Complementary Color

#574964 #566449

#574964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574964 Color CSS Codes

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

#574964 Text Font Color

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

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


#574964 Background Color

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

This div background color is #574964


#574964 Border Color

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

This div border color is #574964


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,73,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #574964; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #574964;
  -webkit-box-shadow: 1px 1px 3px 2px #574964;
  box-shadow:         1px 1px 3px 2px #574964; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574964


Comments

No comments written yet.

Please login to write comment.