Color Hex Logo

#865a57 Color Hex

#865A57
(134,90,87)
0 Favorites   0 Comments

Color spaces of #865a57

RGB 1349087
HSL0.010.210.43
HSV35°53°
CMYK 0.000.330.35   0.47
XYZ15.208013.068810.7378
Yxy13.06880.38980.3350
Hunter Lab36.150811.82797.6948
CIE-Lab42.866717.70879.0923

#865a57 color RGB value is (134,90,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011010 01010111
Octal 206 132 127
Decimal 134 90 87
Hex 86 5A 57

RGB Percentages of Color #865a57

%43.09
%28.94
%27.97

CMYK Percentages of Color #865a57

%0
%33
%35
%47

Triadic Colors of #865a57

#865a57 #57865a #5a5786

Analogous Colors of #865a57

#865a57 #867257 #86576c

Monochromatic Colors of #865a57

#865a57

Complementary Color

#865a57 #578386

#865a57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865a57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865a57 Color CSS Codes

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

#865a57 Text Font Color

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

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


#865a57 Background Color

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

This div background color is #865a57


#865a57 Border Color

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

This div border color is #865a57


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,90,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 #865a57">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865a57


Comments

No comments written yet.

Please login to write comment.