Color Hex Logo

#85773e Color Hex

#85773E
(133,119,62)
0 Favorites   0 Comments

Color spaces of #85773e

RGB 13311962
HSL0.130.360.38
HSV48°53°52°
CMYK 0.000.110.53   0.48
XYZ17.139218.52807.2304
Yxy18.52800.39950.4319
Hunter Lab43.0442-4.252720.1716
CIE-Lab50.1304-2.564833.0280

#85773e color RGB value is (133,119,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110111 00111110
Octal 205 167 76
Decimal 133 119 62
Hex 85 77 3E

RGB Percentages of Color #85773e

%42.36
%37.90
%19.75

CMYK Percentages of Color #85773e

%0
%11
%53
%48

Triadic Colors of #85773e

#85773e #3e8577 #773e85

Analogous Colors of #85773e

#85773e #70853e #85543e

Monochromatic Colors of #85773e

#85773e

Complementary Color

#85773e #3e4c85

#85773e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85773e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85773e Color CSS Codes

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

#85773e Text Font Color

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

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


#85773e Background Color

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

This div background color is #85773e


#85773e Border Color

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

This div border color is #85773e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85773e


Comments

No comments written yet.

Please login to write comment.