Color Hex Logo

#84882c Color Hex

#84882C
(132,136,44)
0 Favorites   0 Comments

Color spaces of #84882c

RGB 13213644
HSL0.170.510.35
HSV63°68°53°
CMYK 0.030.000.68   0.47
XYZ18.774522.69575.7741
Yxy22.69570.39740.4804
Hunter Lab47.6400-13.024826.1619
CIE-Lab54.7575-13.796946.8557

#84882c color RGB value is (132,136,44).

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

The process color (four color CMYK) of #84882c color hex is 0.03, 0.00, 0.68, 0.47. Web safe color of #84882c is #999933. Color #84882c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001000 00101100
Octal 204 210 54
Decimal 132 136 44
Hex 84 88 2C

RGB Percentages of Color #84882c

%42.31
%43.59
%14.10

CMYK Percentages of Color #84882c

%3
%0
%68
%47

Triadic Colors of #84882c

#84882c #2c8488 #882c84

Analogous Colors of #84882c

#84882c #56882c #885e2c

Monochromatic Colors of #84882c

#84882c

Complementary Color

#84882c #302c88

#84882c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84882c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84882c Color CSS Codes

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

#84882c Text Font Color

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

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


#84882c Background Color

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

This div background color is #84882c


#84882c Border Color

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

This div border color is #84882c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84882c


Comments

No comments written yet.

Please login to write comment.