Color Hex Logo

#884705 Color Hex

#884705
(136,71,5)
0 Favorites   0 Comments

Color spaces of #884705

RGB 136715
HSL0.080.930.28
HSV30°96°53°
CMYK 0.000.480.96   0.47
XYZ12.43409.75171.3705
Yxy9.75170.52780.4140
Hunter Lab31.227716.425219.2573
CIE-Lab37.393123.678545.5338

#884705 color RGB value is (136,71,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000111 00000101
Octal 210 107 5
Decimal 136 71 5
Hex 88 47 5

RGB Percentages of Color #884705

%64.15
%33.49
%2.36

CMYK Percentages of Color #884705

%0
%48
%96
%47

Triadic Colors of #884705

#884705 #058847 #470588

Analogous Colors of #884705

#884705 #888805 #880505

Monochromatic Colors of #884705

#884705

Complementary Color

#884705 #054688

#884705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884705 Color CSS Codes

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

#884705 Text Font Color

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

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


#884705 Background Color

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

This div background color is #884705


#884705 Border Color

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

This div border color is #884705


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,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 #884705">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884705


Comments

No comments written yet.

Please login to write comment.