Color Hex Logo

#574960 Color Hex

#574960
(87,73,96)
0 Favorites   0 Comments

Color spaces of #574960

RGB 877396
HSL0.770.140.33
HSV277°24°38°
CMYK 0.090.240.00   0.62
XYZ8.42437.635912.0962
Yxy7.63590.29920.2712
Hunter Lab27.63316.0599-6.6106
CIE-Lab33.212810.8058-11.2953

#574960 color RGB value is (87,73,96).

#574960 hex color red value is 87, green value is 73 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #574960 hue: 0.77 , saturation: 0.14 and the lightness value of 574960 is 0.33.

The process color (four color CMYK) of #574960 color hex is 0.09, 0.24, 0.00, 0.62. Web safe color of #574960 is #663366. Color #574960 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001001 01100000
Octal 127 111 140
Decimal 87 73 96
Hex 57 49 60

RGB Percentages of Color #574960

%33.98
%28.52
%37.50

CMYK Percentages of Color #574960

%9
%24
%0
%62

Triadic Colors of #574960

#574960 #605749 #496057

Analogous Colors of #574960

#574960 #60495e #4c4960

Monochromatic Colors of #574960

#574960

Complementary Color

#574960 #526049

#574960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574960 Color CSS Codes

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

#574960 Text Font Color

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

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


#574960 Background Color

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

This div background color is #574960


#574960 Border Color

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

This div border color is #574960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574960


Comments

No comments written yet.

Please login to write comment.