Color Hex Logo

#859265 Color Hex

#859265
(133,146,101)
0 Favorites   0 Comments

Color spaces of #859265

RGB 133146101
HSL0.210.180.48
HSV77°31°57°
CMYK 0.090.000.31   0.43
XYZ22.300726.483916.2484
Yxy26.48390.34290.4072
Hunter Lab51.4625-12.708417.3040
CIE-Lab58.4935-12.705422.3539

#859265 color RGB value is (133,146,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010010 01100101
Octal 205 222 145
Decimal 133 146 101
Hex 85 92 65

RGB Percentages of Color #859265

%35.00
%38.42
%26.58

CMYK Percentages of Color #859265

%9
%0
%31
%43

Triadic Colors of #859265

#859265 #658592 #926585

Analogous Colors of #859265

#859265 #6f9265 #928965

Monochromatic Colors of #859265

#859265

Complementary Color

#859265 #726592

#859265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859265 Color CSS Codes

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

#859265 Text Font Color

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

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


#859265 Background Color

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

This div background color is #859265


#859265 Border Color

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

This div border color is #859265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859265


Comments

No comments written yet.

Please login to write comment.