Color Hex Logo

#57412f Color Hex

#57412F
(87,65,47)
0 Favorites   0 Comments

Color spaces of #57412f

RGB 876547
HSL0.080.300.26
HSV27°46°34°
CMYK 0.000.250.46   0.66
XYZ6.33396.01213.5159
Yxy6.01210.39930.3790
Hunter Lab24.51963.20098.6620
CIE-Lab29.44306.837814.6623

#57412f color RGB value is (87,65,47).

#57412f hex color red value is 87, green value is 65 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #57412f hue: 0.08 , saturation: 0.30 and the lightness value of 57412f is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000001 00101111
Octal 127 101 57
Decimal 87 65 47
Hex 57 41 2F

RGB Percentages of Color #57412f

%43.72
%32.66
%23.62

CMYK Percentages of Color #57412f

%0
%25
%46
%66

Triadic Colors of #57412f

#57412f #2f5741 #412f57

Analogous Colors of #57412f

#57412f #57552f #572f31

Monochromatic Colors of #57412f

#57412f

Complementary Color

#57412f #2f4557

#57412f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57412f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57412f Color CSS Codes

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

#57412f Text Font Color

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

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


#57412f Background Color

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

This div background color is #57412f


#57412f Border Color

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

This div border color is #57412f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57412f


Comments

No comments written yet.

Please login to write comment.