Color Hex Logo

#570d33 Color Hex

#570D33
(87,13,51)
0 Favorites   0 Comments

Color spaces of #570d33

RGB 871351
HSL0.910.740.20
HSV329°85°34°
CMYK 0.000.850.41   0.66
XYZ4.67192.55313.3785
Yxy2.55310.44060.2408
Hunter Lab15.978424.2290-1.3515
CIE-Lab18.157135.9275-3.9555

#570d33 color RGB value is (87,13,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001101 00110011
Octal 127 15 63
Decimal 87 13 51
Hex 57 D 33

RGB Percentages of Color #570d33

%57.62
%8.61
%33.77

CMYK Percentages of Color #570d33

%0
%85
%41
%66

Triadic Colors of #570d33

#570d33 #33570d #0d3357

Analogous Colors of #570d33

#570d33 #570d0e #560d57

Monochromatic Colors of #570d33

#570d33

Complementary Color

#570d33 #0d5731

#570d33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570d33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570d33 Color CSS Codes

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

#570d33 Text Font Color

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

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


#570d33 Background Color

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

This div background color is #570d33


#570d33 Border Color

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

This div border color is #570d33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570d33


Comments

No comments written yet.

Please login to write comment.