Color Hex Logo

#85535f Color Hex

#85535F
(133,83,95)
0 Favorites   0 Comments

Color spaces of #85535f

RGB 1338395
HSL0.960.230.42
HSV346°38°52°
CMYK 0.000.380.29   0.48
XYZ14.831711.999312.3609
Yxy11.99930.37840.3062
Hunter Lab34.640015.80783.0910
CIE-Lab41.215022.57061.8054

#85535f color RGB value is (133,83,95).

#85535f hex color red value is 133, green value is 83 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #85535f hue: 0.96 , saturation: 0.23 and the lightness value of 85535f is 0.42.

The process color (four color CMYK) of #85535f color hex is 0.00, 0.38, 0.29, 0.48. Web safe color of #85535f is #996666. Color #85535f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010011 01011111
Octal 205 123 137
Decimal 133 83 95
Hex 85 53 5F

RGB Percentages of Color #85535f

%42.77
%26.69
%30.55

CMYK Percentages of Color #85535f

%0
%38
%29
%48

Triadic Colors of #85535f

#85535f #5f8553 #535f85

Analogous Colors of #85535f

#85535f #856053 #855378

Monochromatic Colors of #85535f

#85535f

Complementary Color

#85535f #538579

#85535f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85535f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85535f Color CSS Codes

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

#85535f Text Font Color

<p style="color:#85535f">Text here</p>

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


#85535f Background Color

<div style="background-color:#85535f">
Div content here</div>

This div background color is #85535f


#85535f Border Color

<div style="border:3px solid #85535f">
Div here</div>

This div border color is #85535f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,83,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85535f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85535f;
  -webkit-box-shadow: 1px 1px 3px 2px #85535f;
  box-shadow:         1px 1px 3px 2px #85535f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85535f


Comments

No comments written yet.

Please login to write comment.