Color Hex Logo

#85755a Color Hex

#85755A
(133,117,90)
0 Favorites   0 Comments

Color spaces of #85755a

RGB 13311790
HSL0.100.190.44
HSV38°32°52°
CMYK 0.000.120.32   0.48
XYZ17.879618.447312.2912
Yxy18.44730.36780.3794
Hunter Lab42.9503-0.856113.0981
CIE-Lab50.03421.860017.1933

#85755a color RGB value is (133,117,90).

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

The process color (four color CMYK) of #85755a color hex is 0.00, 0.12, 0.32, 0.48. Web safe color of #85755a is #996666. Color #85755a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110101 01011010
Octal 205 165 132
Decimal 133 117 90
Hex 85 75 5A

RGB Percentages of Color #85755a

%39.12
%34.41
%26.47

CMYK Percentages of Color #85755a

%0
%12
%32
%48

Triadic Colors of #85755a

#85755a #5a8575 #755a85

Analogous Colors of #85755a

#85755a #80855a #85605a

Monochromatic Colors of #85755a

#85755a

Complementary Color

#85755a #5a6a85

#85755a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85755a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85755a Color CSS Codes

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

#85755a Text Font Color

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

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


#85755a Background Color

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

This div background color is #85755a


#85755a Border Color

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

This div border color is #85755a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85755a


Comments

No comments written yet.

Please login to write comment.