Color Hex Logo

#84992e Color Hex

#84992E
(132,153,46)
0 Favorites   0 Comments

Color spaces of #84992e

RGB 13215346
HSL0.200.540.39
HSV72°70°60°
CMYK 0.140.000.70   0.40
XYZ21.400127.88536.8393
Yxy27.88530.38130.4968
Hunter Lab52.8065-20.073529.2856
CIE-Lab59.7850-22.480451.1613

#84992e color RGB value is (132,153,46).

#84992e hex color red value is 132, green value is 153 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #84992e hue: 0.20 , saturation: 0.54 and the lightness value of 84992e is 0.39.

The process color (four color CMYK) of #84992e color hex is 0.14, 0.00, 0.70, 0.40. Web safe color of #84992e is #999933. Color #84992e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011001 00101110
Octal 204 231 56
Decimal 132 153 46
Hex 84 99 2E

RGB Percentages of Color #84992e

%39.88
%46.22
%13.90

CMYK Percentages of Color #84992e

%14
%0
%70
%40

Triadic Colors of #84992e

#84992e #2e8499 #992e84

Analogous Colors of #84992e

#84992e #4f992e #99792e

Monochromatic Colors of #84992e

#84992e

Complementary Color

#84992e #432e99

#84992e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84992e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84992e Color CSS Codes

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

#84992e Text Font Color

<p style="color:#84992e">Text here</p>

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


#84992e Background Color

<div style="background-color:#84992e">
Div content here</div>

This div background color is #84992e


#84992e Border Color

<div style="border:3px solid #84992e">
Div here</div>

This div border color is #84992e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,153,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84992e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84992e;
  -webkit-box-shadow: 1px 1px 3px 2px #84992e;
  box-shadow:         1px 1px 3px 2px #84992e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84992e


Comments

No comments written yet.

Please login to write comment.