Color Hex Logo

#89575b Color Hex

#89575B
(137,87,91)
0 Favorites   0 Comments

Color spaces of #89575b

RGB 1378791
HSL0.990.220.44
HSV355°36°54°
CMYK 0.000.360.34   0.46
XYZ15.613112.890111.5627
Yxy12.89010.38970.3217
Hunter Lab35.902814.79476.0373
CIE-Lab42.597221.25966.3195

#89575b color RGB value is (137,87,91).

#89575b hex color red value is 137, green value is 87 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #89575b hue: 0.99 , saturation: 0.22 and the lightness value of 89575b is 0.44.

The process color (four color CMYK) of #89575b color hex is 0.00, 0.36, 0.34, 0.46. Web safe color of #89575b is #996666. Color #89575b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010111 01011011
Octal 211 127 133
Decimal 137 87 91
Hex 89 57 5B

RGB Percentages of Color #89575b

%43.49
%27.62
%28.89

CMYK Percentages of Color #89575b

%0
%36
%34
%46

Triadic Colors of #89575b

#89575b #5b8957 #575b89

Analogous Colors of #89575b

#89575b #896c57 #895774

Monochromatic Colors of #89575b

#89575b

Complementary Color

#89575b #578985

#89575b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89575b Color Preview on White Background

Lorem ipsum dolor sit amet.

#89575b Color CSS Codes

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

#89575b Text Font Color

<p style="color:#89575b">Text here</p>

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


#89575b Background Color

<div style="background-color:#89575b">
Div content here</div>

This div background color is #89575b


#89575b Border Color

<div style="border:3px solid #89575b">
Div here</div>

This div border color is #89575b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,87,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89575b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89575b;
  -webkit-box-shadow: 1px 1px 3px 2px #89575b;
  box-shadow:         1px 1px 3px 2px #89575b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89575b


Comments

No comments written yet.

Please login to write comment.