Color Hex Logo

#844832 Color Hex

#844832
(132,72,50)
0 Favorites   0 Comments

Color spaces of #844832

RGB 1327250
HSL0.040.450.36
HSV16°62°52°
CMYK 0.000.450.62   0.48
XYZ12.40889.77064.2495
Yxy9.77060.46950.3697
Hunter Lab31.258016.159613.8201
CIE-Lab37.427523.358324.2759

#844832 color RGB value is (132,72,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001000 00110010
Octal 204 110 62
Decimal 132 72 50
Hex 84 48 32

RGB Percentages of Color #844832

%51.97
%28.35
%19.69

CMYK Percentages of Color #844832

%0
%45
%62
%48

Triadic Colors of #844832

#844832 #328448 #483284

Analogous Colors of #844832

#844832 #847132 #843245

Monochromatic Colors of #844832

#844832

Complementary Color

#844832 #326e84

#844832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844832 Color CSS Codes

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

#844832 Text Font Color

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

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


#844832 Background Color

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

This div background color is #844832


#844832 Border Color

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

This div border color is #844832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844832


Comments

No comments written yet.

Please login to write comment.