Color Hex Logo

#859066 Color Hex

#859066
(133,144,102)
0 Favorites   0 Comments

Color spaces of #859066

RGB 133144102
HSL0.210.170.48
HSV76°29°56°
CMYK 0.080.000.29   0.44
XYZ22.044425.892416.4062
Yxy25.89240.34260.4024
Hunter Lab50.8846-11.717616.5029
CIE-Lab57.9348-11.482921.0482

#859066 color RGB value is (133,144,102).

#859066 hex color red value is 133, green value is 144 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #859066 hue: 0.21 , saturation: 0.17 and the lightness value of 859066 is 0.48.

The process color (four color CMYK) of #859066 color hex is 0.08, 0.00, 0.29, 0.44. Web safe color of #859066 is #999966. Color #859066 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010000 01100110
Octal 205 220 146
Decimal 133 144 102
Hex 85 90 66

RGB Percentages of Color #859066

%35.09
%37.99
%26.91

CMYK Percentages of Color #859066

%8
%0
%29
%44

Triadic Colors of #859066

#859066 #668590 #906685

Analogous Colors of #859066

#859066 #709066 #908666

Monochromatic Colors of #859066

#859066

Complementary Color

#859066 #716690

#859066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859066 Color CSS Codes

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

#859066 Text Font Color

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

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


#859066 Background Color

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

This div background color is #859066


#859066 Border Color

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

This div border color is #859066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859066


Comments

No comments written yet.

Please login to write comment.