Color Hex Logo

#818419 Color Hex

#818419
(129,132,25)
0 Favorites   0 Comments

Color spaces of #818419

RGB 12913225
HSL0.170.680.31
HSV62°81°52°
CMYK 0.020.000.81   0.48
XYZ17.480021.23984.0981
Yxy21.23980.40820.4960
Hunter Lab46.0867-12.949226.9885
CIE-Lab53.2109-13.983252.3041

#818419 color RGB value is (129,132,25).

#818419 hex color red value is 129, green value is 132 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #818419 hue: 0.17 , saturation: 0.68 and the lightness value of 818419 is 0.31.

The process color (four color CMYK) of #818419 color hex is 0.02, 0.00, 0.81, 0.48. Web safe color of #818419 is #999900. Color #818419 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000100 00011001
Octal 201 204 31
Decimal 129 132 25
Hex 81 84 19

RGB Percentages of Color #818419

%45.10
%46.15
%8.74

CMYK Percentages of Color #818419

%2
%0
%81
%48

Triadic Colors of #818419

#818419 #198184 #841981

Analogous Colors of #818419

#818419 #4c8419 #845219

Monochromatic Colors of #818419

#818419

Complementary Color

#818419 #1c1984

#818419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818419 Color CSS Codes

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

#818419 Text Font Color

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

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


#818419 Background Color

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

This div background color is #818419


#818419 Border Color

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

This div border color is #818419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818419


Comments

No comments written yet.

Please login to write comment.