Color Hex Logo

#85763e Color Hex

#85763E
(133,118,62)
0 Favorites   0 Comments

Color spaces of #85763e

RGB 13311862
HSL0.130.360.38
HSV47°53°52°
CMYK 0.000.110.53   0.48
XYZ17.020818.29127.1909
Yxy18.29120.40050.4304
Hunter Lab42.7682-3.805319.9689
CIE-Lab49.8474-1.997232.6879

#85763e color RGB value is (133,118,62).

#85763e hex color red value is 133, green value is 118 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #85763e hue: 0.13 , saturation: 0.36 and the lightness value of 85763e is 0.38.

The process color (four color CMYK) of #85763e color hex is 0.00, 0.11, 0.53, 0.48. Web safe color of #85763e is #996633. Color #85763e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110110 00111110
Octal 205 166 76
Decimal 133 118 62
Hex 85 76 3E

RGB Percentages of Color #85763e

%42.49
%37.70
%19.81

CMYK Percentages of Color #85763e

%0
%11
%53
%48

Triadic Colors of #85763e

#85763e #3e8576 #763e85

Analogous Colors of #85763e

#85763e #71853e #85533e

Monochromatic Colors of #85763e

#85763e

Complementary Color

#85763e #3e4d85

#85763e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85763e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85763e Color CSS Codes

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

#85763e Text Font Color

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

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


#85763e Background Color

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

This div background color is #85763e


#85763e Border Color

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

This div border color is #85763e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,118,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85763e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85763e;
  -webkit-box-shadow: 1px 1px 3px 2px #85763e;
  box-shadow:         1px 1px 3px 2px #85763e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85763e


Comments

No comments written yet.

Please login to write comment.