Color Hex Logo

#82886d Color Hex

#82886D
(130,136,109)
0 Favorites   0 Comments

Color spaces of #82886d

RGB 130136109
HSL0.200.110.48
HSV73°20°53°
CMYK 0.040.000.20   0.47
XYZ20.770423.458317.9012
Yxy23.45830.33430.3776
Hunter Lab48.4338-8.210911.9900
CIE-Lab55.5413-7.202013.7824

#82886d color RGB value is (130,136,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001000 01101101
Octal 202 210 155
Decimal 130 136 109
Hex 82 88 6D

RGB Percentages of Color #82886d

%34.67
%36.27
%29.07

CMYK Percentages of Color #82886d

%4
%0
%20
%47

Triadic Colors of #82886d

#82886d #6d8288 #886d82

Analogous Colors of #82886d

#82886d #75886d #88816d

Monochromatic Colors of #82886d

#82886d

Complementary Color

#82886d #736d88

#82886d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82886d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82886d Color CSS Codes

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

#82886d Text Font Color

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

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


#82886d Background Color

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

This div background color is #82886d


#82886d Border Color

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

This div border color is #82886d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,136,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 #82886d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82886d


Comments

No comments written yet.

Please login to write comment.