Color Hex Logo

#829b4f Color Hex

#829B4F
(130,155,79)
0 Favorites   0 Comments

Color spaces of #829b4f

RGB 13015579
HSL0.220.320.46
HSV80°49°61°
CMYK 0.160.000.49   0.39
XYZ22.338528.753011.7697
Yxy28.75300.35540.4574
Hunter Lab53.6218-19.476324.5214
CIE-Lab60.5630-21.451436.7332

#829b4f color RGB value is (130,155,79).

#829b4f hex color red value is 130, green value is 155 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #829b4f hue: 0.22 , saturation: 0.32 and the lightness value of 829b4f is 0.46.

The process color (four color CMYK) of #829b4f color hex is 0.16, 0.00, 0.49, 0.39. Web safe color of #829b4f is #999966. Color #829b4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011011 01001111
Octal 202 233 117
Decimal 130 155 79
Hex 82 9B 4F

RGB Percentages of Color #829b4f

%35.71
%42.58
%21.70

CMYK Percentages of Color #829b4f

%16
%0
%49
%39

Triadic Colors of #829b4f

#829b4f #4f829b #9b4f82

Analogous Colors of #829b4f

#829b4f #5c9b4f #9b8e4f

Monochromatic Colors of #829b4f

#829b4f

Complementary Color

#829b4f #684f9b

#829b4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829b4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#829b4f Color CSS Codes

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

#829b4f Text Font Color

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

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


#829b4f Background Color

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

This div background color is #829b4f


#829b4f Border Color

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

This div border color is #829b4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829b4f


Comments

No comments written yet.

Please login to write comment.