Color Hex Logo

#82886c Color Hex

#82886C
(130,136,108)
0 Favorites   0 Comments

Color spaces of #82886c

RGB 130136108
HSL0.200.110.48
HSV73°21°53°
CMYK 0.040.000.21   0.47
XYZ20.716923.436917.6192
Yxy23.43690.33540.3794
Hunter Lab48.4117-8.334612.3099
CIE-Lab55.5195-7.367014.3232

#82886c color RGB value is (130,136,108).

#82886c hex color red value is 130, green value is 136 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #82886c hue: 0.20 , saturation: 0.11 and the lightness value of 82886c is 0.48.

The process color (four color CMYK) of #82886c color hex is 0.04, 0.00, 0.21, 0.47. Web safe color of #82886c is #999966. Color #82886c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001000 01101100
Octal 202 210 154
Decimal 130 136 108
Hex 82 88 6C

RGB Percentages of Color #82886c

%34.76
%36.36
%28.88

CMYK Percentages of Color #82886c

%4
%0
%21
%47

Triadic Colors of #82886c

#82886c #6c8288 #886c82

Analogous Colors of #82886c

#82886c #74886c #88806c

Monochromatic Colors of #82886c

#82886c

Complementary Color

#82886c #726c88

#82886c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82886c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82886c Color CSS Codes

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

#82886c Text Font Color

<p style="color:#82886c">Text here</p>

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


#82886c Background Color

<div style="background-color:#82886c">
Div content here</div>

This div background color is #82886c


#82886c Border Color

<div style="border:3px solid #82886c">
Div here</div>

This div border color is #82886c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,136,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82886c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82886c;
  -webkit-box-shadow: 1px 1px 3px 2px #82886c;
  box-shadow:         1px 1px 3px 2px #82886c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82886c


Comments

No comments written yet.

Please login to write comment.