Color Hex Logo

#885424 Color Hex

#885424
(136,84,36)
0 Favorites   0 Comments

Color spaces of #885424

RGB 1368436
HSL0.080.580.34
HSV29°74°53°
CMYK 0.000.380.74   0.47
XYZ13.642111.70233.2088
Yxy11.70230.47780.4098
Hunter Lab34.208611.319118.3846
CIE-Lab40.739017.224036.0492

#885424 color RGB value is (136,84,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010100 00100100
Octal 210 124 44
Decimal 136 84 36
Hex 88 54 24

RGB Percentages of Color #885424

%53.13
%32.81
%14.06

CMYK Percentages of Color #885424

%0
%38
%74
%47

Triadic Colors of #885424

#885424 #248854 #542488

Analogous Colors of #885424

#885424 #888624 #882426

Monochromatic Colors of #885424

#885424

Complementary Color

#885424 #245888

#885424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885424 Color CSS Codes

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

#885424 Text Font Color

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

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


#885424 Background Color

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

This div background color is #885424


#885424 Border Color

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

This div border color is #885424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885424


Comments

No comments written yet.

Please login to write comment.