Color Hex Logo

#866357 Color Hex

#866357
(134,99,87)
0 Favorites   0 Comments

Color spaces of #866357

RGB 1349987
HSL0.040.210.43
HSV15°35°53°
CMYK 0.000.260.35   0.47
XYZ16.013714.680111.0064
Yxy14.68010.38400.3520
Hunter Lab38.31467.55409.7884
CIE-Lab45.192912.393512.3388

#866357 color RGB value is (134,99,87).

#866357 hex color red value is 134, green value is 99 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #866357 hue: 0.04 , saturation: 0.21 and the lightness value of 866357 is 0.43.

The process color (four color CMYK) of #866357 color hex is 0.00, 0.26, 0.35, 0.47. Web safe color of #866357 is #996666. Color #866357 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100011 01010111
Octal 206 143 127
Decimal 134 99 87
Hex 86 63 57

RGB Percentages of Color #866357

%41.88
%30.94
%27.19

CMYK Percentages of Color #866357

%0
%26
%35
%47

Triadic Colors of #866357

#866357 #578663 #635786

Analogous Colors of #866357

#866357 #867b57 #865763

Monochromatic Colors of #866357

#866357

Complementary Color

#866357 #577a86

#866357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866357 Color CSS Codes

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

#866357 Text Font Color

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

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


#866357 Background Color

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

This div background color is #866357


#866357 Border Color

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

This div border color is #866357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866357


Comments

No comments written yet.

Please login to write comment.