Color Hex Logo

#84470c Color Hex

#84470C
(132,71,12)
0 Favorites   0 Comments

Color spaces of #84470c

RGB 1327112
HSL0.080.830.28
HSV30°91°52°
CMYK 0.000.460.91   0.48
XYZ11.83539.43861.5459
Yxy9.43860.51860.4136
Hunter Lab30.722315.000418.5222
CIE-Lab36.815422.027442.6322

#84470c color RGB value is (132,71,12).

#84470c hex color red value is 132, green value is 71 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #84470c hue: 0.08 , saturation: 0.83 and the lightness value of 84470c is 0.28.

The process color (four color CMYK) of #84470c color hex is 0.00, 0.46, 0.91, 0.48. Web safe color of #84470c is #993300. Color #84470c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000111 00001100
Octal 204 107 14
Decimal 132 71 12
Hex 84 47 C

RGB Percentages of Color #84470c

%61.40
%33.02
%5.58

CMYK Percentages of Color #84470c

%0
%46
%91
%48

Triadic Colors of #84470c

#84470c #0c8447 #470c84

Analogous Colors of #84470c

#84470c #84830c #840c0d

Monochromatic Colors of #84470c

#84470c

Complementary Color

#84470c #0c4984

#84470c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84470c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84470c Color CSS Codes

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

#84470c Text Font Color

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

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


#84470c Background Color

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

This div background color is #84470c


#84470c Border Color

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

This div border color is #84470c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,71,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84470c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84470c;
  -webkit-box-shadow: 1px 1px 3px 2px #84470c;
  box-shadow:         1px 1px 3px 2px #84470c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84470c


Comments

No comments written yet.

Please login to write comment.