Color Hex Logo

#87653d Color Hex

#87653D
(135,101,61)
0 Favorites   0 Comments

Color spaces of #87653d

RGB 13510161
HSL0.090.380.38
HSV32°55°53°
CMYK 0.000.250.55   0.47
XYZ15.487714.79526.4543
Yxy14.79520.42160.4027
Hunter Lab38.46454.559916.9764
CIE-Lab45.35248.648627.7983

#87653d color RGB value is (135,101,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100101 00111101
Octal 207 145 75
Decimal 135 101 61
Hex 87 65 3D

RGB Percentages of Color #87653d

%45.45
%34.01
%20.54

CMYK Percentages of Color #87653d

%0
%25
%55
%47

Triadic Colors of #87653d

#87653d #3d8765 #653d87

Analogous Colors of #87653d

#87653d #84873d #87403d

Monochromatic Colors of #87653d

#87653d

Complementary Color

#87653d #3d5f87

#87653d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87653d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87653d Color CSS Codes

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

#87653d Text Font Color

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

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


#87653d Background Color

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

This div background color is #87653d


#87653d Border Color

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

This div border color is #87653d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87653d


Comments

No comments written yet.

Please login to write comment.