Color Hex Logo

#885404 Color Hex

#885404
(136,84,4)
0 Favorites   0 Comments

Color spaces of #885404

RGB 136844
HSL0.100.940.27
HSV36°97°53°
CMYK 0.000.380.97   0.47
XYZ13.345611.58371.6473
Yxy11.58370.50220.4359
Hunter Lab34.034810.431720.9547
CIE-Lab40.546716.142648.0289

#885404 color RGB value is (136,84,4).

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

The process color (four color CMYK) of #885404 color hex is 0.00, 0.38, 0.97, 0.47. Web safe color of #885404 is #996600. Color #885404 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010100 00000100
Octal 210 124 4
Decimal 136 84 4
Hex 88 54 4

RGB Percentages of Color #885404

%60.71
%37.50
%1.79

CMYK Percentages of Color #885404

%0
%38
%97
%47

Triadic Colors of #885404

#885404 #048854 #540488

Analogous Colors of #885404

#885404 #7a8804 #881204

Monochromatic Colors of #885404

#885404

Complementary Color

#885404 #043888

#885404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885404 Color CSS Codes

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

#885404 Text Font Color

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

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


#885404 Background Color

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

This div background color is #885404


#885404 Border Color

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

This div border color is #885404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885404


Comments

No comments written yet.

Please login to write comment.