Color Hex Logo

#87682a Color Hex

#87682A
(135,104,42)
0 Favorites   0 Comments

Color spaces of #87682a

RGB 13510442
HSL0.110.530.35
HSV40°69°53°
CMYK 0.000.230.69   0.47
XYZ15.359915.21874.3184
Yxy15.21870.44010.4361
Hunter Lab39.01122.011520.7446
CIE-Lab45.93235.395838.5746

#87682a color RGB value is (135,104,42).

#87682a hex color red value is 135, green value is 104 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #87682a hue: 0.11 , saturation: 0.53 and the lightness value of 87682a is 0.35.

The process color (four color CMYK) of #87682a color hex is 0.00, 0.23, 0.69, 0.47. Web safe color of #87682a is #996633. Color #87682a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101000 00101010
Octal 207 150 52
Decimal 135 104 42
Hex 87 68 2A

RGB Percentages of Color #87682a

%48.04
%37.01
%14.95

CMYK Percentages of Color #87682a

%0
%23
%69
%47

Triadic Colors of #87682a

#87682a #2a8768 #682a87

Analogous Colors of #87682a

#87682a #78872a #873a2a

Monochromatic Colors of #87682a

#87682a

Complementary Color

#87682a #2a4987

#87682a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87682a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87682a Color CSS Codes

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

#87682a Text Font Color

<p style="color:#87682a">Text here</p>

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


#87682a Background Color

<div style="background-color:#87682a">
Div content here</div>

This div background color is #87682a


#87682a Border Color

<div style="border:3px solid #87682a">
Div here</div>

This div border color is #87682a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,104,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87682a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87682a;
  -webkit-box-shadow: 1px 1px 3px 2px #87682a;
  box-shadow:         1px 1px 3px 2px #87682a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87682a


Comments

No comments written yet.

Please login to write comment.