Color Hex Logo

#56371f Color Hex

#56371F
(86,55,31)
0 Favorites   0 Comments

Color spaces of #56371f

RGB 865531
HSL0.070.470.23
HSV26°64°34°
CMYK 0.000.360.64   0.66
XYZ5.45134.80971.9374
Yxy4.80970.44690.3943
Hunter Lab21.93105.989710.1140
CIE-Lab26.185610.987920.5202

#56371f color RGB value is (86,55,31).

#56371f hex color red value is 86, green value is 55 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #56371f hue: 0.07 , saturation: 0.47 and the lightness value of 56371f is 0.23.

The process color (four color CMYK) of #56371f color hex is 0.00, 0.36, 0.64, 0.66. Web safe color of #56371f is #663333. Color #56371f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110111 00011111
Octal 126 67 37
Decimal 86 55 31
Hex 56 37 1F

RGB Percentages of Color #56371f

%50.00
%31.98
%18.02

CMYK Percentages of Color #56371f

%0
%36
%64
%66

Triadic Colors of #56371f

#56371f #1f5637 #371f56

Analogous Colors of #56371f

#56371f #56531f #561f23

Monochromatic Colors of #56371f

#56371f

Complementary Color

#56371f #1f3e56

#56371f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56371f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56371f Color CSS Codes

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

#56371f Text Font Color

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

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


#56371f Background Color

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

This div background color is #56371f


#56371f Border Color

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

This div border color is #56371f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,55,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56371f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56371f;
  -webkit-box-shadow: 1px 1px 3px 2px #56371f;
  box-shadow:         1px 1px 3px 2px #56371f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,55,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56371f


Comments

No comments written yet.

Please login to write comment.