Color Hex Logo

#859370 Color Hex

#859370
(133,147,112)
0 Favorites   0 Comments

Color spaces of #859370

RGB 133147112
HSL0.230.140.51
HSV84°24°58°
CMYK 0.100.000.24   0.42
XYZ23.031227.023819.3315
Yxy27.02380.33190.3895
Hunter Lab51.9844-11.890014.3409
CIE-Lab58.9964-11.541516.8957

#859370 color RGB value is (133,147,112).

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

The process color (four color CMYK) of #859370 color hex is 0.10, 0.00, 0.24, 0.42. Web safe color of #859370 is #999966. Color #859370 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010011 01110000
Octal 205 223 160
Decimal 133 147 112
Hex 85 93 70

RGB Percentages of Color #859370

%33.93
%37.50
%28.57

CMYK Percentages of Color #859370

%10
%0
%24
%42

Triadic Colors of #859370

#859370 #708593 #937085

Analogous Colors of #859370

#859370 #749370 #939070

Monochromatic Colors of #859370

#859370

Complementary Color

#859370 #7e7093

#859370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859370 Color CSS Codes

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

#859370 Text Font Color

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

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


#859370 Background Color

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

This div background color is #859370


#859370 Border Color

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

This div border color is #859370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859370


Comments

No comments written yet.

Please login to write comment.