Color Hex Logo

#856065 Color Hex

#856065
(133,96,101)
0 Favorites   0 Comments

Color spaces of #856065

RGB 13396101
HSL0.980.160.45
HSV352°28°52°
CMYK 0.000.280.24   0.48
XYZ16.204714.291914.2164
Yxy14.29190.36240.3196
Hunter Lab37.804610.35474.1673
CIE-Lab44.648715.83293.1040

#856065 color RGB value is (133,96,101).

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

The process color (four color CMYK) of #856065 color hex is 0.00, 0.28, 0.24, 0.48. Web safe color of #856065 is #996666. Color #856065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100000 01100101
Octal 205 140 145
Decimal 133 96 101
Hex 85 60 65

RGB Percentages of Color #856065

%40.30
%29.09
%30.61

CMYK Percentages of Color #856065

%0
%28
%24
%48

Triadic Colors of #856065

#856065 #658560 #606585

Analogous Colors of #856065

#856065 #856e60 #856078

Monochromatic Colors of #856065

#856065

Complementary Color

#856065 #608580

#856065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856065 Color CSS Codes

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

#856065 Text Font Color

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

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


#856065 Background Color

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

This div background color is #856065


#856065 Border Color

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

This div border color is #856065


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,96,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 #856065">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856065


Comments

No comments written yet.

Please login to write comment.