Color Hex Logo

#574228 Color Hex

#574228
(87,66,40)
0 Favorites   0 Comments

Color spaces of #574228

RGB 876640
HSL0.090.370.25
HSV33°54°34°
CMYK 0.000.240.54   0.66
XYZ6.26176.07592.8502
Yxy6.07590.41230.4001
Hunter Lab24.64932.208210.3988
CIE-Lab29.60325.374219.2423

#574228 color RGB value is (87,66,40).

#574228 hex color red value is 87, green value is 66 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #574228 hue: 0.09 , saturation: 0.37 and the lightness value of 574228 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000010 00101000
Octal 127 102 50
Decimal 87 66 40
Hex 57 42 28

RGB Percentages of Color #574228

%45.08
%34.20
%20.73

CMYK Percentages of Color #574228

%0
%24
%54
%66

Triadic Colors of #574228

#574228 #285742 #422857

Analogous Colors of #574228

#574228 #555728 #572b28

Monochromatic Colors of #574228

#574228

Complementary Color

#574228 #283d57

#574228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574228 Color CSS Codes

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

#574228 Text Font Color

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

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


#574228 Background Color

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

This div background color is #574228


#574228 Border Color

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

This div border color is #574228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574228


Comments

No comments written yet.

Please login to write comment.