Color Hex Logo

#859257 Color Hex

#859257
(133,146,87)
0 Favorites   0 Comments

Color spaces of #859257

RGB 13314687
HSL0.200.250.46
HSV73°40°57°
CMYK 0.090.000.40   0.43
XYZ21.672126.232412.9380
Yxy26.23240.35620.4312
Hunter Lab51.2176-14.100620.8751
CIE-Lab58.2570-14.611029.7039

#859257 color RGB value is (133,146,87).

#859257 hex color red value is 133, green value is 146 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #859257 hue: 0.20 , saturation: 0.25 and the lightness value of 859257 is 0.46.

The process color (four color CMYK) of #859257 color hex is 0.09, 0.00, 0.40, 0.43. Web safe color of #859257 is #999966. Color #859257 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010010 01010111
Octal 205 222 127
Decimal 133 146 87
Hex 85 92 57

RGB Percentages of Color #859257

%36.34
%39.89
%23.77

CMYK Percentages of Color #859257

%9
%0
%40
%43

Triadic Colors of #859257

#859257 #578592 #925785

Analogous Colors of #859257

#859257 #689257 #928257

Monochromatic Colors of #859257

#859257

Complementary Color

#859257 #645792

#859257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859257 Color CSS Codes

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

#859257 Text Font Color

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

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


#859257 Background Color

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

This div background color is #859257


#859257 Border Color

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

This div border color is #859257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859257


Comments

No comments written yet.

Please login to write comment.