Color Hex Logo

#865648 Color Hex

#865648
(134,86,72)
0 Favorites   0 Comments

Color spaces of #865648

RGB 1348672
HSL0.040.300.40
HSV14°46°53°
CMYK 0.000.360.46   0.47
XYZ14.329012.19187.7289
Yxy12.19180.41840.3560
Hunter Lab34.916812.147811.3178
CIE-Lab41.519318.182616.3613

#865648 color RGB value is (134,86,72).

#865648 hex color red value is 134, green value is 86 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #865648 hue: 0.04 , saturation: 0.30 and the lightness value of 865648 is 0.40.

The process color (four color CMYK) of #865648 color hex is 0.00, 0.36, 0.46, 0.47. Web safe color of #865648 is #996633. Color #865648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010110 01001000
Octal 206 126 110
Decimal 134 86 72
Hex 86 56 48

RGB Percentages of Color #865648

%45.89
%29.45
%24.66

CMYK Percentages of Color #865648

%0
%36
%46
%47

Triadic Colors of #865648

#865648 #488656 #564886

Analogous Colors of #865648

#865648 #867548 #864859

Monochromatic Colors of #865648

#865648

Complementary Color

#865648 #487886

#865648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865648 Color CSS Codes

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

#865648 Text Font Color

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

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


#865648 Background Color

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

This div background color is #865648


#865648 Border Color

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

This div border color is #865648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865648


Comments

No comments written yet.

Please login to write comment.