Color Hex Logo

#844132 Color Hex

#844132
(132,65,50)
0 Favorites   0 Comments

Color spaces of #844132

RGB 1326550
HSL0.030.450.36
HSV11°62°52°
CMYK 0.000.510.62   0.48
XYZ11.98178.91644.1071
Yxy8.91640.47920.3566
Hunter Lab29.860319.368912.7473
CIE-Lab35.822827.330922.2756

#844132 color RGB value is (132,65,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000001 00110010
Octal 204 101 62
Decimal 132 65 50
Hex 84 41 32

RGB Percentages of Color #844132

%53.44
%26.32
%20.24

CMYK Percentages of Color #844132

%0
%51
%62
%48

Triadic Colors of #844132

#844132 #328441 #413284

Analogous Colors of #844132

#844132 #846a32 #84324c

Monochromatic Colors of #844132

#844132

Complementary Color

#844132 #327584

#844132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844132 Color CSS Codes

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

#844132 Text Font Color

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

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


#844132 Background Color

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

This div background color is #844132


#844132 Border Color

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

This div border color is #844132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844132


Comments

No comments written yet.

Please login to write comment.