Color Hex Logo

#858466 Color Hex

#858466
(133,132,102)
0 Favorites   0 Comments

Color spaces of #858466

RGB 133132102
HSL0.160.130.46
HSV58°23°52°
CMYK 0.000.010.23   0.48
XYZ20.322422.448415.8322
Yxy22.44840.34680.3831
Hunter Lab47.3797-6.351313.3537
CIE-Lab54.4996-4.892816.3813

#858466 color RGB value is (133,132,102).

#858466 hex color red value is 133, green value is 132 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #858466 hue: 0.16 , saturation: 0.13 and the lightness value of 858466 is 0.46.

The process color (four color CMYK) of #858466 color hex is 0.00, 0.01, 0.23, 0.48. Web safe color of #858466 is #999966. Color #858466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000100 01100110
Octal 205 204 146
Decimal 133 132 102
Hex 85 84 66

RGB Percentages of Color #858466

%36.24
%35.97
%27.79

CMYK Percentages of Color #858466

%0
%1
%23
%48

Triadic Colors of #858466

#858466 #668584 #846685

Analogous Colors of #858466

#858466 #778566 #857566

Monochromatic Colors of #858466

#858466

Complementary Color

#858466 #666785

#858466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858466 Color CSS Codes

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

#858466 Text Font Color

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

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


#858466 Background Color

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

This div background color is #858466


#858466 Border Color

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

This div border color is #858466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858466


Comments

No comments written yet.

Please login to write comment.