Color Hex Logo

#571410 Color Hex

#571410
(87,20,16)
0 Favorites   0 Comments

Color spaces of #571410

RGB 872016
HSL0.010.690.20
HSV82°34°
CMYK 0.000.770.82   0.66
XYZ4.27422.56400.7598
Yxy2.56400.56250.3375
Hunter Lab16.012519.62508.3954
CIE-Lab18.205630.366320.5212

#571410 color RGB value is (87,20,16).

#571410 hex color red value is 87, green value is 20 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #571410 hue: 0.01 , saturation: 0.69 and the lightness value of 571410 is 0.20.

The process color (four color CMYK) of #571410 color hex is 0.00, 0.77, 0.82, 0.66. Web safe color of #571410 is #660000. Color #571410 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010100 00010000
Octal 127 24 20
Decimal 87 20 16
Hex 57 14 10

RGB Percentages of Color #571410

%70.73
%16.26
%13.01

CMYK Percentages of Color #571410

%0
%77
%82
%66

Triadic Colors of #571410

#571410 #105714 #141057

Analogous Colors of #571410

#571410 #573810 #571030

Monochromatic Colors of #571410

#571410

Complementary Color

#571410 #105357

#571410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571410 Color CSS Codes

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

#571410 Text Font Color

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

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


#571410 Background Color

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

This div background color is #571410


#571410 Border Color

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

This div border color is #571410


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,20,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #571410; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #571410;
  -webkit-box-shadow: 1px 1px 3px 2px #571410;
  box-shadow:         1px 1px 3px 2px #571410; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571410


Comments

No comments written yet.

Please login to write comment.