Color Hex Logo

#84534a Color Hex

#84534A
(132,83,74)
0 Favorites   0 Comments

Color spaces of #84534a

RGB 1328374
HSL0.030.280.40
HSV44°52°
CMYK 0.000.370.44   0.48
XYZ13.845011.58657.9853
Yxy11.58650.41430.3467
Hunter Lab34.038913.03499.9182
CIE-Lab40.551219.324913.7864

#84534a color RGB value is (132,83,74).

#84534a hex color red value is 132, green value is 83 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #84534a hue: 0.03 , saturation: 0.28 and the lightness value of 84534a is 0.40.

The process color (four color CMYK) of #84534a color hex is 0.00, 0.37, 0.44, 0.48. Web safe color of #84534a is #996633. Color #84534a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010011 01001010
Octal 204 123 112
Decimal 132 83 74
Hex 84 53 4A

RGB Percentages of Color #84534a

%45.67
%28.72
%25.61

CMYK Percentages of Color #84534a

%0
%37
%44
%48

Triadic Colors of #84534a

#84534a #4a8453 #534a84

Analogous Colors of #84534a

#84534a #84704a #844a5e

Monochromatic Colors of #84534a

#84534a

Complementary Color

#84534a #4a7b84

#84534a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84534a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84534a Color CSS Codes

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

#84534a Text Font Color

<p style="color:#84534a">Text here</p>

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


#84534a Background Color

<div style="background-color:#84534a">
Div content here</div>

This div background color is #84534a


#84534a Border Color

<div style="border:3px solid #84534a">
Div here</div>

This div border color is #84534a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84534a


Comments

No comments written yet.

Please login to write comment.