Color Hex Logo

#89965e Color Hex

#89965E
(137,150,94)
0 Favorites   0 Comments

Color spaces of #89965e

RGB 13715094
HSL0.210.230.48
HSV74°37°59°
CMYK 0.090.000.37   0.41
XYZ23.243327.939214.7574
Yxy27.93920.35250.4237
Hunter Lab52.8575-14.008020.4470
CIE-Lab59.8338-14.197128.0141

#89965e color RGB value is (137,150,94).

#89965e hex color red value is 137, green value is 150 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #89965e hue: 0.21 , saturation: 0.23 and the lightness value of 89965e is 0.48.

The process color (four color CMYK) of #89965e color hex is 0.09, 0.00, 0.37, 0.41. Web safe color of #89965e is #999966. Color #89965e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010110 01011110
Octal 211 226 136
Decimal 137 150 94
Hex 89 96 5E

RGB Percentages of Color #89965e

%35.96
%39.37
%24.67

CMYK Percentages of Color #89965e

%9
%0
%37
%41

Triadic Colors of #89965e

#89965e #5e8996 #965e89

Analogous Colors of #89965e

#89965e #6d965e #96875e

Monochromatic Colors of #89965e

#89965e

Complementary Color

#89965e #6b5e96

#89965e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89965e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89965e Color CSS Codes

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

#89965e Text Font Color

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

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


#89965e Background Color

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

This div background color is #89965e


#89965e Border Color

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

This div border color is #89965e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89965e


Comments

No comments written yet.

Please login to write comment.