Color Hex Logo

#84866f Color Hex

#84866F
(132,134,111)
0 Favorites   0 Comments

Color spaces of #84866f

RGB 132134111
HSL0.180.090.48
HSV65°17°53°
CMYK 0.010.000.17   0.47
XYZ20.910123.103418.3963
Yxy23.10340.33500.3702
Hunter Lab48.0660-6.462810.9541
CIE-Lab55.1787-4.965312.1562

#84866f color RGB value is (132,134,111).

#84866f hex color red value is 132, green value is 134 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #84866f hue: 0.18 , saturation: 0.09 and the lightness value of 84866f is 0.48.

The process color (four color CMYK) of #84866f color hex is 0.01, 0.00, 0.17, 0.47. Web safe color of #84866f is #999966. Color #84866f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000110 01101111
Octal 204 206 157
Decimal 132 134 111
Hex 84 86 6F

RGB Percentages of Color #84866f

%35.01
%35.54
%29.44

CMYK Percentages of Color #84866f

%1
%0
%17
%47

Triadic Colors of #84866f

#84866f #6f8486 #866f84

Analogous Colors of #84866f

#84866f #79866f #867d6f

Monochromatic Colors of #84866f

#84866f

Complementary Color

#84866f #716f86

#84866f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84866f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84866f Color CSS Codes

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

#84866f Text Font Color

<p style="color:#84866f">Text here</p>

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


#84866f Background Color

<div style="background-color:#84866f">
Div content here</div>

This div background color is #84866f


#84866f Border Color

<div style="border:3px solid #84866f">
Div here</div>

This div border color is #84866f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,134,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84866f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84866f;
  -webkit-box-shadow: 1px 1px 3px 2px #84866f;
  box-shadow:         1px 1px 3px 2px #84866f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84866f


Comments

No comments written yet.

Please login to write comment.