Color Hex Logo

#84945e Color Hex

#84945E
(132,148,94)
0 Favorites   0 Comments

Color spaces of #84945e

RGB 13214894
HSL0.220.220.47
HSV78°36°58°
CMYK 0.110.000.36   0.42
XYZ22.126026.893514.6145
Yxy26.89350.34770.4226
Hunter Lab51.8589-14.594819.5926
CIE-Lab58.8756-15.159726.6948

#84945e color RGB value is (132,148,94).

#84945e hex color red value is 132, green value is 148 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #84945e hue: 0.22 , saturation: 0.22 and the lightness value of 84945e is 0.47.

The process color (four color CMYK) of #84945e color hex is 0.11, 0.00, 0.36, 0.42. Web safe color of #84945e is #999966. Color #84945e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010100 01011110
Octal 204 224 136
Decimal 132 148 94
Hex 84 94 5E

RGB Percentages of Color #84945e

%35.29
%39.57
%25.13

CMYK Percentages of Color #84945e

%11
%0
%36
%42

Triadic Colors of #84945e

#84945e #5e8494 #945e84

Analogous Colors of #84945e

#84945e #69945e #94895e

Monochromatic Colors of #84945e

#84945e

Complementary Color

#84945e #6e5e94

#84945e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84945e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84945e Color CSS Codes

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

#84945e Text Font Color

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

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


#84945e Background Color

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

This div background color is #84945e


#84945e Border Color

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

This div border color is #84945e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84945e


Comments

No comments written yet.

Please login to write comment.