Color Hex Logo

#843322 Color Hex

#843322
(132,51,34)
0 Favorites   0 Comments

Color spaces of #843322

RGB 1325134
HSL0.030.590.33
HSV10°74°52°
CMYK 0.000.610.74   0.48
XYZ10.98837.38872.3604
Yxy7.38870.52990.3563
Hunter Lab27.182224.589313.8790
CIE-Lab32.675933.765828.1577

#843322 color RGB value is (132,51,34).

#843322 hex color red value is 132, green value is 51 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #843322 hue: 0.03 , saturation: 0.59 and the lightness value of 843322 is 0.33.

The process color (four color CMYK) of #843322 color hex is 0.00, 0.61, 0.74, 0.48. Web safe color of #843322 is #993333. Color #843322 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110011 00100010
Octal 204 63 42
Decimal 132 51 34
Hex 84 33 22

RGB Percentages of Color #843322

%60.83
%23.50
%15.67

CMYK Percentages of Color #843322

%0
%61
%74
%48

Triadic Colors of #843322

#843322 #228433 #332284

Analogous Colors of #843322

#843322 #846422 #842242

Monochromatic Colors of #843322

#843322

Complementary Color

#843322 #227384

#843322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843322 Color CSS Codes

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

#843322 Text Font Color

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

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


#843322 Background Color

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

This div background color is #843322


#843322 Border Color

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

This div border color is #843322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843322


Comments

No comments written yet.

Please login to write comment.