Color Hex Logo

#88824e Color Hex

#88824E
(136,130,78)
0 Favorites   0 Comments

Color spaces of #88824e

RGB 13613078
HSL0.150.270.42
HSV54°43°53°
CMYK 0.000.040.43   0.47
XYZ19.511121.749610.3775
Yxy21.74960.37780.4212
Hunter Lab46.6365-6.935519.4524
CIE-Lab53.7603-5.739228.9196

#88824e color RGB value is (136,130,78).

#88824e hex color red value is 136, green value is 130 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #88824e hue: 0.15 , saturation: 0.27 and the lightness value of 88824e is 0.42.

The process color (four color CMYK) of #88824e color hex is 0.00, 0.04, 0.43, 0.47. Web safe color of #88824e is #999966. Color #88824e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000010 01001110
Octal 210 202 116
Decimal 136 130 78
Hex 88 82 4E

RGB Percentages of Color #88824e

%39.53
%37.79
%22.67

CMYK Percentages of Color #88824e

%0
%4
%43
%47

Triadic Colors of #88824e

#88824e #4e8882 #824e88

Analogous Colors of #88824e

#88824e #71884e #88654e

Monochromatic Colors of #88824e

#88824e

Complementary Color

#88824e #4e5488

#88824e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88824e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88824e Color CSS Codes

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

#88824e Text Font Color

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

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


#88824e Background Color

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

This div background color is #88824e


#88824e Border Color

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

This div border color is #88824e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88824e


Comments

No comments written yet.

Please login to write comment.