Color Hex Logo

#85353c Color Hex

#85353C
(133,53,60)
0 Favorites   0 Comments

Color spaces of #85353c

RGB 1335360
HSL0.990.430.36
HSV355°60°52°
CMYK 0.000.600.55   0.48
XYZ11.76167.85905.1720
Yxy7.85900.47440.3170
Hunter Lab28.033925.83028.6853
CIE-Lab33.687534.990413.2363

#85353c color RGB value is (133,53,60).

#85353c hex color red value is 133, green value is 53 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #85353c hue: 0.99 , saturation: 0.43 and the lightness value of 85353c is 0.36.

The process color (four color CMYK) of #85353c color hex is 0.00, 0.60, 0.55, 0.48. Web safe color of #85353c is #993333. Color #85353c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110101 00111100
Octal 205 65 74
Decimal 133 53 60
Hex 85 35 3C

RGB Percentages of Color #85353c

%54.07
%21.54
%24.39

CMYK Percentages of Color #85353c

%0
%60
%55
%48

Triadic Colors of #85353c

#85353c #3c8535 #353c85

Analogous Colors of #85353c

#85353c #855635 #853564

Monochromatic Colors of #85353c

#85353c

Complementary Color

#85353c #35857e

#85353c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85353c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85353c Color CSS Codes

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

#85353c Text Font Color

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

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


#85353c Background Color

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

This div background color is #85353c


#85353c Border Color

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

This div border color is #85353c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85353c


Comments

No comments written yet.

Please login to write comment.