Color Hex Logo

#846760 Color Hex

#846760
(132,103,96)
0 Favorites   0 Comments

Color spaces of #846760

RGB 13210396
HSL0.030.160.45
HSV12°27°52°
CMYK 0.000.220.27   0.48
XYZ16.477315.450613.1801
Yxy15.45060.36530.3425
Hunter Lab39.30736.03817.6346
CIE-Lab46.245310.49698.3845

#846760 color RGB value is (132,103,96).

#846760 hex color red value is 132, green value is 103 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #846760 hue: 0.03 , saturation: 0.16 and the lightness value of 846760 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100111 01100000
Octal 204 147 140
Decimal 132 103 96
Hex 84 67 60

RGB Percentages of Color #846760

%39.88
%31.12
%29.00

CMYK Percentages of Color #846760

%0
%22
%27
%48

Triadic Colors of #846760

#846760 #608467 #676084

Analogous Colors of #846760

#846760 #847960 #84606b

Monochromatic Colors of #846760

#846760

Complementary Color

#846760 #607d84

#846760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846760 Color CSS Codes

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

#846760 Text Font Color

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

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


#846760 Background Color

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

This div background color is #846760


#846760 Border Color

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

This div border color is #846760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846760


Comments

No comments written yet.

Please login to write comment.