Color Hex Logo

#574456 Color Hex

#574456
(87,68,86)
0 Favorites   0 Comments

Color spaces of #574456

RGB 876886
HSL0.840.120.30
HSV303°22°34°
CMYK 0.000.220.01   0.66
XYZ7.67736.83249.7182
Yxy6.83240.31690.2820
Hunter Lab26.13896.6846-3.7463
CIE-Lab31.422311.7294-7.6171

#574456 color RGB value is (87,68,86).

#574456 hex color red value is 87, green value is 68 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #574456 hue: 0.84 , saturation: 0.12 and the lightness value of 574456 is 0.30.

The process color (four color CMYK) of #574456 color hex is 0.00, 0.22, 0.01, 0.66. Web safe color of #574456 is #663366. Color #574456 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000100 01010110
Octal 127 104 126
Decimal 87 68 86
Hex 57 44 56

RGB Percentages of Color #574456

%36.10
%28.22
%35.68

CMYK Percentages of Color #574456

%0
%22
%1
%66

Triadic Colors of #574456

#574456 #565744 #445657

Analogous Colors of #574456

#574456 #57444d #4f4457

Monochromatic Colors of #574456

#574456

Complementary Color

#574456 #445745

#574456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574456 Color CSS Codes

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

#574456 Text Font Color

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

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


#574456 Background Color

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

This div background color is #574456


#574456 Border Color

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

This div border color is #574456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574456


Comments

No comments written yet.

Please login to write comment.