Color Hex Logo

#859670 Color Hex

#859670
(133,150,112)
0 Favorites   0 Comments

Color spaces of #859670

RGB 133150112
HSL0.240.150.51
HSV87°25°59°
CMYK 0.110.000.25   0.41
XYZ23.503827.969119.4890
Yxy27.96910.33120.3941
Hunter Lab52.8858-13.220315.1711
CIE-Lab59.8608-13.149918.0817

#859670 color RGB value is (133,150,112).

#859670 hex color red value is 133, green value is 150 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #859670 hue: 0.24 , saturation: 0.15 and the lightness value of 859670 is 0.51.

The process color (four color CMYK) of #859670 color hex is 0.11, 0.00, 0.25, 0.41. Web safe color of #859670 is #999966. Color #859670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010110 01110000
Octal 205 226 160
Decimal 133 150 112
Hex 85 96 70

RGB Percentages of Color #859670

%33.67
%37.97
%28.35

CMYK Percentages of Color #859670

%11
%0
%25
%41

Triadic Colors of #859670

#859670 #708596 #967085

Analogous Colors of #859670

#859670 #729670 #969470

Monochromatic Colors of #859670

#859670

Complementary Color

#859670 #817096

#859670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859670 Color CSS Codes

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

#859670 Text Font Color

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

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


#859670 Background Color

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

This div background color is #859670


#859670 Border Color

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

This div border color is #859670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859670


Comments

No comments written yet.

Please login to write comment.