Color Hex Logo

#84735e Color Hex

#84735E
(132,115,94)
0 Favorites   0 Comments

Color spaces of #84735e

RGB 13211594
HSL0.090.170.44
HSV33°29°52°
CMYK 0.000.130.29   0.48
XYZ17.666817.975213.1281
Yxy17.97520.36220.3686
Hunter Lab42.39720.185511.3191
CIE-Lab49.46603.168014.0678

#84735e color RGB value is (132,115,94).

#84735e hex color red value is 132, green value is 115 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #84735e hue: 0.09 , saturation: 0.17 and the lightness value of 84735e is 0.44.

The process color (four color CMYK) of #84735e color hex is 0.00, 0.13, 0.29, 0.48. Web safe color of #84735e is #996666. Color #84735e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110011 01011110
Octal 204 163 136
Decimal 132 115 94
Hex 84 73 5E

RGB Percentages of Color #84735e

%38.71
%33.72
%27.57

CMYK Percentages of Color #84735e

%0
%13
%29
%48

Triadic Colors of #84735e

#84735e #5e8473 #735e84

Analogous Colors of #84735e

#84735e #82845e #84605e

Monochromatic Colors of #84735e

#84735e

Complementary Color

#84735e #5e6f84

#84735e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84735e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84735e Color CSS Codes

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

#84735e Text Font Color

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

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


#84735e Background Color

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

This div background color is #84735e


#84735e Border Color

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

This div border color is #84735e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84735e


Comments

No comments written yet.

Please login to write comment.