Color Hex Logo

#829a3e Color Hex

#829A3E
(130,154,62)
0 Favorites   0 Comments

Color spaces of #829a3e

RGB 13015462
HSL0.210.430.42
HSV76°60°60°
CMYK 0.160.000.60   0.40
XYZ21.631028.20488.8614
Yxy28.20480.36850.4805
Hunter Lab53.1082-20.236227.2829
CIE-Lab60.0733-22.633244.4892

#829a3e color RGB value is (130,154,62).

#829a3e hex color red value is 130, green value is 154 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #829a3e hue: 0.21 , saturation: 0.43 and the lightness value of 829a3e is 0.42.

The process color (four color CMYK) of #829a3e color hex is 0.16, 0.00, 0.60, 0.40. Web safe color of #829a3e is #999933. Color #829a3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011010 00111110
Octal 202 232 76
Decimal 130 154 62
Hex 82 9A 3E

RGB Percentages of Color #829a3e

%37.57
%44.51
%17.92

CMYK Percentages of Color #829a3e

%16
%0
%60
%40

Triadic Colors of #829a3e

#829a3e #3e829a #9a3e82

Analogous Colors of #829a3e

#829a3e #549a3e #9a843e

Monochromatic Colors of #829a3e

#829a3e

Complementary Color

#829a3e #563e9a

#829a3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829a3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#829a3e Color CSS Codes

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

#829a3e Text Font Color

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

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


#829a3e Background Color

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

This div background color is #829a3e


#829a3e Border Color

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

This div border color is #829a3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,154,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #829a3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #829a3e;
  -webkit-box-shadow: 1px 1px 3px 2px #829a3e;
  box-shadow:         1px 1px 3px 2px #829a3e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829a3e


Comments

No comments written yet.

Please login to write comment.