Color Hex Logo

#87690e Color Hex

#87690E
(135,105,14)
0 Favorites   0 Comments

Color spaces of #87690e

RGB 13510514
HSL0.130.810.29
HSV45°90°53°
CMYK 0.000.220.90   0.47
XYZ15.122515.28582.5689
Yxy15.28580.45860.4635
Hunter Lab39.09710.622823.4722
CIE-Lab46.02323.593749.5743

#87690e color RGB value is (135,105,14).

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

The process color (four color CMYK) of #87690e color hex is 0.00, 0.22, 0.90, 0.47. Web safe color of #87690e is #996600. Color #87690e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101001 00001110
Octal 207 151 16
Decimal 135 105 14
Hex 87 69 E

RGB Percentages of Color #87690e

%53.15
%41.34
%5.51

CMYK Percentages of Color #87690e

%0
%22
%90
%47

Triadic Colors of #87690e

#87690e #0e8769 #690e87

Analogous Colors of #87690e

#87690e #69870e #872d0e

Monochromatic Colors of #87690e

#87690e

Complementary Color

#87690e #0e2c87

#87690e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87690e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87690e Color CSS Codes

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

#87690e Text Font Color

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

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


#87690e Background Color

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

This div background color is #87690e


#87690e Border Color

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

This div border color is #87690e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87690e


Comments

No comments written yet.

Please login to write comment.