Color Hex Logo

#82976a Color Hex

#82976A
(130,151,106)
0 Favorites   0 Comments

Color spaces of #82976a

RGB 130151106
HSL0.240.180.50
HSV88°30°59°
CMYK 0.140.000.30   0.41
XYZ22.874027.919717.8191
Yxy27.91970.33340.4069
Hunter Lab52.8391-15.195916.9928
CIE-Lab59.8161-15.785921.3205

#82976a color RGB value is (130,151,106).

#82976a hex color red value is 130, green value is 151 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #82976a hue: 0.24 , saturation: 0.18 and the lightness value of 82976a is 0.50.

The process color (four color CMYK) of #82976a color hex is 0.14, 0.00, 0.30, 0.41. Web safe color of #82976a is #999966. Color #82976a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010111 01101010
Octal 202 227 152
Decimal 130 151 106
Hex 82 97 6A

RGB Percentages of Color #82976a

%33.59
%39.02
%27.39

CMYK Percentages of Color #82976a

%14
%0
%30
%41

Triadic Colors of #82976a

#82976a #6a8297 #976a82

Analogous Colors of #82976a

#82976a #6c976a #97966a

Monochromatic Colors of #82976a

#82976a

Complementary Color

#82976a #7f6a97

#82976a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82976a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82976a Color CSS Codes

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

#82976a Text Font Color

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

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


#82976a Background Color

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

This div background color is #82976a


#82976a Border Color

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

This div border color is #82976a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82976a


Comments

No comments written yet.

Please login to write comment.