Color Hex Logo

#574048 Color Hex

#574048
(87,64,72)
0 Favorites   0 Comments

Color spaces of #574048

RGB 876472
HSL0.940.150.30
HSV339°26°34°
CMYK 0.000.260.17   0.66
XYZ6.93366.16096.9546
Yxy6.16090.34580.3073
Hunter Lab24.82126.42560.7624
CIE-Lab29.814811.4408-0.9556

#574048 color RGB value is (87,64,72).

#574048 hex color red value is 87, green value is 64 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #574048 hue: 0.94 , saturation: 0.15 and the lightness value of 574048 is 0.30.

The process color (four color CMYK) of #574048 color hex is 0.00, 0.26, 0.17, 0.66. Web safe color of #574048 is #663333. Color #574048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000000 01001000
Octal 127 100 110
Decimal 87 64 72
Hex 57 40 48

RGB Percentages of Color #574048

%39.01
%28.70
%32.29

CMYK Percentages of Color #574048

%0
%26
%17
%66

Triadic Colors of #574048

#574048 #485740 #404857

Analogous Colors of #574048

#574048 #574440 #574054

Monochromatic Colors of #574048

#574048

Complementary Color

#574048 #40574f

#574048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574048 Color CSS Codes

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

#574048 Text Font Color

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

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


#574048 Background Color

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

This div background color is #574048


#574048 Border Color

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

This div border color is #574048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574048


Comments

No comments written yet.

Please login to write comment.