Color Hex Logo

#565441 Color Hex

#565441
(86,84,65)
0 Favorites   0 Comments

Color spaces of #565441

RGB 868465
HSL0.150.140.30
HSV54°24°34°
CMYK 0.000.020.24   0.66
XYZ7.96228.70076.2608
Yxy8.70070.34730.3796
Hunter Lab29.4969-3.43668.0634
CIE-Lab35.4015-2.781411.4288

#565441 color RGB value is (86,84,65).

#565441 hex color red value is 86, green value is 84 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #565441 hue: 0.15 , saturation: 0.14 and the lightness value of 565441 is 0.30.

The process color (four color CMYK) of #565441 color hex is 0.00, 0.02, 0.24, 0.66. Web safe color of #565441 is #666633. Color #565441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010100 01000001
Octal 126 124 101
Decimal 86 84 65
Hex 56 54 41

RGB Percentages of Color #565441

%36.60
%35.74
%27.66

CMYK Percentages of Color #565441

%0
%2
%24
%66

Triadic Colors of #565441

#565441 #415654 #544156

Analogous Colors of #565441

#565441 #4e5641 #564a41

Monochromatic Colors of #565441

#565441

Complementary Color

#565441 #414356

#565441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565441 Color CSS Codes

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

#565441 Text Font Color

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

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


#565441 Background Color

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

This div background color is #565441


#565441 Border Color

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

This div border color is #565441


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,84,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #565441; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #565441;
  -webkit-box-shadow: 1px 1px 3px 2px #565441;
  box-shadow:         1px 1px 3px 2px #565441; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565441

#565441 Color Palettes


Comments

No comments written yet.

Please login to write comment.