Color Hex Logo

#574441 Color Hex

#574441
(87,68,65)
0 Favorites   0 Comments

Color spaces of #574441

RGB 876865
HSL0.020.140.30
HSV25°34°
CMYK 0.000.220.25   0.66
XYZ6.95176.54215.8974
Yxy6.54210.35850.3374
Hunter Lab25.57753.75374.2338
CIE-Lab30.74097.63074.9166

#574441 color RGB value is (87,68,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000100 01000001
Octal 127 104 101
Decimal 87 68 65
Hex 57 44 41

RGB Percentages of Color #574441

%39.55
%30.91
%29.55

CMYK Percentages of Color #574441

%0
%22
%25
%66

Triadic Colors of #574441

#574441 #415744 #444157

Analogous Colors of #574441

#574441 #574f41 #574149

Monochromatic Colors of #574441

#574441

Complementary Color

#574441 #415457

#574441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574441 Color CSS Codes

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

#574441 Text Font Color

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

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


#574441 Background Color

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

This div background color is #574441


#574441 Border Color

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

This div border color is #574441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574441


Comments

No comments written yet.

Please login to write comment.