Color Hex Logo

#844705 Color Hex

#844705
(132,71,5)
0 Favorites   0 Comments

Color spaces of #844705

RGB 132715
HSL0.090.930.27
HSV31°96°52°
CMYK 0.000.460.96   0.48
XYZ11.79649.42301.3407
Yxy9.42300.52290.4177
Hunter Lab30.696914.875518.8983
CIE-Lab36.786321.879044.8273

#844705 color RGB value is (132,71,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000111 00000101
Octal 204 107 5
Decimal 132 71 5
Hex 84 47 5

RGB Percentages of Color #844705

%63.46
%34.13
%2.40

CMYK Percentages of Color #844705

%0
%46
%96
%48

Triadic Colors of #844705

#844705 #058447 #470584

Analogous Colors of #844705

#844705 #828405 #840705

Monochromatic Colors of #844705

#844705

Complementary Color

#844705 #054284

#844705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844705 Color CSS Codes

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

#844705 Text Font Color

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

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


#844705 Background Color

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

This div background color is #844705


#844705 Border Color

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

This div border color is #844705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844705


Comments

No comments written yet.

Please login to write comment.