Color Hex Logo

#57410d Color Hex

#57410D
(87,65,13)
0 Favorites   0 Comments

Color spaces of #57410d

RGB 876513
HSL0.120.740.20
HSV42°85°34°
CMYK 0.000.250.85   0.66
XYZ5.89345.83591.1966
Yxy5.83590.45590.4515
Hunter Lab24.15761.270413.9735
CIE-Lab28.99463.957733.1111

#57410d color RGB value is (87,65,13).

#57410d hex color red value is 87, green value is 65 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #57410d hue: 0.12 , saturation: 0.74 and the lightness value of 57410d is 0.20.

The process color (four color CMYK) of #57410d color hex is 0.00, 0.25, 0.85, 0.66. Web safe color of #57410d is #663300. Color #57410d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000001 00001101
Octal 127 101 15
Decimal 87 65 13
Hex 57 41 D

RGB Percentages of Color #57410d

%52.73
%39.39
%7.88

CMYK Percentages of Color #57410d

%0
%25
%85
%66

Triadic Colors of #57410d

#57410d #0d5741 #410d57

Analogous Colors of #57410d

#57410d #48570d #571c0d

Monochromatic Colors of #57410d

#57410d

Complementary Color

#57410d #0d2357

#57410d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57410d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57410d Color CSS Codes

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

#57410d Text Font Color

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

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


#57410d Background Color

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

This div background color is #57410d


#57410d Border Color

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

This div border color is #57410d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57410d


Comments

No comments written yet.

Please login to write comment.