Color Hex Logo

#89996e Color Hex

#89996E
(137,153,110)
0 Favorites   0 Comments

Color spaces of #89996e

RGB 137153110
HSL0.230.170.52
HSV82°28°60°
CMYK 0.100.000.28   0.40
XYZ24.522229.226619.1007
Yxy29.22660.33660.4012
Hunter Lab54.0616-13.640816.8952
CIE-Lab60.9811-13.509920.7668

#89996e color RGB value is (137,153,110).

#89996e hex color red value is 137, green value is 153 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #89996e hue: 0.23 , saturation: 0.17 and the lightness value of 89996e is 0.52.

The process color (four color CMYK) of #89996e color hex is 0.10, 0.00, 0.28, 0.40. Web safe color of #89996e is #999966. Color #89996e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011001 01101110
Octal 211 231 156
Decimal 137 153 110
Hex 89 99 6E

RGB Percentages of Color #89996e

%34.25
%38.25
%27.50

CMYK Percentages of Color #89996e

%10
%0
%28
%40

Triadic Colors of #89996e

#89996e #6e8999 #996e89

Analogous Colors of #89996e

#89996e #74996e #99946e

Monochromatic Colors of #89996e

#89996e

Complementary Color

#89996e #7e6e99

#89996e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89996e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89996e Color CSS Codes

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

#89996e Text Font Color

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

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


#89996e Background Color

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

This div background color is #89996e


#89996e Border Color

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

This div border color is #89996e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,153,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89996e


Comments

No comments written yet.

Please login to write comment.