Color Hex Logo

#829e4f Color Hex

#829E4F
(130,158,79)
0 Favorites   0 Comments

Color spaces of #829e4f

RGB 13015879
HSL0.230.330.46
HSV81°50°62°
CMYK 0.180.000.50   0.38
XYZ22.844129.764111.9382
Yxy29.76410.35390.4611
Hunter Lab54.5565-20.731625.2155
CIE-Lab61.4501-22.964637.8103

#829e4f color RGB value is (130,158,79).

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

The process color (four color CMYK) of #829e4f color hex is 0.18, 0.00, 0.50, 0.38. Web safe color of #829e4f is #999966. Color #829e4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011110 01001111
Octal 202 236 117
Decimal 130 158 79
Hex 82 9E 4F

RGB Percentages of Color #829e4f

%35.42
%43.05
%21.53

CMYK Percentages of Color #829e4f

%18
%0
%50
%38

Triadic Colors of #829e4f

#829e4f #4f829e #9e4f82

Analogous Colors of #829e4f

#829e4f #5b9e4f #9e934f

Monochromatic Colors of #829e4f

#829e4f

Complementary Color

#829e4f #6b4f9e

#829e4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829e4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#829e4f Color CSS Codes

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

#829e4f Text Font Color

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

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


#829e4f Background Color

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

This div background color is #829e4f


#829e4f Border Color

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

This div border color is #829e4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829e4f


Comments

No comments written yet.

Please login to write comment.