Color Hex Logo

#87826d Color Hex

#87826D
(135,130,109)
0 Favorites   0 Comments

Color spaces of #87826d

RGB 135130109
HSL0.130.110.48
HSV48°19°53°
CMYK 0.000.040.19   0.47
XYZ20.734622.220317.6641
Yxy22.22030.34200.3666
Hunter Lab47.1384-3.976110.7792
CIE-Lab54.2600-1.852112.0590

#87826d color RGB value is (135,130,109).

#87826d hex color red value is 135, green value is 130 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #87826d hue: 0.13 , saturation: 0.11 and the lightness value of 87826d is 0.48.

The process color (four color CMYK) of #87826d color hex is 0.00, 0.04, 0.19, 0.47. Web safe color of #87826d is #999966. Color #87826d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000010 01101101
Octal 207 202 155
Decimal 135 130 109
Hex 87 82 6D

RGB Percentages of Color #87826d

%36.10
%34.76
%29.14

CMYK Percentages of Color #87826d

%0
%4
%19
%47

Triadic Colors of #87826d

#87826d #6d8782 #826d87

Analogous Colors of #87826d

#87826d #7f876d #87756d

Monochromatic Colors of #87826d

#87826d

Complementary Color

#87826d #6d7287

#87826d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87826d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87826d Color CSS Codes

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

#87826d Text Font Color

<p style="color:#87826d">Text here</p>

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


#87826d Background Color

<div style="background-color:#87826d">
Div content here</div>

This div background color is #87826d


#87826d Border Color

<div style="border:3px solid #87826d">
Div here</div>

This div border color is #87826d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87826d


Comments

No comments written yet.

Please login to write comment.