Color Hex Logo

#858362 Color Hex

#858362
(133,131,98)
0 Favorites   0 Comments

Color spaces of #858362

RGB 13313198
HSL0.160.150.45
HSV57°26°52°
CMYK 0.000.020.26   0.48
XYZ19.993822.101014.7674
Yxy22.10100.35160.3887
Hunter Lab47.0117-6.355514.2839
CIE-Lab54.1340-4.937318.1637

#858362 color RGB value is (133,131,98).

#858362 hex color red value is 133, green value is 131 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #858362 hue: 0.16 , saturation: 0.15 and the lightness value of 858362 is 0.45.

The process color (four color CMYK) of #858362 color hex is 0.00, 0.02, 0.26, 0.48. Web safe color of #858362 is #999966. Color #858362 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000011 01100010
Octal 205 203 142
Decimal 133 131 98
Hex 85 83 62

RGB Percentages of Color #858362

%36.74
%36.19
%27.07

CMYK Percentages of Color #858362

%0
%2
%26
%48

Triadic Colors of #858362

#858362 #628583 #836285

Analogous Colors of #858362

#858362 #768562 #857262

Monochromatic Colors of #858362

#858362

Complementary Color

#858362 #626485

#858362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858362 Color CSS Codes

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

#858362 Text Font Color

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

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


#858362 Background Color

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

This div background color is #858362


#858362 Border Color

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

This div border color is #858362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858362


Comments

No comments written yet.

Please login to write comment.