Color Hex Logo

#85342c Color Hex

#85342C
(133,52,44)
0 Favorites   0 Comments

Color spaces of #85342c

RGB 1335244
HSL0.010.500.35
HSV67°52°
CMYK 0.000.610.67   0.48
XYZ11.35557.62443.2560
Yxy7.62440.51070.3429
Hunter Lab27.612325.086212.3372
CIE-Lab33.188134.241722.7290

#85342c color RGB value is (133,52,44).

#85342c hex color red value is 133, green value is 52 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #85342c hue: 0.01 , saturation: 0.50 and the lightness value of 85342c is 0.35.

The process color (four color CMYK) of #85342c color hex is 0.00, 0.61, 0.67, 0.48. Web safe color of #85342c is #993333. Color #85342c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110100 00101100
Octal 205 64 54
Decimal 133 52 44
Hex 85 34 2C

RGB Percentages of Color #85342c

%58.08
%22.71
%19.21

CMYK Percentages of Color #85342c

%0
%61
%67
%48

Triadic Colors of #85342c

#85342c #2c8534 #342c85

Analogous Colors of #85342c

#85342c #85612c #852c50

Monochromatic Colors of #85342c

#85342c

Complementary Color

#85342c #2c7d85

#85342c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85342c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85342c Color CSS Codes

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

#85342c Text Font Color

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

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


#85342c Background Color

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

This div background color is #85342c


#85342c Border Color

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

This div border color is #85342c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85342c


Comments

No comments written yet.

Please login to write comment.