Color Hex Logo

#82866f Color Hex

#82866F
(130,134,111)
0 Favorites   0 Comments

Color spaces of #82866f

RGB 130134111
HSL0.200.090.48
HSV70°17°53°
CMYK 0.030.000.17   0.47
XYZ20.600322.943718.3818
Yxy22.94370.33270.3705
Hunter Lab47.8996-7.056310.7768
CIE-Lab55.0143-5.754811.9019

#82866f color RGB value is (130,134,111).

#82866f hex color red value is 130, green value is 134 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #82866f hue: 0.20 , saturation: 0.09 and the lightness value of 82866f is 0.48.

The process color (four color CMYK) of #82866f color hex is 0.03, 0.00, 0.17, 0.47. Web safe color of #82866f is #999966. Color #82866f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000110 01101111
Octal 202 206 157
Decimal 130 134 111
Hex 82 86 6F

RGB Percentages of Color #82866f

%34.67
%35.73
%29.60

CMYK Percentages of Color #82866f

%3
%0
%17
%47

Triadic Colors of #82866f

#82866f #6f8286 #866f82

Analogous Colors of #82866f

#82866f #77866f #867f6f

Monochromatic Colors of #82866f

#82866f

Complementary Color

#82866f #736f86

#82866f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82866f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82866f Color CSS Codes

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

#82866f Text Font Color

<p style="color:#82866f">Text here</p>

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


#82866f Background Color

<div style="background-color:#82866f">
Div content here</div>

This div background color is #82866f


#82866f Border Color

<div style="border:3px solid #82866f">
Div here</div>

This div border color is #82866f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,134,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82866f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82866f;
  -webkit-box-shadow: 1px 1px 3px 2px #82866f;
  box-shadow:         1px 1px 3px 2px #82866f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82866f


Comments

No comments written yet.

Please login to write comment.