Color Hex Logo

#829032 Color Hex

#829032
(130,144,50)
0 Favorites   0 Comments

Color spaces of #829032

RGB 13014450
HSL0.190.480.38
HSV69°65°56°
CMYK 0.100.000.65   0.44
XYZ19.754924.92266.7870
Yxy24.92260.38390.4843
Hunter Lab49.9225-16.730026.8853
CIE-Lab56.9999-18.479646.5627

#829032 color RGB value is (130,144,50).

#829032 hex color red value is 130, green value is 144 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #829032 hue: 0.19 , saturation: 0.48 and the lightness value of 829032 is 0.38.

The process color (four color CMYK) of #829032 color hex is 0.10, 0.00, 0.65, 0.44. Web safe color of #829032 is #999933. Color #829032 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010000 00110010
Octal 202 220 62
Decimal 130 144 50
Hex 82 90 32

RGB Percentages of Color #829032

%40.12
%44.44
%15.43

CMYK Percentages of Color #829032

%10
%0
%65
%44

Triadic Colors of #829032

#829032 #328290 #903282

Analogous Colors of #829032

#829032 #539032 #906f32

Monochromatic Colors of #829032

#829032

Complementary Color

#829032 #403290

#829032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829032 Color CSS Codes

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

#829032 Text Font Color

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

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


#829032 Background Color

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

This div background color is #829032


#829032 Border Color

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

This div border color is #829032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829032


Comments

No comments written yet.

Please login to write comment.