Color Hex Logo

#859287 Color Hex

#859287
(133,146,135)
0 Favorites   0 Comments

Color spaces of #859287

RGB 133146135
HSL0.360.060.55
HSV129°57°
CMYK 0.090.000.08   0.43
XYZ24.324927.293626.9078
Yxy27.29360.30980.3476
Hunter Lab52.2433-8.31476.0331
CIE-Lab59.2451-6.88324.2255

#859287 color RGB value is (133,146,135).

#859287 hex color red value is 133, green value is 146 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #859287 hue: 0.36 , saturation: 0.06 and the lightness value of 859287 is 0.55.

The process color (four color CMYK) of #859287 color hex is 0.09, 0.00, 0.08, 0.43. Web safe color of #859287 is #999999. Color #859287 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010010 10000111
Octal 205 222 207
Decimal 133 146 135
Hex 85 92 87

RGB Percentages of Color #859287

%32.13
%35.27
%32.61

CMYK Percentages of Color #859287

%9
%0
%8
%43

Triadic Colors of #859287

#859287 #878592 #928785

Analogous Colors of #859287

#859287 #85928e #8a9285

Monochromatic Colors of #859287

#859287

Complementary Color

#859287 #928590

#859287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859287 Color CSS Codes

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

#859287 Text Font Color

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

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


#859287 Background Color

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

This div background color is #859287


#859287 Border Color

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

This div border color is #859287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859287


Comments

No comments written yet.

Please login to write comment.