Color Hex Logo

#84533c Color Hex

#84533C
(132,83,60)
0 Favorites   0 Comments

Color spaces of #84533c

RGB 1328360
HSL0.050.380.38
HSV19°55°52°
CMYK 0.000.370.55   0.48
XYZ13.424611.41835.7714
Yxy11.41830.43850.3730
Hunter Lab33.791011.780913.5271
CIE-Lab40.276217.820021.8997

#84533c color RGB value is (132,83,60).

#84533c hex color red value is 132, green value is 83 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #84533c hue: 0.05 , saturation: 0.38 and the lightness value of 84533c is 0.38.

The process color (four color CMYK) of #84533c color hex is 0.00, 0.37, 0.55, 0.48. Web safe color of #84533c is #996633. Color #84533c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010011 00111100
Octal 204 123 74
Decimal 132 83 60
Hex 84 53 3C

RGB Percentages of Color #84533c

%48.00
%30.18
%21.82

CMYK Percentages of Color #84533c

%0
%37
%55
%48

Triadic Colors of #84533c

#84533c #3c8453 #533c84

Analogous Colors of #84533c

#84533c #84773c #843c49

Monochromatic Colors of #84533c

#84533c

Complementary Color

#84533c #3c6d84

#84533c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84533c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84533c Color CSS Codes

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

#84533c Text Font Color

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

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


#84533c Background Color

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

This div background color is #84533c


#84533c Border Color

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

This div border color is #84533c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,83,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 #84533c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84533c


Comments

No comments written yet.

Please login to write comment.