Color Hex Logo

#84531e Color Hex

#84531E
(132,83,30)
0 Favorites   0 Comments

Color spaces of #84531e

RGB 1328330
HSL0.090.630.32
HSV31°77°52°
CMYK 0.000.370.77   0.48
XYZ12.843311.18582.7105
Yxy11.18580.48030.4183
Hunter Lab33.445210.016818.6066
CIE-Lab39.891715.663737.9676

#84531e color RGB value is (132,83,30).

#84531e hex color red value is 132, green value is 83 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #84531e hue: 0.09 , saturation: 0.63 and the lightness value of 84531e is 0.32.

The process color (four color CMYK) of #84531e color hex is 0.00, 0.37, 0.77, 0.48. Web safe color of #84531e is #996633. Color #84531e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010011 00011110
Octal 204 123 36
Decimal 132 83 30
Hex 84 53 1E

RGB Percentages of Color #84531e

%53.88
%33.88
%12.24

CMYK Percentages of Color #84531e

%0
%37
%77
%48

Triadic Colors of #84531e

#84531e #1e8453 #531e84

Analogous Colors of #84531e

#84531e #82841e #84201e

Monochromatic Colors of #84531e

#84531e

Complementary Color

#84531e #1e4f84

#84531e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84531e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84531e Color CSS Codes

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

#84531e Text Font Color

<p style="color:#84531e">Text here</p>

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


#84531e Background Color

<div style="background-color:#84531e">
Div content here</div>

This div background color is #84531e


#84531e Border Color

<div style="border:3px solid #84531e">
Div here</div>

This div border color is #84531e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84531e


Comments

No comments written yet.

Please login to write comment.