Color Hex Logo

#859440 Color Hex

#859440
(133,148,64)
0 Favorites   0 Comments

Color spaces of #859440

RGB 13314864
HSL0.200.400.42
HSV71°57°58°
CMYK 0.100.000.57   0.42
XYZ21.188226.53658.8558
Yxy26.53650.37450.4690
Hunter Lab51.5136-16.729425.8669
CIE-Lab58.5428-18.133741.8687

#859440 color RGB value is (133,148,64).

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

The process color (four color CMYK) of #859440 color hex is 0.10, 0.00, 0.57, 0.42. Web safe color of #859440 is #999933. Color #859440 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010100 01000000
Octal 205 224 100
Decimal 133 148 64
Hex 85 94 40

RGB Percentages of Color #859440

%38.55
%42.90
%18.55

CMYK Percentages of Color #859440

%10
%0
%57
%42

Triadic Colors of #859440

#859440 #408594 #944085

Analogous Colors of #859440

#859440 #5b9440 #947940

Monochromatic Colors of #859440

#859440

Complementary Color

#859440 #4f4094

#859440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859440 Color CSS Codes

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

#859440 Text Font Color

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

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


#859440 Background Color

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

This div background color is #859440


#859440 Border Color

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

This div border color is #859440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859440


Comments

No comments written yet.

Please login to write comment.