Color Hex Logo

#574442 Color Hex

#574442
(87,68,66)
0 Favorites   0 Comments

Color spaces of #574442

RGB 876866
HSL0.020.140.30
HSV24°34°
CMYK 0.000.220.24   0.66
XYZ6.98106.55386.0513
Yxy6.55380.35640.3346
Hunter Lab25.60043.87473.9056
CIE-Lab30.76877.80404.3120

#574442 color RGB value is (87,68,66).

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

The process color (four color CMYK) of #574442 color hex is 0.00, 0.22, 0.24, 0.66. Web safe color of #574442 is #663333. Color #574442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000100 01000010
Octal 127 104 102
Decimal 87 68 66
Hex 57 44 42

RGB Percentages of Color #574442

%39.37
%30.77
%29.86

CMYK Percentages of Color #574442

%0
%22
%24
%66

Triadic Colors of #574442

#574442 #425744 #444257

Analogous Colors of #574442

#574442 #574f42 #57424b

Monochromatic Colors of #574442

#574442

Complementary Color

#574442 #425557

#574442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574442 Color CSS Codes

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

#574442 Text Font Color

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

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


#574442 Background Color

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

This div background color is #574442


#574442 Border Color

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

This div border color is #574442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574442


Comments

No comments written yet.

Please login to write comment.