Color Hex Logo

#859419 Color Hex

#859419
(133,148,25)
0 Favorites   0 Comments

Color spaces of #859419

RGB 13314825
HSL0.190.710.34
HSV67°83°58°
CMYK 0.100.000.83   0.42
XYZ20.438226.23654.9067
Yxy26.23650.39620.5086
Hunter Lab51.2216-18.413530.1755
CIE-Lab58.2609-20.538556.8644

#859419 color RGB value is (133,148,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010100 00011001
Octal 205 224 31
Decimal 133 148 25
Hex 85 94 19

RGB Percentages of Color #859419

%43.46
%48.37
%8.17

CMYK Percentages of Color #859419

%10
%0
%83
%42

Triadic Colors of #859419

#859419 #198594 #941985

Analogous Colors of #859419

#859419 #479419 #946619

Monochromatic Colors of #859419

#859419

Complementary Color

#859419 #281994

#859419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859419 Color CSS Codes

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

#859419 Text Font Color

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

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


#859419 Background Color

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

This div background color is #859419


#859419 Border Color

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

This div border color is #859419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859419


Comments

No comments written yet.

Please login to write comment.