Color Hex Logo

#57060d Color Hex

#57060D
(87,6,13)
0 Favorites   0 Comments

Color spaces of #57060d

RGB 87613
HSL0.990.870.18
HSV355°93°34°
CMYK 0.000.930.85   0.66
XYZ4.06832.18550.5882
Yxy2.18550.59460.3194
Hunter Lab14.783423.25107.9894
CIE-Lab16.432135.108519.9179

#57060d color RGB value is (87,6,13).

#57060d hex color red value is 87, green value is 6 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #57060d hue: 0.99 , saturation: 0.87 and the lightness value of 57060d is 0.18.

The process color (four color CMYK) of #57060d color hex is 0.00, 0.93, 0.85, 0.66. Web safe color of #57060d is #660000. Color #57060d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000110 00001101
Octal 127 6 15
Decimal 87 6 13
Hex 57 6 D

RGB Percentages of Color #57060d

%82.08
%5.66
%12.26

CMYK Percentages of Color #57060d

%0
%93
%85
%66

Triadic Colors of #57060d

#57060d #0d5706 #060d57

Analogous Colors of #57060d

#57060d #572806 #570636

Monochromatic Colors of #57060d

#57060d

Complementary Color

#57060d #065750

#57060d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57060d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57060d Color CSS Codes

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

#57060d Text Font Color

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

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


#57060d Background Color

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

This div background color is #57060d


#57060d Border Color

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

This div border color is #57060d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57060d


Comments

No comments written yet.

Please login to write comment.