Color Hex Logo

#829960 Color Hex

#829960
(130,153,96)
0 Favorites   0 Comments

Color spaces of #829960

RGB 13015396
HSL0.230.230.49
HSV84°37°60°
CMYK 0.150.000.37   0.40
XYZ22.708528.372815.3460
Yxy28.37280.34190.4271
Hunter Lab53.2661-17.117320.2048
CIE-Lab60.2241-18.296127.3389

#829960 color RGB value is (130,153,96).

#829960 hex color red value is 130, green value is 153 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #829960 hue: 0.23 , saturation: 0.23 and the lightness value of 829960 is 0.49.

The process color (four color CMYK) of #829960 color hex is 0.15, 0.00, 0.37, 0.40. Web safe color of #829960 is #999966. Color #829960 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011001 01100000
Octal 202 231 140
Decimal 130 153 96
Hex 82 99 60

RGB Percentages of Color #829960

%34.30
%40.37
%25.33

CMYK Percentages of Color #829960

%15
%0
%37
%40

Triadic Colors of #829960

#829960 #608299 #996082

Analogous Colors of #829960

#829960 #669960 #999460

Monochromatic Colors of #829960

#829960

Complementary Color

#829960 #776099

#829960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829960 Color CSS Codes

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

#829960 Text Font Color

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

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


#829960 Background Color

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

This div background color is #829960


#829960 Border Color

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

This div border color is #829960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829960


Comments

No comments written yet.

Please login to write comment.