Color Hex Logo

#84682e Color Hex

#84682E
(132,104,46)
0 Favorites   0 Comments

Color spaces of #84682e

RGB 13210446
HSL0.110.480.35
HSV40°65°52°
CMYK 0.000.210.65   0.48
XYZ14.959215.00344.6923
Yxy15.00340.43170.4329
Hunter Lab38.73421.152019.9315
CIE-Lab45.63894.271536.1544

#84682e color RGB value is (132,104,46).

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

The process color (four color CMYK) of #84682e color hex is 0.00, 0.21, 0.65, 0.48. Web safe color of #84682e is #996633. Color #84682e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101000 00101110
Octal 204 150 56
Decimal 132 104 46
Hex 84 68 2E

RGB Percentages of Color #84682e

%46.81
%36.88
%16.31

CMYK Percentages of Color #84682e

%0
%21
%65
%48

Triadic Colors of #84682e

#84682e #2e8468 #682e84

Analogous Colors of #84682e

#84682e #75842e #843d2e

Monochromatic Colors of #84682e

#84682e

Complementary Color

#84682e #2e4a84

#84682e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84682e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84682e Color CSS Codes

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

#84682e Text Font Color

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

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


#84682e Background Color

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

This div background color is #84682e


#84682e Border Color

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

This div border color is #84682e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84682e


Comments

No comments written yet.

Please login to write comment.