Color Hex Logo

#57463a Color Hex

#57463A
(87,70,58)
0 Favorites   0 Comments

Color spaces of #57463a

RGB 877058
HSL0.070.200.28
HSV25°33°34°
CMYK 0.000.200.33   0.66
XYZ6.88446.71204.9357
Yxy6.71200.37150.3622
Hunter Lab25.90752.09466.8398
CIE-Lab31.14215.22459.9679

#57463a color RGB value is (87,70,58).

#57463a hex color red value is 87, green value is 70 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #57463a hue: 0.07 , saturation: 0.20 and the lightness value of 57463a is 0.28.

The process color (four color CMYK) of #57463a color hex is 0.00, 0.20, 0.33, 0.66. Web safe color of #57463a is #663333. Color #57463a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000110 00111010
Octal 127 106 72
Decimal 87 70 58
Hex 57 46 3A

RGB Percentages of Color #57463a

%40.47
%32.56
%26.98

CMYK Percentages of Color #57463a

%0
%20
%33
%66

Triadic Colors of #57463a

#57463a #3a5746 #463a57

Analogous Colors of #57463a

#57463a #57553a #573a3d

Monochromatic Colors of #57463a

#57463a

Complementary Color

#57463a #3a4b57

#57463a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57463a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57463a Color CSS Codes

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

#57463a Text Font Color

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

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


#57463a Background Color

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

This div background color is #57463a


#57463a Border Color

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

This div border color is #57463a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,70,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57463a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57463a;
  -webkit-box-shadow: 1px 1px 3px 2px #57463a;
  box-shadow:         1px 1px 3px 2px #57463a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57463a


Comments

No comments written yet.

Please login to write comment.