Color Hex Logo

#844932 Color Hex

#844932
(132,73,50)
0 Favorites   0 Comments

Color spaces of #844932

RGB 1327350
HSL0.050.450.36
HSV17°62°52°
CMYK 0.000.450.62   0.48
XYZ12.47409.90094.2712
Yxy9.90090.46810.3716
Hunter Lab31.465715.698113.9779
CIE-Lab37.664022.782624.5683

#844932 color RGB value is (132,73,50).

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

The process color (four color CMYK) of #844932 color hex is 0.00, 0.45, 0.62, 0.48. Web safe color of #844932 is #993333. Color #844932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001001 00110010
Octal 204 111 62
Decimal 132 73 50
Hex 84 49 32

RGB Percentages of Color #844932

%51.76
%28.63
%19.61

CMYK Percentages of Color #844932

%0
%45
%62
%48

Triadic Colors of #844932

#844932 #328449 #493284

Analogous Colors of #844932

#844932 #847232 #843244

Monochromatic Colors of #844932

#844932

Complementary Color

#844932 #326d84

#844932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844932 Color CSS Codes

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

#844932 Text Font Color

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

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


#844932 Background Color

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

This div background color is #844932


#844932 Border Color

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

This div border color is #844932


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,73,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 #844932">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844932

#844932 Color Palettes


Comments

No comments written yet.

Please login to write comment.