Color Hex Logo

#829937 Color Hex

#829937
(130,153,55)
0 Favorites   0 Comments

Color spaces of #829937

RGB 13015355
HSL0.210.470.41
HSV74°64°60°
CMYK 0.150.000.64   0.40
XYZ21.286727.80417.8592
Yxy27.80410.37380.4882
Hunter Lab52.7296-20.217128.0737
CIE-Lab59.7113-22.701347.2641

#829937 color RGB value is (130,153,55).

#829937 hex color red value is 130, green value is 153 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #829937 hue: 0.21 , saturation: 0.47 and the lightness value of 829937 is 0.41.

The process color (four color CMYK) of #829937 color hex is 0.15, 0.00, 0.64, 0.40. Web safe color of #829937 is #999933. Color #829937 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011001 00110111
Octal 202 231 67
Decimal 130 153 55
Hex 82 99 37

RGB Percentages of Color #829937

%38.46
%45.27
%16.27

CMYK Percentages of Color #829937

%15
%0
%64
%40

Triadic Colors of #829937

#829937 #378299 #993782

Analogous Colors of #829937

#829937 #519937 #997f37

Monochromatic Colors of #829937

#829937

Complementary Color

#829937 #4e3799

#829937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829937 Color CSS Codes

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

#829937 Text Font Color

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

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


#829937 Background Color

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

This div background color is #829937


#829937 Border Color

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

This div border color is #829937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829937


Comments

No comments written yet.

Please login to write comment.