Color Hex Logo

#84592e Color Hex

#84592E
(132,89,46)
0 Favorites   0 Comments

Color spaces of #84592e

RGB 1328946
HSL0.080.480.35
HSV30°65°52°
CMYK 0.000.330.65   0.48
XYZ13.581212.24754.2330
Yxy12.24750.45180.4074
Hunter Lab34.99648.027417.3261
CIE-Lab41.606813.093431.5695

#84592e color RGB value is (132,89,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011001 00101110
Octal 204 131 56
Decimal 132 89 46
Hex 84 59 2E

RGB Percentages of Color #84592e

%49.44
%33.33
%17.23

CMYK Percentages of Color #84592e

%0
%33
%65
%48

Triadic Colors of #84592e

#84592e #2e8459 #592e84

Analogous Colors of #84592e

#84592e #84842e #842e2e

Monochromatic Colors of #84592e

#84592e

Complementary Color

#84592e #2e5984

#84592e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84592e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84592e Color CSS Codes

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

#84592e Text Font Color

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

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


#84592e Background Color

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

This div background color is #84592e


#84592e Border Color

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

This div border color is #84592e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84592e


Comments

No comments written yet.

Please login to write comment.