Color Hex Logo

#829519 Color Hex

#829519
(130,149,25)
0 Favorites   0 Comments

Color spaces of #829519

RGB 13014925
HSL0.190.710.34
HSV69°83°58°
CMYK 0.130.000.83   0.42
XYZ20.128826.31094.9373
Yxy26.31090.39180.5121
Hunter Lab51.2942-19.718030.1990
CIE-Lab58.3310-22.360056.8377

#829519 color RGB value is (130,149,25).

#829519 hex color red value is 130, green value is 149 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #829519 hue: 0.19 , saturation: 0.71 and the lightness value of 829519 is 0.34.

The process color (four color CMYK) of #829519 color hex is 0.13, 0.00, 0.83, 0.42. Web safe color of #829519 is #999900. Color #829519 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010101 00011001
Octal 202 225 31
Decimal 130 149 25
Hex 82 95 19

RGB Percentages of Color #829519

%42.76
%49.01
%8.22

CMYK Percentages of Color #829519

%13
%0
%83
%42

Triadic Colors of #829519

#829519 #198295 #951982

Analogous Colors of #829519

#829519 #449519 #956a19

Monochromatic Colors of #829519

#829519

Complementary Color

#829519 #2c1995

#829519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829519 Color CSS Codes

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

#829519 Text Font Color

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

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


#829519 Background Color

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

This div background color is #829519


#829519 Border Color

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

This div border color is #829519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829519


Comments

No comments written yet.

Please login to write comment.