Color Hex Logo

#876540 Color Hex

#876540
(135,101,64)
0 Favorites   0 Comments

Color spaces of #876540

RGB 13510164
HSL0.090.360.39
HSV31°53°53°
CMYK 0.000.250.53   0.47
XYZ15.570814.82846.8920
Yxy14.82840.41750.3976
Hunter Lab38.50774.789116.3438
CIE-Lab45.39838.938526.1529

#876540 color RGB value is (135,101,64).

#876540 hex color red value is 135, green value is 101 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #876540 hue: 0.09 , saturation: 0.36 and the lightness value of 876540 is 0.39.

The process color (four color CMYK) of #876540 color hex is 0.00, 0.25, 0.53, 0.47. Web safe color of #876540 is #996633. Color #876540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100101 01000000
Octal 207 145 100
Decimal 135 101 64
Hex 87 65 40

RGB Percentages of Color #876540

%45.00
%33.67
%21.33

CMYK Percentages of Color #876540

%0
%25
%53
%47

Triadic Colors of #876540

#876540 #408765 #654087

Analogous Colors of #876540

#876540 #868740 #874240

Monochromatic Colors of #876540

#876540

Complementary Color

#876540 #406287

#876540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876540 Color CSS Codes

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

#876540 Text Font Color

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

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


#876540 Background Color

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

This div background color is #876540


#876540 Border Color

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

This div border color is #876540


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,101,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #876540; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #876540;
  -webkit-box-shadow: 1px 1px 3px 2px #876540;
  box-shadow:         1px 1px 3px 2px #876540; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,101,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876540


Comments

No comments written yet.

Please login to write comment.