Color Hex Logo

#87820e Color Hex

#87820E
(135,130,14)
0 Favorites   0 Comments

Color spaces of #87820e

RGB 13513014
HSL0.160.810.29
HSV58°90°53°
CMYK 0.000.040.90   0.47
XYZ18.053621.14793.5459
Yxy21.14790.42230.4947
Hunter Lab45.9868-10.401127.6191
CIE-Lab53.1110-10.475655.2886

#87820e color RGB value is (135,130,14).

#87820e hex color red value is 135, green value is 130 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #87820e hue: 0.16 , saturation: 0.81 and the lightness value of 87820e is 0.29.

The process color (four color CMYK) of #87820e color hex is 0.00, 0.04, 0.90, 0.47. Web safe color of #87820e is #999900. Color #87820e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000010 00001110
Octal 207 202 16
Decimal 135 130 14
Hex 87 82 E

RGB Percentages of Color #87820e

%48.39
%46.59
%5.02

CMYK Percentages of Color #87820e

%0
%4
%90
%47

Triadic Colors of #87820e

#87820e #0e8782 #820e87

Analogous Colors of #87820e

#87820e #50870e #87460e

Monochromatic Colors of #87820e

#87820e

Complementary Color

#87820e #0e1387

#87820e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87820e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87820e Color CSS Codes

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

#87820e Text Font Color

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

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


#87820e Background Color

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

This div background color is #87820e


#87820e Border Color

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

This div border color is #87820e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87820e


Comments

No comments written yet.

Please login to write comment.