Color Hex Logo

#57380a Color Hex

#57380A
(87,56,10)
0 Favorites   0 Comments

Color spaces of #57380a

RGB 875610
HSL0.100.790.19
HSV36°89°34°
CMYK 0.000.360.89   0.66
XYZ5.39944.87650.9438
Yxy4.87650.48120.4346
Hunter Lab22.08284.999612.9240
CIE-Lab26.38009.536131.9831

#57380a color RGB value is (87,56,10).

#57380a hex color red value is 87, green value is 56 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #57380a hue: 0.10 , saturation: 0.79 and the lightness value of 57380a is 0.19.

The process color (four color CMYK) of #57380a color hex is 0.00, 0.36, 0.89, 0.66. Web safe color of #57380a is #663300. Color #57380a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111000 00001010
Octal 127 70 12
Decimal 87 56 10
Hex 57 38 A

RGB Percentages of Color #57380a

%56.86
%36.60
%6.54

CMYK Percentages of Color #57380a

%0
%36
%89
%66

Triadic Colors of #57380a

#57380a #0a5738 #380a57

Analogous Colors of #57380a

#57380a #50570a #57120a

Monochromatic Colors of #57380a

#57380a

Complementary Color

#57380a #0a2957

#57380a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57380a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57380a Color CSS Codes

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

#57380a Text Font Color

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

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


#57380a Background Color

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

This div background color is #57380a


#57380a Border Color

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

This div border color is #57380a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57380a


Comments

No comments written yet.

Please login to write comment.