Color Hex Logo

#56372f Color Hex

#56372F
(86,55,47)
0 Favorites   0 Comments

Color spaces of #56372f

RGB 865547
HSL0.030.290.26
HSV12°45°34°
CMYK 0.000.360.45   0.66
XYZ5.71704.91603.3369
Yxy4.91600.40920.3519
Hunter Lab22.17217.22466.5973
CIE-Lab26.494112.741310.6777

#56372f color RGB value is (86,55,47).

#56372f hex color red value is 86, green value is 55 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #56372f hue: 0.03 , saturation: 0.29 and the lightness value of 56372f is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110111 00101111
Octal 126 67 57
Decimal 86 55 47
Hex 56 37 2F

RGB Percentages of Color #56372f

%45.74
%29.26
%25.00

CMYK Percentages of Color #56372f

%0
%36
%45
%66

Triadic Colors of #56372f

#56372f #2f5637 #372f56

Analogous Colors of #56372f

#56372f #564b2f #562f3b

Monochromatic Colors of #56372f

#56372f

Complementary Color

#56372f #2f4e56

#56372f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56372f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56372f Color CSS Codes

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

#56372f Text Font Color

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

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


#56372f Background Color

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

This div background color is #56372f


#56372f Border Color

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

This div border color is #56372f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56372f


Comments

No comments written yet.

Please login to write comment.