Color Hex Logo

#89664e Color Hex

#89664E
(137,102,78)
0 Favorites   0 Comments

Color spaces of #89664e

RGB 13710278
HSL0.070.270.42
HSV24°43°54°
CMYK 0.000.260.43   0.46
XYZ16.443015.37129.3080
Yxy15.37120.39990.3738
Hunter Lab39.20616.252013.3681
CIE-Lab46.138510.763719.0313

#89664e color RGB value is (137,102,78).

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

The process color (four color CMYK) of #89664e color hex is 0.00, 0.26, 0.43, 0.46. Web safe color of #89664e is #996666. Color #89664e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100110 01001110
Octal 211 146 116
Decimal 137 102 78
Hex 89 66 4E

RGB Percentages of Color #89664e

%43.22
%32.18
%24.61

CMYK Percentages of Color #89664e

%0
%26
%43
%46

Triadic Colors of #89664e

#89664e #4e8966 #664e89

Analogous Colors of #89664e

#89664e #89844e #894e54

Monochromatic Colors of #89664e

#89664e

Complementary Color

#89664e #4e7189

#89664e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89664e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89664e Color CSS Codes

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

#89664e Text Font Color

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

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


#89664e Background Color

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

This div background color is #89664e


#89664e Border Color

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

This div border color is #89664e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,102,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 #89664e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89664e


Comments

No comments written yet.

Please login to write comment.