Color Hex Logo

#57423a Color Hex

#57423A
(87,66,58)
0 Favorites   0 Comments

Color spaces of #57423a

RGB 876658
HSL0.050.200.28
HSV17°33°34°
CMYK 0.000.240.33   0.66
XYZ6.64246.22824.8550
Yxy6.22820.37470.3514
Hunter Lab24.95643.83605.9352
CIE-Lab29.98107.75768.3570

#57423a color RGB value is (87,66,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000010 00111010
Octal 127 102 72
Decimal 87 66 58
Hex 57 42 3A

RGB Percentages of Color #57423a

%41.23
%31.28
%27.49

CMYK Percentages of Color #57423a

%0
%24
%33
%66

Triadic Colors of #57423a

#57423a #3a5742 #423a57

Analogous Colors of #57423a

#57423a #57513a #573a41

Monochromatic Colors of #57423a

#57423a

Complementary Color

#57423a #3a4f57

#57423a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57423a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57423a Color CSS Codes

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

#57423a Text Font Color

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

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


#57423a Background Color

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

This div background color is #57423a


#57423a Border Color

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

This div border color is #57423a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,66,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 #57423a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57423a


Comments

No comments written yet.

Please login to write comment.