Color Hex Logo

#885324 Color Hex

#885324
(136,83,36)
0 Favorites   0 Comments

Color spaces of #885324

RGB 1368336
HSL0.080.580.34
HSV28°74°53°
CMYK 0.000.390.74   0.47
XYZ13.565011.54813.1831
Yxy11.54810.47940.4081
Hunter Lab33.982511.783618.2341
CIE-Lab40.488717.808935.7830

#885324 color RGB value is (136,83,36).

#885324 hex color red value is 136, green value is 83 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #885324 hue: 0.08 , saturation: 0.58 and the lightness value of 885324 is 0.34.

The process color (four color CMYK) of #885324 color hex is 0.00, 0.39, 0.74, 0.47. Web safe color of #885324 is #996633. Color #885324 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010011 00100100
Octal 210 123 44
Decimal 136 83 36
Hex 88 53 24

RGB Percentages of Color #885324

%53.33
%32.55
%14.12

CMYK Percentages of Color #885324

%0
%39
%74
%47

Triadic Colors of #885324

#885324 #248853 #532488

Analogous Colors of #885324

#885324 #888524 #882427

Monochromatic Colors of #885324

#885324

Complementary Color

#885324 #245988

#885324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885324 Color CSS Codes

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

#885324 Text Font Color

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

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


#885324 Background Color

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

This div background color is #885324


#885324 Border Color

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

This div border color is #885324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885324


Comments

No comments written yet.

Please login to write comment.