Color Hex Logo

#865239 Color Hex

#865239
(134,82,57)
0 Favorites   0 Comments

Color spaces of #865239

RGB 1348257
HSL0.050.400.37
HSV19°57°53°
CMYK 0.000.390.57   0.47
XYZ13.587311.39835.3549
Yxy11.39830.44780.3757
Hunter Lab33.761412.755114.2290
CIE-Lab40.243419.009423.6956

#865239 color RGB value is (134,82,57).

#865239 hex color red value is 134, green value is 82 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #865239 hue: 0.05 , saturation: 0.40 and the lightness value of 865239 is 0.37.

The process color (four color CMYK) of #865239 color hex is 0.00, 0.39, 0.57, 0.47. Web safe color of #865239 is #996633. Color #865239 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010010 00111001
Octal 206 122 71
Decimal 134 82 57
Hex 86 52 39

RGB Percentages of Color #865239

%49.08
%30.04
%20.88

CMYK Percentages of Color #865239

%0
%39
%57
%47

Triadic Colors of #865239

#865239 #398652 #523986

Analogous Colors of #865239

#865239 #867939 #863946

Monochromatic Colors of #865239

#865239

Complementary Color

#865239 #396d86

#865239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865239 Color CSS Codes

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

#865239 Text Font Color

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

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


#865239 Background Color

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

This div background color is #865239


#865239 Border Color

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

This div border color is #865239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865239


Comments

No comments written yet.

Please login to write comment.