Color Hex Logo

#844708 Color Hex

#844708
(132,71,8)
0 Favorites   0 Comments

Color spaces of #844708

RGB 132718
HSL0.080.890.27
HSV30°94°52°
CMYK 0.000.460.94   0.48
XYZ11.81289.42951.4272
Yxy9.42950.52110.4160
Hunter Lab30.707514.928718.7396
CIE-Lab36.798421.942243.8756

#844708 color RGB value is (132,71,8).

#844708 hex color red value is 132, green value is 71 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #844708 hue: 0.08 , saturation: 0.89 and the lightness value of 844708 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000111 00001000
Octal 204 107 10
Decimal 132 71 8
Hex 84 47 8

RGB Percentages of Color #844708

%62.56
%33.65
%3.79

CMYK Percentages of Color #844708

%0
%46
%94
%48

Triadic Colors of #844708

#844708 #088447 #470884

Analogous Colors of #844708

#844708 #838408 #840908

Monochromatic Colors of #844708

#844708

Complementary Color

#844708 #084584

#844708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844708 Color CSS Codes

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

#844708 Text Font Color

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

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


#844708 Background Color

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

This div background color is #844708


#844708 Border Color

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

This div border color is #844708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844708


Comments

No comments written yet.

Please login to write comment.