Color Hex Logo

#84733e Color Hex

#84733E
(132,115,62)
0 Favorites   0 Comments

Color spaces of #84733e

RGB 13211562
HSL0.130.360.38
HSV45°53°52°
CMYK 0.000.130.53   0.48
XYZ16.516017.51487.0676
Yxy17.51480.40190.4262
Hunter Lab41.8507-2.795319.2828
CIE-Lab48.9022-0.737431.5230

#84733e color RGB value is (132,115,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110011 00111110
Octal 204 163 76
Decimal 132 115 62
Hex 84 73 3E

RGB Percentages of Color #84733e

%42.72
%37.22
%20.06

CMYK Percentages of Color #84733e

%0
%13
%53
%48

Triadic Colors of #84733e

#84733e #3e8473 #733e84

Analogous Colors of #84733e

#84733e #72843e #84503e

Monochromatic Colors of #84733e

#84733e

Complementary Color

#84733e #3e4f84

#84733e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84733e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84733e Color CSS Codes

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

#84733e Text Font Color

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

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


#84733e Background Color

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

This div background color is #84733e


#84733e Border Color

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

This div border color is #84733e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84733e


Comments

No comments written yet.

Please login to write comment.