Color Hex Logo

#84834e Color Hex

#84834E
(132,131,78)
0 Favorites   0 Comments

Color spaces of #84834e

RGB 13213178
HSL0.160.260.41
HSV59°41°52°
CMYK 0.000.010.41   0.48
XYZ19.007221.688210.3922
Yxy21.68820.37210.4245
Hunter Lab46.5706-8.646019.3689
CIE-Lab53.6946-8.017328.7632

#84834e color RGB value is (132,131,78).

#84834e hex color red value is 132, green value is 131 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #84834e hue: 0.16 , saturation: 0.26 and the lightness value of 84834e is 0.41.

The process color (four color CMYK) of #84834e color hex is 0.00, 0.01, 0.41, 0.48. Web safe color of #84834e is #999966. Color #84834e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000011 01001110
Octal 204 203 116
Decimal 132 131 78
Hex 84 83 4E

RGB Percentages of Color #84834e

%38.71
%38.42
%22.87

CMYK Percentages of Color #84834e

%0
%1
%41
%48

Triadic Colors of #84834e

#84834e #4e8483 #834e84

Analogous Colors of #84834e

#84834e #6a844e #84684e

Monochromatic Colors of #84834e

#84834e

Complementary Color

#84834e #4e4f84

#84834e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84834e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84834e Color CSS Codes

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

#84834e Text Font Color

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

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


#84834e Background Color

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

This div background color is #84834e


#84834e Border Color

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

This div border color is #84834e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84834e


Comments

No comments written yet.

Please login to write comment.