Color Hex Logo

#843032 Color Hex

#843032
(132,48,50)
0 Favorites   0 Comments

Color spaces of #843032

RGB 1324850
HSL1.000.470.35
HSV359°64°52°
CMYK 0.000.640.62   0.48
XYZ11.14847.24973.8294
Yxy7.24970.50160.3262
Hunter Lab26.925326.788710.4153
CIE-Lab32.368736.267117.8674

#843032 color RGB value is (132,48,50).

#843032 hex color red value is 132, green value is 48 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #843032 hue: 1.00 , saturation: 0.47 and the lightness value of 843032 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110000 00110010
Octal 204 60 62
Decimal 132 48 50
Hex 84 30 32

RGB Percentages of Color #843032

%57.39
%20.87
%21.74

CMYK Percentages of Color #843032

%0
%64
%62
%48

Triadic Colors of #843032

#843032 #328430 #303284

Analogous Colors of #843032

#843032 #845830 #84305c

Monochromatic Colors of #843032

#843032

Complementary Color

#843032 #308482

#843032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843032 Color CSS Codes

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

#843032 Text Font Color

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

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


#843032 Background Color

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

This div background color is #843032


#843032 Border Color

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

This div border color is #843032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843032


Comments

No comments written yet.

Please login to write comment.