Color Hex Logo

#56363b Color Hex

#56363B
(86,54,59)
0 Favorites   0 Comments

Color spaces of #56363b

RGB 865459
HSL0.970.230.27
HSV351°37°34°
CMYK 0.000.370.31   0.66
XYZ5.94634.93254.7763
Yxy4.93250.37980.3151
Hunter Lab22.20928.92542.7956
CIE-Lab26.541615.12152.8122

#56363b color RGB value is (86,54,59).

#56363b hex color red value is 86, green value is 54 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #56363b hue: 0.97 , saturation: 0.23 and the lightness value of 56363b is 0.27.

The process color (four color CMYK) of #56363b color hex is 0.00, 0.37, 0.31, 0.66. Web safe color of #56363b is #663333. Color #56363b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110110 00111011
Octal 126 66 73
Decimal 86 54 59
Hex 56 36 3B

RGB Percentages of Color #56363b

%43.22
%27.14
%29.65

CMYK Percentages of Color #56363b

%0
%37
%31
%66

Triadic Colors of #56363b

#56363b #3b5636 #363b56

Analogous Colors of #56363b

#56363b #564136 #56364b

Monochromatic Colors of #56363b

#56363b

Complementary Color

#56363b #365651

#56363b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56363b Color Preview on White Background

Lorem ipsum dolor sit amet.

#56363b Color CSS Codes

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

#56363b Text Font Color

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

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


#56363b Background Color

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

This div background color is #56363b


#56363b Border Color

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

This div border color is #56363b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,54,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56363b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56363b;
  -webkit-box-shadow: 1px 1px 3px 2px #56363b;
  box-shadow:         1px 1px 3px 2px #56363b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56363b


Comments

No comments written yet.

Please login to write comment.