Color Hex Logo

#82927a Color Hex

#82927A
(130,146,122)
0 Favorites   0 Comments

Color spaces of #82927a

RGB 130146122
HSL0.280.100.53
HSV100°16°57°
CMYK 0.110.000.16   0.43
XYZ22.997726.708722.3555
Yxy26.70870.31910.3706
Hunter Lab51.6805-11.008710.5292
CIE-Lab58.7037-10.431410.8114

#82927a color RGB value is (130,146,122).

#82927a hex color red value is 130, green value is 146 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #82927a hue: 0.28 , saturation: 0.10 and the lightness value of 82927a is 0.53.

The process color (four color CMYK) of #82927a color hex is 0.11, 0.00, 0.16, 0.43. Web safe color of #82927a is #999966. Color #82927a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010010 01111010
Octal 202 222 172
Decimal 130 146 122
Hex 82 92 7A

RGB Percentages of Color #82927a

%32.66
%36.68
%30.65

CMYK Percentages of Color #82927a

%11
%0
%16
%43

Triadic Colors of #82927a

#82927a #7a8292 #927a82

Analogous Colors of #82927a

#82927a #7a927e #8e927a

Monochromatic Colors of #82927a

#82927a

Complementary Color

#82927a #8a7a92

#82927a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82927a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82927a Color CSS Codes

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

#82927a Text Font Color

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

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


#82927a Background Color

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

This div background color is #82927a


#82927a Border Color

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

This div border color is #82927a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82927a


Comments

No comments written yet.

Please login to write comment.