Color Hex Logo

#843212 Color Hex

#843212
(132,50,18)
0 Favorites   0 Comments

Color spaces of #843212

RGB 1325018
HSL0.050.760.29
HSV17°86°52°
CMYK 0.000.620.86   0.48
XYZ10.76557.23041.4005
Yxy7.23040.55500.3728
Hunter Lab26.889424.408215.7345
CIE-Lab32.325833.617536.4601

#843212 color RGB value is (132,50,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110010 00010010
Octal 204 62 22
Decimal 132 50 18
Hex 84 32 12

RGB Percentages of Color #843212

%66.00
%25.00
%9.00

CMYK Percentages of Color #843212

%0
%62
%86
%48

Triadic Colors of #843212

#843212 #128432 #321284

Analogous Colors of #843212

#843212 #846b12 #84122b

Monochromatic Colors of #843212

#843212

Complementary Color

#843212 #126484

#843212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843212 Color CSS Codes

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

#843212 Text Font Color

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

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


#843212 Background Color

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

This div background color is #843212


#843212 Border Color

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

This div border color is #843212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843212


Comments

No comments written yet.

Please login to write comment.