Color Hex Logo

#89885f Color Hex

#89885F
(137,136,95)
0 Favorites   0 Comments

Color spaces of #89885f

RGB 13713695
HSL0.160.180.45
HSV59°31°54°
CMYK 0.000.010.31   0.46
XYZ21.186223.752914.2946
Yxy23.75290.35770.4010
Hunter Lab48.7369-7.694816.7260
CIE-Lab55.8395-6.491122.2129

#89885f color RGB value is (137,136,95).

#89885f hex color red value is 137, green value is 136 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #89885f hue: 0.16 , saturation: 0.18 and the lightness value of 89885f is 0.45.

The process color (four color CMYK) of #89885f color hex is 0.00, 0.01, 0.31, 0.46. Web safe color of #89885f is #999966. Color #89885f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001000 01011111
Octal 211 210 137
Decimal 137 136 95
Hex 89 88 5F

RGB Percentages of Color #89885f

%37.23
%36.96
%25.82

CMYK Percentages of Color #89885f

%0
%1
%31
%46

Triadic Colors of #89885f

#89885f #5f8988 #885f89

Analogous Colors of #89885f

#89885f #75895f #89735f

Monochromatic Colors of #89885f

#89885f

Complementary Color

#89885f #5f6089

#89885f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89885f Color Preview on White Background

Lorem ipsum dolor sit amet.

#89885f Color CSS Codes

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

#89885f Text Font Color

<p style="color:#89885f">Text here</p>

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


#89885f Background Color

<div style="background-color:#89885f">
Div content here</div>

This div background color is #89885f


#89885f Border Color

<div style="border:3px solid #89885f">
Div here</div>

This div border color is #89885f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,136,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89885f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89885f;
  -webkit-box-shadow: 1px 1px 3px 2px #89885f;
  box-shadow:         1px 1px 3px 2px #89885f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89885f


Comments

No comments written yet.

Please login to write comment.