Color Hex Logo

#84412c Color Hex

#84412C
(132,65,44)
0 Favorites   0 Comments

Color spaces of #84412c

RGB 1326544
HSL0.040.500.35
HSV14°67°52°
CMYK 0.000.510.67   0.48
XYZ11.86068.86803.4694
Yxy8.86800.49010.3665
Hunter Lab29.779218.980313.9379
CIE-Lab35.728926.888325.7821

#84412c color RGB value is (132,65,44).

#84412c hex color red value is 132, green value is 65 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #84412c hue: 0.04 , saturation: 0.50 and the lightness value of 84412c is 0.35.

The process color (four color CMYK) of #84412c color hex is 0.00, 0.51, 0.67, 0.48. Web safe color of #84412c is #993333. Color #84412c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000001 00101100
Octal 204 101 54
Decimal 132 65 44
Hex 84 41 2C

RGB Percentages of Color #84412c

%54.77
%26.97
%18.26

CMYK Percentages of Color #84412c

%0
%51
%67
%48

Triadic Colors of #84412c

#84412c #2c8441 #412c84

Analogous Colors of #84412c

#84412c #846d2c #842c43

Monochromatic Colors of #84412c

#84412c

Complementary Color

#84412c #2c6f84

#84412c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84412c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84412c Color CSS Codes

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

#84412c Text Font Color

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

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


#84412c Background Color

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

This div background color is #84412c


#84412c Border Color

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

This div border color is #84412c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84412c


Comments

No comments written yet.

Please login to write comment.