Color Hex Logo

#84584d Color Hex

#84584D
(132,88,77)
0 Favorites   0 Comments

Color spaces of #84584d

RGB 1328877
HSL0.030.260.41
HSV12°42°52°
CMYK 0.000.330.42   0.48
XYZ14.345012.42088.6626
Yxy12.42080.40490.3506
Hunter Lab35.243210.979210.0970
CIE-Lab41.877216.738913.7697

#84584d color RGB value is (132,88,77).

#84584d hex color red value is 132, green value is 88 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #84584d hue: 0.03 , saturation: 0.26 and the lightness value of 84584d is 0.41.

The process color (four color CMYK) of #84584d color hex is 0.00, 0.33, 0.42, 0.48. Web safe color of #84584d is #996666. Color #84584d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011000 01001101
Octal 204 130 115
Decimal 132 88 77
Hex 84 58 4D

RGB Percentages of Color #84584d

%44.44
%29.63
%25.93

CMYK Percentages of Color #84584d

%0
%33
%42
%48

Triadic Colors of #84584d

#84584d #4d8458 #584d84

Analogous Colors of #84584d

#84584d #84744d #844d5e

Monochromatic Colors of #84584d

#84584d

Complementary Color

#84584d #4d7984

#84584d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84584d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84584d Color CSS Codes

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

#84584d Text Font Color

<p style="color:#84584d">Text here</p>

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


#84584d Background Color

<div style="background-color:#84584d">
Div content here</div>

This div background color is #84584d


#84584d Border Color

<div style="border:3px solid #84584d">
Div here</div>

This div border color is #84584d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,88,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84584d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84584d;
  -webkit-box-shadow: 1px 1px 3px 2px #84584d;
  box-shadow:         1px 1px 3px 2px #84584d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84584d


Comments

No comments written yet.

Please login to write comment.