Color Hex Logo

#84864d Color Hex

#84864D
(132,134,77)
0 Favorites   0 Comments

Color spaces of #84864d

RGB 13213477
HSL0.170.270.41
HSV62°43°53°
CMYK 0.010.000.43   0.47
XYZ19.380422.491510.3410
Yxy22.49150.37120.4308
Hunter Lab47.4252-10.049720.2695
CIE-Lab54.5447-9.780030.3792

#84864d color RGB value is (132,134,77).

#84864d hex color red value is 132, green value is 134 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #84864d hue: 0.17 , saturation: 0.27 and the lightness value of 84864d is 0.41.

The process color (four color CMYK) of #84864d color hex is 0.01, 0.00, 0.43, 0.47. Web safe color of #84864d is #999966. Color #84864d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000110 01001101
Octal 204 206 115
Decimal 132 134 77
Hex 84 86 4D

RGB Percentages of Color #84864d

%38.48
%39.07
%22.45

CMYK Percentages of Color #84864d

%1
%0
%43
%47

Triadic Colors of #84864d

#84864d #4d8486 #864d84

Analogous Colors of #84864d

#84864d #68864d #866c4d

Monochromatic Colors of #84864d

#84864d

Complementary Color

#84864d #4f4d86

#84864d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84864d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84864d Color CSS Codes

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

#84864d Text Font Color

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

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


#84864d Background Color

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

This div background color is #84864d


#84864d Border Color

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

This div border color is #84864d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84864d


Comments

No comments written yet.

Please login to write comment.