Color Hex Logo

#84512c Color Hex

#84512C
(132,81,44)
0 Favorites   0 Comments

Color spaces of #84512c

RGB 1328144
HSL0.070.500.35
HSV25°67°52°
CMYK 0.000.390.67   0.48
XYZ12.912810.97223.8201
Yxy10.97220.46610.3960
Hunter Lab33.124311.616816.3493
CIE-Lab39.533617.669030.2737

#84512c color RGB value is (132,81,44).

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

The process color (four color CMYK) of #84512c color hex is 0.00, 0.39, 0.67, 0.48. Web safe color of #84512c is #996633. Color #84512c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010001 00101100
Octal 204 121 54
Decimal 132 81 44
Hex 84 51 2C

RGB Percentages of Color #84512c

%51.36
%31.52
%17.12

CMYK Percentages of Color #84512c

%0
%39
%67
%48

Triadic Colors of #84512c

#84512c #2c8451 #512c84

Analogous Colors of #84512c

#84512c #847d2c #842c33

Monochromatic Colors of #84512c

#84512c

Complementary Color

#84512c #2c5f84

#84512c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84512c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84512c Color CSS Codes

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

#84512c Text Font Color

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

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


#84512c Background Color

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

This div background color is #84512c


#84512c Border Color

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

This div border color is #84512c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84512c


Comments

No comments written yet.

Please login to write comment.