Color Hex Logo

#87643d Color Hex

#87643D
(135,100,61)
0 Favorites   0 Comments

Color spaces of #87643d

RGB 13510061
HSL0.090.380.38
HSV32°55°53°
CMYK 0.000.260.55   0.47
XYZ15.391114.60226.4222
Yxy14.60220.42270.4010
Hunter Lab38.21285.022616.7845
CIE-Lab45.08459.234627.4658

#87643d color RGB value is (135,100,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100100 00111101
Octal 207 144 75
Decimal 135 100 61
Hex 87 64 3D

RGB Percentages of Color #87643d

%45.61
%33.78
%20.61

CMYK Percentages of Color #87643d

%0
%26
%55
%47

Triadic Colors of #87643d

#87643d #3d8764 #643d87

Analogous Colors of #87643d

#87643d #85873d #873f3d

Monochromatic Colors of #87643d

#87643d

Complementary Color

#87643d #3d6087

#87643d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87643d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87643d Color CSS Codes

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

#87643d Text Font Color

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

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


#87643d Background Color

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

This div background color is #87643d


#87643d Border Color

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

This div border color is #87643d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,100,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 #87643d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87643d


Comments

No comments written yet.

Please login to write comment.