Color Hex Logo

#84812c Color Hex

#84812C
(132,129,44)
0 Favorites   0 Comments

Color spaces of #84812c

RGB 13212944
HSL0.160.500.35
HSV58°67°52°
CMYK 0.000.020.67   0.48
XYZ17.820620.78795.4561
Yxy20.78790.40440.4718
Hunter Lab45.5937-10.021224.8205
CIE-Lab52.7166-10.017444.7424

#84812c color RGB value is (132,129,44).

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

The process color (four color CMYK) of #84812c color hex is 0.00, 0.02, 0.67, 0.48. Web safe color of #84812c is #999933. Color #84812c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000001 00101100
Octal 204 201 54
Decimal 132 129 44
Hex 84 81 2C

RGB Percentages of Color #84812c

%43.28
%42.30
%14.43

CMYK Percentages of Color #84812c

%0
%2
%67
%48

Triadic Colors of #84812c

#84812c #2c8481 #812c84

Analogous Colors of #84812c

#84812c #5b842c #84552c

Monochromatic Colors of #84812c

#84812c

Complementary Color

#84812c #2c2f84

#84812c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84812c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84812c Color CSS Codes

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

#84812c Text Font Color

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

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


#84812c Background Color

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

This div background color is #84812c


#84812c Border Color

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

This div border color is #84812c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84812c


Comments

No comments written yet.

Please login to write comment.