Color Hex Logo

#88812c Color Hex

#88812C
(136,129,44)
0 Favorites   0 Comments

Color spaces of #88812c

RGB 13612944
HSL0.150.510.35
HSV55°68°53°
CMYK 0.000.050.68   0.47
XYZ18.458221.11665.4859
Yxy21.11660.40960.4686
Hunter Lab45.9528-8.718025.0889
CIE-Lab53.0769-8.197345.2296

#88812c color RGB value is (136,129,44).

#88812c hex color red value is 136, green value is 129 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #88812c hue: 0.15 , saturation: 0.51 and the lightness value of 88812c is 0.35.

The process color (four color CMYK) of #88812c color hex is 0.00, 0.05, 0.68, 0.47. Web safe color of #88812c is #999933. Color #88812c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000001 00101100
Octal 210 201 54
Decimal 136 129 44
Hex 88 81 2C

RGB Percentages of Color #88812c

%44.01
%41.75
%14.24

CMYK Percentages of Color #88812c

%0
%5
%68
%47

Triadic Colors of #88812c

#88812c #2c8881 #812c88

Analogous Colors of #88812c

#88812c #61882c #88532c

Monochromatic Colors of #88812c

#88812c

Complementary Color

#88812c #2c3388

#88812c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88812c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88812c Color CSS Codes

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

#88812c Text Font Color

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

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


#88812c Background Color

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

This div background color is #88812c


#88812c Border Color

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

This div border color is #88812c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88812c


Comments

No comments written yet.

Please login to write comment.