Color Hex Logo

#85755c Color Hex

#85755C
(133,117,92)
0 Favorites   0 Comments

Color spaces of #85755c

RGB 13311792
HSL0.100.180.44
HSV37°31°52°
CMYK 0.000.120.31   0.48
XYZ17.965918.481812.7457
Yxy18.48180.36520.3757
Hunter Lab42.9905-0.637412.5152
CIE-Lab50.07532.142916.0872

#85755c color RGB value is (133,117,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110101 01011100
Octal 205 165 134
Decimal 133 117 92
Hex 85 75 5C

RGB Percentages of Color #85755c

%38.89
%34.21
%26.90

CMYK Percentages of Color #85755c

%0
%12
%31
%48

Triadic Colors of #85755c

#85755c #5c8575 #755c85

Analogous Colors of #85755c

#85755c #81855c #85615c

Monochromatic Colors of #85755c

#85755c

Complementary Color

#85755c #5c6c85

#85755c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85755c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85755c Color CSS Codes

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

#85755c Text Font Color

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

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


#85755c Background Color

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

This div background color is #85755c


#85755c Border Color

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

This div border color is #85755c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85755c


Comments

No comments written yet.

Please login to write comment.