Color Hex Logo

#846732 Color Hex

#846732
(132,103,50)
0 Favorites   0 Comments

Color spaces of #846732

RGB 13210350
HSL0.110.450.36
HSV39°62°52°
CMYK 0.000.220.62   0.48
XYZ14.941714.83635.0938
Yxy14.83630.42850.4255
Hunter Lab38.51791.836619.1217
CIE-Lab45.40925.156233.8129

#846732 color RGB value is (132,103,50).

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

The process color (four color CMYK) of #846732 color hex is 0.00, 0.22, 0.62, 0.48. Web safe color of #846732 is #996633. Color #846732 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100111 00110010
Octal 204 147 62
Decimal 132 103 50
Hex 84 67 32

RGB Percentages of Color #846732

%46.32
%36.14
%17.54

CMYK Percentages of Color #846732

%0
%22
%62
%48

Triadic Colors of #846732

#846732 #328467 #673284

Analogous Colors of #846732

#846732 #788432 #843e32

Monochromatic Colors of #846732

#846732

Complementary Color

#846732 #324f84

#846732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846732 Color CSS Codes

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

#846732 Text Font Color

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

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


#846732 Background Color

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

This div background color is #846732


#846732 Border Color

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

This div border color is #846732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846732


Comments

No comments written yet.

Please login to write comment.