Color Hex Logo

#88654d Color Hex

#88654D
(136,101,77)
0 Favorites   0 Comments

Color spaces of #88654d

RGB 13610177
HSL0.070.280.42
HSV24°43°53°
CMYK 0.000.260.43   0.47
XYZ16.146615.07749.0804
Yxy15.07740.40060.3741
Hunter Lab38.82966.274213.3156
CIE-Lab45.740010.797019.0684

#88654d color RGB value is (136,101,77).

#88654d hex color red value is 136, green value is 101 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #88654d hue: 0.07 , saturation: 0.28 and the lightness value of 88654d is 0.42.

The process color (four color CMYK) of #88654d color hex is 0.00, 0.26, 0.43, 0.47. Web safe color of #88654d is #996666. Color #88654d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100101 01001101
Octal 210 145 115
Decimal 136 101 77
Hex 88 65 4D

RGB Percentages of Color #88654d

%43.31
%32.17
%24.52

CMYK Percentages of Color #88654d

%0
%26
%43
%47

Triadic Colors of #88654d

#88654d #4d8865 #654d88

Analogous Colors of #88654d

#88654d #88834d #884d53

Monochromatic Colors of #88654d

#88654d

Complementary Color

#88654d #4d7088

#88654d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88654d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88654d Color CSS Codes

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

#88654d Text Font Color

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

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


#88654d Background Color

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

This div background color is #88654d


#88654d Border Color

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

This div border color is #88654d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,101,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88654d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88654d;
  -webkit-box-shadow: 1px 1px 3px 2px #88654d;
  box-shadow:         1px 1px 3px 2px #88654d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88654d


Comments

No comments written yet.

Please login to write comment.