Color Hex Logo

#574749 Color Hex

#574749
(87,71,73)
0 Favorites   0 Comments

Color spaces of #574749

RGB 877173
HSL0.980.100.31
HSV353°18°34°
CMYK 0.000.180.16   0.66
XYZ7.38637.01387.2678
Yxy7.01380.34090.3237
Hunter Lab26.48363.43762.2677
CIE-Lab31.83837.17021.3506

#574749 color RGB value is (87,71,73).

#574749 hex color red value is 87, green value is 71 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #574749 hue: 0.98 , saturation: 0.10 and the lightness value of 574749 is 0.31.

The process color (four color CMYK) of #574749 color hex is 0.00, 0.18, 0.16, 0.66. Web safe color of #574749 is #663333. Color #574749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000111 01001001
Octal 127 107 111
Decimal 87 71 73
Hex 57 47 49

RGB Percentages of Color #574749

%37.66
%30.74
%31.60

CMYK Percentages of Color #574749

%0
%18
%16
%66

Triadic Colors of #574749

#574749 #495747 #474957

Analogous Colors of #574749

#574749 #574d47 #574751

Monochromatic Colors of #574749

#574749

Complementary Color

#574749 #475755

#574749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574749 Color CSS Codes

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

#574749 Text Font Color

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

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


#574749 Background Color

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

This div background color is #574749


#574749 Border Color

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

This div border color is #574749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574749


Comments

No comments written yet.

Please login to write comment.