Color Hex Logo

#84732e Color Hex

#84732E
(132,115,46)
0 Favorites   0 Comments

Color spaces of #84732e

RGB 13211546
HSL0.130.480.35
HSV48°65°52°
CMYK 0.000.130.65   0.48
XYZ16.139617.36435.0858
Yxy17.36430.41820.4500
Hunter Lab41.6705-3.787721.9331
CIE-Lab48.7158-2.069739.5518

#84732e color RGB value is (132,115,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110011 00101110
Octal 204 163 56
Decimal 132 115 46
Hex 84 73 2E

RGB Percentages of Color #84732e

%45.05
%39.25
%15.70

CMYK Percentages of Color #84732e

%0
%13
%65
%48

Triadic Colors of #84732e

#84732e #2e8473 #732e84

Analogous Colors of #84732e

#84732e #6a842e #84482e

Monochromatic Colors of #84732e

#84732e

Complementary Color

#84732e #2e3f84

#84732e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84732e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84732e Color CSS Codes

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

#84732e Text Font Color

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

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


#84732e Background Color

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

This div background color is #84732e


#84732e Border Color

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

This div border color is #84732e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84732e


Comments

No comments written yet.

Please login to write comment.