Color Hex Logo

#82876a Color Hex

#82876A
(130,135,106)
0 Favorites   0 Comments

Color spaces of #82876a

RGB 130135106
HSL0.200.120.47
HSV70°21°53°
CMYK 0.040.000.21   0.47
XYZ20.471423.114417.0182
Yxy23.11440.33780.3814
Hunter Lab48.0774-8.130112.6670
CIE-Lab55.1900-7.139815.0086

#82876a color RGB value is (130,135,106).

#82876a hex color red value is 130, green value is 135 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #82876a hue: 0.20 , saturation: 0.12 and the lightness value of 82876a is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000111 01101010
Octal 202 207 152
Decimal 130 135 106
Hex 82 87 6A

RGB Percentages of Color #82876a

%35.04
%36.39
%28.57

CMYK Percentages of Color #82876a

%4
%0
%21
%47

Triadic Colors of #82876a

#82876a #6a8287 #876a82

Analogous Colors of #82876a

#82876a #74876a #877e6a

Monochromatic Colors of #82876a

#82876a

Complementary Color

#82876a #6f6a87

#82876a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82876a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82876a Color CSS Codes

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

#82876a Text Font Color

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

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


#82876a Background Color

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

This div background color is #82876a


#82876a Border Color

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

This div border color is #82876a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82876a


Comments

No comments written yet.

Please login to write comment.