Color Hex Logo

#829837 Color Hex

#829837
(130,152,55)
0 Favorites   0 Comments

Color spaces of #829837

RGB 13015255
HSL0.200.470.41
HSV74°64°60°
CMYK 0.140.000.64   0.40
XYZ21.123727.47817.8049
Yxy27.47810.37450.4871
Hunter Lab52.4196-19.803427.8658
CIE-Lab59.4143-22.197846.9441

#829837 color RGB value is (130,152,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011000 00110111
Octal 202 230 67
Decimal 130 152 55
Hex 82 98 37

RGB Percentages of Color #829837

%38.58
%45.10
%16.32

CMYK Percentages of Color #829837

%14
%0
%64
%40

Triadic Colors of #829837

#829837 #378298 #983782

Analogous Colors of #829837

#829837 #529837 #987e37

Monochromatic Colors of #829837

#829837

Complementary Color

#829837 #4d3798

#829837 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829837 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829837 Color CSS Codes

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

#829837 Text Font Color

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

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


#829837 Background Color

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

This div background color is #829837


#829837 Border Color

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

This div border color is #829837


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829837


Comments

No comments written yet.

Please login to write comment.