Color Hex Logo

#886422 Color Hex

#886422
(136,100,34)
0 Favorites   0 Comments

Color spaces of #886422

RGB 13610034
HSL0.110.600.33
HSV39°75°53°
CMYK 0.000.260.75   0.47
XYZ14.999214.46413.5147
Yxy14.46410.45480.4386
Hunter Lab38.03173.842621.1429
CIE-Lab44.89137.734241.3045

#886422 color RGB value is (136,100,34).

#886422 hex color red value is 136, green value is 100 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #886422 hue: 0.11 , saturation: 0.60 and the lightness value of 886422 is 0.33.

The process color (four color CMYK) of #886422 color hex is 0.00, 0.26, 0.75, 0.47. Web safe color of #886422 is #996633. Color #886422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100100 00100010
Octal 210 144 42
Decimal 136 100 34
Hex 88 64 22

RGB Percentages of Color #886422

%50.37
%37.04
%12.59

CMYK Percentages of Color #886422

%0
%26
%75
%47

Triadic Colors of #886422

#886422 #228864 #642288

Analogous Colors of #886422

#886422 #798822 #883122

Monochromatic Colors of #886422

#886422

Complementary Color

#886422 #224688

#886422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886422 Color CSS Codes

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

#886422 Text Font Color

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

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


#886422 Background Color

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

This div background color is #886422


#886422 Border Color

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

This div border color is #886422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886422


Comments

No comments written yet.

Please login to write comment.