Color Hex Logo

#88532e Color Hex

#88532E
(136,83,46)
0 Favorites   0 Comments

Color spaces of #88532e

RGB 1368346
HSL0.070.490.36
HSV25°66°53°
CMYK 0.000.390.66   0.47
XYZ13.739711.61804.1031
Yxy11.61800.46640.3944
Hunter Lab34.085212.304116.7224
CIE-Lab40.602418.435530.5381

#88532e color RGB value is (136,83,46).

#88532e hex color red value is 136, green value is 83 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #88532e hue: 0.07 , saturation: 0.49 and the lightness value of 88532e is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010011 00101110
Octal 210 123 56
Decimal 136 83 46
Hex 88 53 2E

RGB Percentages of Color #88532e

%51.32
%31.32
%17.36

CMYK Percentages of Color #88532e

%0
%39
%66
%47

Triadic Colors of #88532e

#88532e #2e8853 #532e88

Analogous Colors of #88532e

#88532e #88802e #882e36

Monochromatic Colors of #88532e

#88532e

Complementary Color

#88532e #2e6388

#88532e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88532e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88532e Color CSS Codes

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

#88532e Text Font Color

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

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


#88532e Background Color

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

This div background color is #88532e


#88532e Border Color

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

This div border color is #88532e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88532e


Comments

No comments written yet.

Please login to write comment.