Color Hex Logo

#565247 Color Hex

#565247
(86,82,71)
0 Favorites   0 Comments

Color spaces of #565247

RGB 868271
HSL0.120.100.31
HSV44°17°34°
CMYK 0.000.050.17   0.66
XYZ7.99248.46807.1745
Yxy8.46800.33820.3583
Hunter Lab29.0998-1.89895.7521
CIE-Lab34.9391-0.51217.0455

#565247 color RGB value is (86,82,71).

#565247 hex color red value is 86, green value is 82 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #565247 hue: 0.12 , saturation: 0.10 and the lightness value of 565247 is 0.31.

The process color (four color CMYK) of #565247 color hex is 0.00, 0.05, 0.17, 0.66. Web safe color of #565247 is #666633. Color #565247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010010 01000111
Octal 126 122 107
Decimal 86 82 71
Hex 56 52 47

RGB Percentages of Color #565247

%35.98
%34.31
%29.71

CMYK Percentages of Color #565247

%0
%5
%17
%66

Triadic Colors of #565247

#565247 #475652 #524756

Analogous Colors of #565247

#565247 #535647 #564b47

Monochromatic Colors of #565247

#565247

Complementary Color

#565247 #474b56

#565247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565247 Color CSS Codes

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

#565247 Text Font Color

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

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


#565247 Background Color

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

This div background color is #565247


#565247 Border Color

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

This div border color is #565247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565247


Comments

No comments written yet.

Please login to write comment.