Color Hex Logo

#84822d Color Hex

#84822D
(132,130,45)
0 Favorites   0 Comments

Color spaces of #84822d

RGB 13213045
HSL0.160.490.35
HSV59°66°52°
CMYK 0.000.020.66   0.48
XYZ17.972021.06035.6004
Yxy21.06030.40270.4719
Hunter Lab45.8915-10.406124.8886
CIE-Lab53.0154-10.497444.6132

#84822d color RGB value is (132,130,45).

#84822d hex color red value is 132, green value is 130 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #84822d hue: 0.16 , saturation: 0.49 and the lightness value of 84822d is 0.35.

The process color (four color CMYK) of #84822d color hex is 0.00, 0.02, 0.66, 0.48. Web safe color of #84822d is #999933. Color #84822d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000010 00101101
Octal 204 202 55
Decimal 132 130 45
Hex 84 82 2D

RGB Percentages of Color #84822d

%43.00
%42.35
%14.66

CMYK Percentages of Color #84822d

%0
%2
%66
%48

Triadic Colors of #84822d

#84822d #2d8482 #822d84

Analogous Colors of #84822d

#84822d #5b842d #84572d

Monochromatic Colors of #84822d

#84822d

Complementary Color

#84822d #2d2f84

#84822d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84822d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84822d Color CSS Codes

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

#84822d Text Font Color

<p style="color:#84822d">Text here</p>

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


#84822d Background Color

<div style="background-color:#84822d">
Div content here</div>

This div background color is #84822d


#84822d Border Color

<div style="border:3px solid #84822d">
Div here</div>

This div border color is #84822d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,130,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84822d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84822d;
  -webkit-box-shadow: 1px 1px 3px 2px #84822d;
  box-shadow:         1px 1px 3px 2px #84822d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84822d


Comments

No comments written yet.

Please login to write comment.