Color Hex Logo

#89494e Color Hex

#89494E
(137,73,78)
0 Favorites   0 Comments

Color spaces of #89494e

RGB 1377378
HSL0.990.300.41
HSV355°47°54°
CMYK 0.000.470.43   0.46
XYZ14.074210.63358.5184
Yxy10.63350.42360.3200
Hunter Lab32.609019.97557.3381
CIE-Lab38.956227.64389.2134

#89494e color RGB value is (137,73,78).

#89494e hex color red value is 137, green value is 73 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #89494e hue: 0.99 , saturation: 0.30 and the lightness value of 89494e is 0.41.

The process color (four color CMYK) of #89494e color hex is 0.00, 0.47, 0.43, 0.46. Web safe color of #89494e is #993366. Color #89494e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001001 01001110
Octal 211 111 116
Decimal 137 73 78
Hex 89 49 4E

RGB Percentages of Color #89494e

%47.57
%25.35
%27.08

CMYK Percentages of Color #89494e

%0
%47
%43
%46

Triadic Colors of #89494e

#89494e #4e8949 #494e89

Analogous Colors of #89494e

#89494e #896449 #89496e

Monochromatic Colors of #89494e

#89494e

Complementary Color

#89494e #498984

#89494e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89494e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89494e Color CSS Codes

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

#89494e Text Font Color

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

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


#89494e Background Color

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

This div background color is #89494e


#89494e Border Color

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

This div border color is #89494e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89494e


Comments

No comments written yet.

Please login to write comment.