Color Hex Logo

#570d1d Color Hex

#570D1D
(87,13,29)
0 Favorites   0 Comments

Color spaces of #570d1d

RGB 871329
HSL0.960.740.20
HSV347°85°34°
CMYK 0.000.850.67   0.66
XYZ4.29622.40281.3997
Yxy2.40280.53050.2967
Hunter Lab15.501022.34585.4969
CIE-Lab17.473233.827810.8611

#570d1d color RGB value is (87,13,29).

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

The process color (four color CMYK) of #570d1d color hex is 0.00, 0.85, 0.67, 0.66. Web safe color of #570d1d is #660033. Color #570d1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001101 00011101
Octal 127 15 35
Decimal 87 13 29
Hex 57 D 1D

RGB Percentages of Color #570d1d

%67.44
%10.08
%22.48

CMYK Percentages of Color #570d1d

%0
%85
%67
%66

Triadic Colors of #570d1d

#570d1d #1d570d #0d1d57

Analogous Colors of #570d1d

#570d1d #57220d #570d42

Monochromatic Colors of #570d1d

#570d1d

Complementary Color

#570d1d #0d5747

#570d1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570d1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#570d1d Color CSS Codes

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

#570d1d Text Font Color

<p style="color:#570d1d">Text here</p>

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


#570d1d Background Color

<div style="background-color:#570d1d">
Div content here</div>

This div background color is #570d1d


#570d1d Border Color

<div style="border:3px solid #570d1d">
Div here</div>

This div border color is #570d1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570d1d


Comments

No comments written yet.

Please login to write comment.