Color Hex Logo

#859621 Color Hex

#859621
(133,150,33)
0 Favorites   0 Comments

Color spaces of #859621

RGB 13315033
HSL0.190.640.36
HSV69°78°59°
CMYK 0.110.000.78   0.41
XYZ20.853726.90905.5337
Yxy26.90900.39130.5049
Hunter Lab51.8739-19.020929.9869
CIE-Lab58.8900-21.234055.0383

#859621 color RGB value is (133,150,33).

#859621 hex color red value is 133, green value is 150 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #859621 hue: 0.19 , saturation: 0.64 and the lightness value of 859621 is 0.36.

The process color (four color CMYK) of #859621 color hex is 0.11, 0.00, 0.78, 0.41. Web safe color of #859621 is #999933. Color #859621 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010110 00100001
Octal 205 226 41
Decimal 133 150 33
Hex 85 96 21

RGB Percentages of Color #859621

%42.09
%47.47
%10.44

CMYK Percentages of Color #859621

%11
%0
%78
%41

Triadic Colors of #859621

#859621 #218596 #962185

Analogous Colors of #859621

#859621 #4b9621 #966d21

Monochromatic Colors of #859621

#859621

Complementary Color

#859621 #322196

#859621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859621 Color CSS Codes

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

#859621 Text Font Color

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

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


#859621 Background Color

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

This div background color is #859621


#859621 Border Color

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

This div border color is #859621


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,150,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859621


Comments

No comments written yet.

Please login to write comment.