Color Hex Logo

#565138 Color Hex

#565138
(86,81,56)
0 Favorites   0 Comments

Color spaces of #565138

RGB 868156
HSL0.140.210.28
HSV50°35°34°
CMYK 0.000.060.35   0.66
XYZ7.49408.14884.9193
Yxy8.14880.36450.3963
Hunter Lab28.5461-3.09549.7649
CIE-Lab34.2909-2.369215.4760

#565138 color RGB value is (86,81,56).

#565138 hex color red value is 86, green value is 81 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #565138 hue: 0.14 , saturation: 0.21 and the lightness value of 565138 is 0.28.

The process color (four color CMYK) of #565138 color hex is 0.00, 0.06, 0.35, 0.66. Web safe color of #565138 is #666633. Color #565138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010001 00111000
Octal 126 121 70
Decimal 86 81 56
Hex 56 51 38

RGB Percentages of Color #565138

%38.57
%36.32
%25.11

CMYK Percentages of Color #565138

%0
%6
%35
%66

Triadic Colors of #565138

#565138 #385651 #513856

Analogous Colors of #565138

#565138 #4c5638 #564238

Monochromatic Colors of #565138

#565138

Complementary Color

#565138 #383d56

#565138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565138 Color CSS Codes

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

#565138 Text Font Color

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

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


#565138 Background Color

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

This div background color is #565138


#565138 Border Color

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

This div border color is #565138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565138


Comments

No comments written yet.

Please login to write comment.