Color Hex Logo

#846148 Color Hex

#846148
(132,97,72)
0 Favorites   0 Comments

Color spaces of #846148

RGB 1329772
HSL0.070.290.40
HSV25°45°52°
CMYK 0.000.270.45   0.48
XYZ14.960113.92288.0298
Yxy13.92280.40530.3772
Hunter Lab37.31336.268213.3601
CIE-Lab44.122010.815019.7877

#846148 color RGB value is (132,97,72).

#846148 hex color red value is 132, green value is 97 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #846148 hue: 0.07 , saturation: 0.29 and the lightness value of 846148 is 0.40.

The process color (four color CMYK) of #846148 color hex is 0.00, 0.27, 0.45, 0.48. Web safe color of #846148 is #996633. Color #846148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100001 01001000
Octal 204 141 110
Decimal 132 97 72
Hex 84 61 48

RGB Percentages of Color #846148

%43.85
%32.23
%23.92

CMYK Percentages of Color #846148

%0
%27
%45
%48

Triadic Colors of #846148

#846148 #488461 #614884

Analogous Colors of #846148

#846148 #847f48 #84484d

Monochromatic Colors of #846148

#846148

Complementary Color

#846148 #486b84

#846148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846148 Color CSS Codes

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

#846148 Text Font Color

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

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


#846148 Background Color

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

This div background color is #846148


#846148 Border Color

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

This div border color is #846148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846148


Comments

No comments written yet.

Please login to write comment.