Color Hex Logo

#84542e Color Hex

#84542E
(132,84,46)
0 Favorites   0 Comments

Color spaces of #84542e

RGB 1328446
HSL0.070.480.35
HSV27°65°52°
CMYK 0.000.360.65   0.48
XYZ13.179211.44344.0990
Yxy11.44340.45890.3984
Hunter Lab33.828110.343216.4954
CIE-Lab40.317516.046030.0691

#84542e color RGB value is (132,84,46).

#84542e hex color red value is 132, green value is 84 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #84542e hue: 0.07 , saturation: 0.48 and the lightness value of 84542e is 0.35.

The process color (four color CMYK) of #84542e color hex is 0.00, 0.36, 0.65, 0.48. Web safe color of #84542e is #996633. Color #84542e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010100 00101110
Octal 204 124 56
Decimal 132 84 46
Hex 84 54 2E

RGB Percentages of Color #84542e

%50.38
%32.06
%17.56

CMYK Percentages of Color #84542e

%0
%36
%65
%48

Triadic Colors of #84542e

#84542e #2e8454 #542e84

Analogous Colors of #84542e

#84542e #847f2e #842e33

Monochromatic Colors of #84542e

#84542e

Complementary Color

#84542e #2e5e84

#84542e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84542e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84542e Color CSS Codes

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

#84542e Text Font Color

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

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


#84542e Background Color

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

This div background color is #84542e


#84542e Border Color

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

This div border color is #84542e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84542e


Comments

No comments written yet.

Please login to write comment.