Color Hex Logo

#859940 Color Hex

#859940
(133,153,64)
0 Favorites   0 Comments

Color spaces of #859940

RGB 13315364
HSL0.200.410.43
HSV73°58°60°
CMYK 0.130.000.58   0.40
XYZ21.989528.13929.1229
Yxy28.13920.37110.4749
Hunter Lab53.0464-18.837026.9358
CIE-Lab60.0143-20.701643.5431

#859940 color RGB value is (133,153,64).

#859940 hex color red value is 133, green value is 153 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #859940 hue: 0.20 , saturation: 0.41 and the lightness value of 859940 is 0.43.

The process color (four color CMYK) of #859940 color hex is 0.13, 0.00, 0.58, 0.40. Web safe color of #859940 is #999933. Color #859940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011001 01000000
Octal 205 231 100
Decimal 133 153 64
Hex 85 99 40

RGB Percentages of Color #859940

%38.00
%43.71
%18.29

CMYK Percentages of Color #859940

%13
%0
%58
%40

Triadic Colors of #859940

#859940 #408599 #994085

Analogous Colors of #859940

#859940 #599940 #998140

Monochromatic Colors of #859940

#859940

Complementary Color

#859940 #544099

#859940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859940 Color CSS Codes

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

#859940 Text Font Color

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

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


#859940 Background Color

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

This div background color is #859940


#859940 Border Color

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

This div border color is #859940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859940


Comments

No comments written yet.

Please login to write comment.