Color Hex Logo

#89546a Color Hex

#89546A
(137,84,106)
0 Favorites   0 Comments

Color spaces of #89546a

RGB 13784106
HSL0.930.240.43
HSV335°39°54°
CMYK 0.000.390.23   0.46
XYZ16.088412.699615.2390
Yxy12.69960.36540.2885
Hunter Lab35.636518.2215-0.4082
CIE-Lab42.307125.2611-3.3099

#89546a color RGB value is (137,84,106).

#89546a hex color red value is 137, green value is 84 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #89546a hue: 0.93 , saturation: 0.24 and the lightness value of 89546a is 0.43.

The process color (four color CMYK) of #89546a color hex is 0.00, 0.39, 0.23, 0.46. Web safe color of #89546a is #996666. Color #89546a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010100 01101010
Octal 211 124 152
Decimal 137 84 106
Hex 89 54 6A

RGB Percentages of Color #89546a

%41.90
%25.69
%32.42

CMYK Percentages of Color #89546a

%0
%39
%23
%46

Triadic Colors of #89546a

#89546a #6a8954 #546a89

Analogous Colors of #89546a

#89546a #895954 #895485

Monochromatic Colors of #89546a

#89546a

Complementary Color

#89546a #548973

#89546a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89546a Color Preview on White Background

Lorem ipsum dolor sit amet.

#89546a Color CSS Codes

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

#89546a Text Font Color

<p style="color:#89546a">Text here</p>

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


#89546a Background Color

<div style="background-color:#89546a">
Div content here</div>

This div background color is #89546a


#89546a Border Color

<div style="border:3px solid #89546a">
Div here</div>

This div border color is #89546a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,84,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89546a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89546a;
  -webkit-box-shadow: 1px 1px 3px 2px #89546a;
  box-shadow:         1px 1px 3px 2px #89546a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89546a


Comments

No comments written yet.

Please login to write comment.