Color Hex Logo

#57540d Color Hex

#57540D
(87,84,13)
0 Favorites   0 Comments

Color spaces of #57540d

RGB 878413
HSL0.160.740.20
HSV58°85°34°
CMYK 0.000.030.85   0.66
XYZ7.17348.39591.6233
Yxy8.39590.41720.4883
Hunter Lab28.9757-6.516916.9614
CIE-Lab34.7942-7.640638.3522

#57540d color RGB value is (87,84,13).

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

The process color (four color CMYK) of #57540d color hex is 0.00, 0.03, 0.85, 0.66. Web safe color of #57540d is #666600. Color #57540d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010100 00001101
Octal 127 124 15
Decimal 87 84 13
Hex 57 54 D

RGB Percentages of Color #57540d

%47.28
%45.65
%7.07

CMYK Percentages of Color #57540d

%0
%3
%85
%66

Triadic Colors of #57540d

#57540d #0d5754 #540d57

Analogous Colors of #57540d

#57540d #35570d #572f0d

Monochromatic Colors of #57540d

#57540d

Complementary Color

#57540d #0d1057

#57540d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57540d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57540d Color CSS Codes

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

#57540d Text Font Color

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

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


#57540d Background Color

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

This div background color is #57540d


#57540d Border Color

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

This div border color is #57540d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57540d


Comments

No comments written yet.

Please login to write comment.