Color Hex Logo

#85805a Color Hex

#85805A
(133,128,90)
0 Favorites   0 Comments

Color spaces of #85805a

RGB 13312890
HSL0.150.190.44
HSV53°32°52°
CMYK 0.000.040.32   0.48
XYZ19.237521.163112.7438
Yxy21.16310.36200.3982
Hunter Lab46.0034-5.861515.7779
CIE-Lab53.1275-4.396921.3545

#85805a color RGB value is (133,128,90).

#85805a hex color red value is 133, green value is 128 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #85805a hue: 0.15 , saturation: 0.19 and the lightness value of 85805a is 0.44.

The process color (four color CMYK) of #85805a color hex is 0.00, 0.04, 0.32, 0.48. Web safe color of #85805a is #999966. Color #85805a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000000 01011010
Octal 205 200 132
Decimal 133 128 90
Hex 85 80 5A

RGB Percentages of Color #85805a

%37.89
%36.47
%25.64

CMYK Percentages of Color #85805a

%0
%4
%32
%48

Triadic Colors of #85805a

#85805a #5a8580 #805a85

Analogous Colors of #85805a

#85805a #75855a #856b5a

Monochromatic Colors of #85805a

#85805a

Complementary Color

#85805a #5a5f85

#85805a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85805a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85805a Color CSS Codes

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

#85805a Text Font Color

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

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


#85805a Background Color

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

This div background color is #85805a


#85805a Border Color

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

This div border color is #85805a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,128,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85805a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85805a;
  -webkit-box-shadow: 1px 1px 3px 2px #85805a;
  box-shadow:         1px 1px 3px 2px #85805a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85805a


Comments

No comments written yet.

Please login to write comment.