Color Hex Logo

#87962e Color Hex

#87962E
(135,150,46)
0 Favorites   0 Comments

Color spaces of #87962e

RGB 13515046
HSL0.190.530.38
HSV69°69°59°
CMYK 0.100.000.69   0.41
XYZ21.391227.16086.6999
Yxy27.16080.38720.4916
Hunter Lab52.1160-17.937128.8590
CIE-Lab59.1229-19.668750.5636

#87962e color RGB value is (135,150,46).

#87962e hex color red value is 135, green value is 150 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #87962e hue: 0.19 , saturation: 0.53 and the lightness value of 87962e is 0.38.

The process color (four color CMYK) of #87962e color hex is 0.10, 0.00, 0.69, 0.41. Web safe color of #87962e is #999933. Color #87962e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010110 00101110
Octal 207 226 56
Decimal 135 150 46
Hex 87 96 2E

RGB Percentages of Color #87962e

%40.79
%45.32
%13.90

CMYK Percentages of Color #87962e

%10
%0
%69
%41

Triadic Colors of #87962e

#87962e #2e8796 #962e87

Analogous Colors of #87962e

#87962e #53962e #96712e

Monochromatic Colors of #87962e

#87962e

Complementary Color

#87962e #3d2e96

#87962e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87962e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87962e Color CSS Codes

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

#87962e Text Font Color

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

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


#87962e Background Color

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

This div background color is #87962e


#87962e Border Color

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

This div border color is #87962e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87962e


Comments

No comments written yet.

Please login to write comment.