Color Hex Logo

#87702e Color Hex

#87702E
(135,112,46)
0 Favorites   0 Comments

Color spaces of #87702e

RGB 13511246
HSL0.120.490.35
HSV44°66°53°
CMYK 0.000.170.66   0.47
XYZ16.279016.93654.9958
Yxy16.93650.42600.4432
Hunter Lab41.1540-1.411421.6104
CIE-Lab48.17991.035039.0553

#87702e color RGB value is (135,112,46).

#87702e hex color red value is 135, green value is 112 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #87702e hue: 0.12 , saturation: 0.49 and the lightness value of 87702e is 0.35.

The process color (four color CMYK) of #87702e color hex is 0.00, 0.17, 0.66, 0.47. Web safe color of #87702e is #996633. Color #87702e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110000 00101110
Octal 207 160 56
Decimal 135 112 46
Hex 87 70 2E

RGB Percentages of Color #87702e

%46.08
%38.23
%15.70

CMYK Percentages of Color #87702e

%0
%17
%66
%47

Triadic Colors of #87702e

#87702e #2e8770 #702e87

Analogous Colors of #87702e

#87702e #72872e #87442e

Monochromatic Colors of #87702e

#87702e

Complementary Color

#87702e #2e4587

#87702e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87702e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87702e Color CSS Codes

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

#87702e Text Font Color

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

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


#87702e Background Color

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

This div background color is #87702e


#87702e Border Color

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

This div border color is #87702e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,112,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87702e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87702e;
  -webkit-box-shadow: 1px 1px 3px 2px #87702e;
  box-shadow:         1px 1px 3px 2px #87702e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87702e


Comments

No comments written yet.

Please login to write comment.