Color Hex Logo

#84862e Color Hex

#84862E
(132,134,46)
0 Favorites   0 Comments

Color spaces of #84862e

RGB 13213446
HSL0.170.490.35
HSV61°66°53°
CMYK 0.010.000.66   0.47
XYZ18.534022.15305.8839
Yxy22.15300.39800.4757
Hunter Lab47.0670-12.077625.5350
CIE-Lab54.1890-12.595045.4021

#84862e color RGB value is (132,134,46).

#84862e hex color red value is 132, green value is 134 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #84862e hue: 0.17 , saturation: 0.49 and the lightness value of 84862e is 0.35.

The process color (four color CMYK) of #84862e color hex is 0.01, 0.00, 0.66, 0.47. Web safe color of #84862e is #999933. Color #84862e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000110 00101110
Octal 204 206 56
Decimal 132 134 46
Hex 84 86 2E

RGB Percentages of Color #84862e

%42.31
%42.95
%14.74

CMYK Percentages of Color #84862e

%1
%0
%66
%47

Triadic Colors of #84862e

#84862e #2e8486 #862e84

Analogous Colors of #84862e

#84862e #58862e #865c2e

Monochromatic Colors of #84862e

#84862e

Complementary Color

#84862e #302e86

#84862e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84862e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84862e Color CSS Codes

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

#84862e Text Font Color

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

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


#84862e Background Color

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

This div background color is #84862e


#84862e Border Color

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

This div border color is #84862e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,134,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 #84862e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84862e


Comments

No comments written yet.

Please login to write comment.