Color Hex Logo

#87691c Color Hex

#87691C
(135,105,28)
0 Favorites   0 Comments

Color spaces of #87691c

RGB 13510528
HSL0.120.660.32
HSV43°79°53°
CMYK 0.000.220.79   0.47
XYZ15.252815.33793.2552
Yxy15.33790.45070.4532
Hunter Lab39.16360.982922.4865
CIE-Lab46.09364.066244.9849

#87691c color RGB value is (135,105,28).

#87691c hex color red value is 135, green value is 105 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #87691c hue: 0.12 , saturation: 0.66 and the lightness value of 87691c is 0.32.

The process color (four color CMYK) of #87691c color hex is 0.00, 0.22, 0.79, 0.47. Web safe color of #87691c is #996633. Color #87691c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101001 00011100
Octal 207 151 34
Decimal 135 105 28
Hex 87 69 1C

RGB Percentages of Color #87691c

%50.37
%39.18
%10.45

CMYK Percentages of Color #87691c

%0
%22
%79
%47

Triadic Colors of #87691c

#87691c #1c8769 #691c87

Analogous Colors of #87691c

#87691c #70871c #87341c

Monochromatic Colors of #87691c

#87691c

Complementary Color

#87691c #1c3a87

#87691c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87691c Color Preview on White Background

Lorem ipsum dolor sit amet.

#87691c Color CSS Codes

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

#87691c Text Font Color

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

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


#87691c Background Color

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

This div background color is #87691c


#87691c Border Color

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

This div border color is #87691c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,105,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87691c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87691c;
  -webkit-box-shadow: 1px 1px 3px 2px #87691c;
  box-shadow:         1px 1px 3px 2px #87691c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87691c


Comments

No comments written yet.

Please login to write comment.