Color Hex Logo

#846170 Color Hex

#846170
(132,97,112)
0 Favorites   0 Comments

Color spaces of #846170

RGB 13297112
HSL0.930.150.45
HSV334°27°52°
CMYK 0.000.270.15   0.48
XYZ16.715014.624817.2711
Yxy14.62480.34390.3009
Hunter Lab38.242411.0947-0.0070
CIE-Lab45.116016.6990-2.8915

#846170 color RGB value is (132,97,112).

#846170 hex color red value is 132, green value is 97 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #846170 hue: 0.93 , saturation: 0.15 and the lightness value of 846170 is 0.45.

The process color (four color CMYK) of #846170 color hex is 0.00, 0.27, 0.15, 0.48. Web safe color of #846170 is #996666. Color #846170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100001 01110000
Octal 204 141 160
Decimal 132 97 112
Hex 84 61 70

RGB Percentages of Color #846170

%38.71
%28.45
%32.84

CMYK Percentages of Color #846170

%0
%27
%15
%48

Triadic Colors of #846170

#846170 #708461 #617084

Analogous Colors of #846170

#846170 #846461 #846182

Monochromatic Colors of #846170

#846170

Complementary Color

#846170 #618475

#846170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846170 Color CSS Codes

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

#846170 Text Font Color

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

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


#846170 Background Color

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

This div background color is #846170


#846170 Border Color

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

This div border color is #846170


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,97,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #846170; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #846170;
  -webkit-box-shadow: 1px 1px 3px 2px #846170;
  box-shadow:         1px 1px 3px 2px #846170; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846170


Comments

No comments written yet.

Please login to write comment.