Color Hex Logo

#845e6f Color Hex

#845E6F
(132,94,111)
0 Favorites   0 Comments

Color spaces of #845e6f

RGB 13294111
HSL0.930.170.44
HSV333°29°52°
CMYK 0.000.290.16   0.48
XYZ16.387714.058616.8888
Yxy14.05860.34620.2970
Hunter Lab37.494812.4004-0.4597
CIE-Lab44.316918.3029-3.4645

#845e6f color RGB value is (132,94,111).

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

The process color (four color CMYK) of #845e6f color hex is 0.00, 0.29, 0.16, 0.48. Web safe color of #845e6f is #996666. Color #845e6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011110 01101111
Octal 204 136 157
Decimal 132 94 111
Hex 84 5E 6F

RGB Percentages of Color #845e6f

%39.17
%27.89
%32.94

CMYK Percentages of Color #845e6f

%0
%29
%16
%48

Triadic Colors of #845e6f

#845e6f #6f845e #5e6f84

Analogous Colors of #845e6f

#845e6f #84605e #845e82

Monochromatic Colors of #845e6f

#845e6f

Complementary Color

#845e6f #5e8473

#845e6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845e6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#845e6f Color CSS Codes

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

#845e6f Text Font Color

<p style="color:#845e6f">Text here</p>

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


#845e6f Background Color

<div style="background-color:#845e6f">
Div content here</div>

This div background color is #845e6f


#845e6f Border Color

<div style="border:3px solid #845e6f">
Div here</div>

This div border color is #845e6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845e6f


Comments

No comments written yet.

Please login to write comment.