Color Hex Logo

#843104 Color Hex

#843104
(132,49,4)
0 Favorites   0 Comments

Color spaces of #843104

RGB 132494
HSL0.060.940.27
HSV21°97°52°
CMYK 0.000.630.97   0.48
XYZ10.63597.11090.9268
Yxy7.11090.56960.3808
Hunter Lab26.666324.529116.6057
CIE-Lab32.058133.796842.0161

#843104 color RGB value is (132,49,4).

#843104 hex color red value is 132, green value is 49 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #843104 hue: 0.06 , saturation: 0.94 and the lightness value of 843104 is 0.27.

The process color (four color CMYK) of #843104 color hex is 0.00, 0.63, 0.97, 0.48. Web safe color of #843104 is #993300. Color #843104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110001 00000100
Octal 204 61 4
Decimal 132 49 4
Hex 84 31 4

RGB Percentages of Color #843104

%71.35
%26.49
%2.16

CMYK Percentages of Color #843104

%0
%63
%97
%48

Triadic Colors of #843104

#843104 #048431 #310484

Analogous Colors of #843104

#843104 #847104 #840417

Monochromatic Colors of #843104

#843104

Complementary Color

#843104 #045784

#843104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843104 Color CSS Codes

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

#843104 Text Font Color

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

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


#843104 Background Color

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

This div background color is #843104


#843104 Border Color

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

This div border color is #843104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843104


Comments

No comments written yet.

Please login to write comment.