Color Hex Logo

#843210 Color Hex

#843210
(132,50,16)
0 Favorites   0 Comments

Color spaces of #843210

RGB 1325016
HSL0.050.780.29
HSV18°88°52°
CMYK 0.000.620.88   0.48
XYZ10.74987.22411.3180
Yxy7.22410.55720.3745
Hunter Lab26.877724.355615.9070
CIE-Lab32.311733.560437.3747

#843210 color RGB value is (132,50,16).

#843210 hex color red value is 132, green value is 50 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #843210 hue: 0.05 , saturation: 0.78 and the lightness value of 843210 is 0.29.

The process color (four color CMYK) of #843210 color hex is 0.00, 0.62, 0.88, 0.48. Web safe color of #843210 is #993300. Color #843210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110010 00010000
Octal 204 62 20
Decimal 132 50 16
Hex 84 32 10

RGB Percentages of Color #843210

%66.67
%25.25
%8.08

CMYK Percentages of Color #843210

%0
%62
%88
%48

Triadic Colors of #843210

#843210 #108432 #321084

Analogous Colors of #843210

#843210 #846c10 #841028

Monochromatic Colors of #843210

#843210

Complementary Color

#843210 #106284

#843210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843210 Color CSS Codes

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

#843210 Text Font Color

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

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


#843210 Background Color

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

This div background color is #843210


#843210 Border Color

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

This div border color is #843210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843210


Comments

No comments written yet.

Please login to write comment.