Color Hex Logo

#829160 Color Hex

#829160
(130,145,96)
0 Favorites   0 Comments

Color spaces of #829160

RGB 13014596
HSL0.220.200.47
HSV78°34°57°
CMYK 0.100.000.34   0.43
XYZ21.442625.841214.9240
Yxy25.84120.34470.4154
Hunter Lab50.8342-13.666118.1775
CIE-Lab57.8860-14.094024.2707

#829160 color RGB value is (130,145,96).

#829160 hex color red value is 130, green value is 145 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #829160 hue: 0.22 , saturation: 0.20 and the lightness value of 829160 is 0.47.

The process color (four color CMYK) of #829160 color hex is 0.10, 0.00, 0.34, 0.43. Web safe color of #829160 is #999966. Color #829160 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010001 01100000
Octal 202 221 140
Decimal 130 145 96
Hex 82 91 60

RGB Percentages of Color #829160

%35.04
%39.08
%25.88

CMYK Percentages of Color #829160

%10
%0
%34
%43

Triadic Colors of #829160

#829160 #608291 #916082

Analogous Colors of #829160

#829160 #6a9160 #918860

Monochromatic Colors of #829160

#829160

Complementary Color

#829160 #6f6091

#829160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829160 Color CSS Codes

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

#829160 Text Font Color

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

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


#829160 Background Color

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

This div background color is #829160


#829160 Border Color

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

This div border color is #829160


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,145,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #829160; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #829160;
  -webkit-box-shadow: 1px 1px 3px 2px #829160;
  box-shadow:         1px 1px 3px 2px #829160; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829160


Comments

No comments written yet.

Please login to write comment.