Color Hex Logo

#843424 Color Hex

#843424
(132,52,36)
0 Favorites   0 Comments

Color spaces of #843424

RGB 1325236
HSL0.030.570.33
HSV10°73°52°
CMYK 0.000.610.73   0.48
XYZ11.06217.48892.5315
Yxy7.48890.52470.3552
Hunter Lab27.365924.264813.6714
CIE-Lab32.894933.365727.2192

#843424 color RGB value is (132,52,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110100 00100100
Octal 204 64 44
Decimal 132 52 36
Hex 84 34 24

RGB Percentages of Color #843424

%60.00
%23.64
%16.36

CMYK Percentages of Color #843424

%0
%61
%73
%48

Triadic Colors of #843424

#843424 #248434 #342484

Analogous Colors of #843424

#843424 #846424 #842444

Monochromatic Colors of #843424

#843424

Complementary Color

#843424 #247484

#843424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843424 Color CSS Codes

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

#843424 Text Font Color

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

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


#843424 Background Color

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

This div background color is #843424


#843424 Border Color

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

This div border color is #843424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843424


Comments

No comments written yet.

Please login to write comment.