Color Hex Logo

#89861f Color Hex

#89861F
(137,134,31)
0 Favorites   0 Comments

Color spaces of #89861f

RGB 13713431
HSL0.160.630.33
HSV58°77°54°
CMYK 0.000.020.77   0.46
XYZ19.088922.46754.6269
Yxy22.46750.41330.4865
Hunter Lab47.3999-11.064227.3924
CIE-Lab54.5196-11.154851.7933

#89861f color RGB value is (137,134,31).

#89861f hex color red value is 137, green value is 134 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #89861f hue: 0.16 , saturation: 0.63 and the lightness value of 89861f is 0.33.

The process color (four color CMYK) of #89861f color hex is 0.00, 0.02, 0.77, 0.46. Web safe color of #89861f is #999933. Color #89861f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000110 00011111
Octal 211 206 37
Decimal 137 134 31
Hex 89 86 1F

RGB Percentages of Color #89861f

%45.36
%44.37
%10.26

CMYK Percentages of Color #89861f

%0
%2
%77
%46

Triadic Colors of #89861f

#89861f #1f8986 #861f89

Analogous Colors of #89861f

#89861f #57891f #89511f

Monochromatic Colors of #89861f

#89861f

Complementary Color

#89861f #1f2289

#89861f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89861f Color Preview on White Background

Lorem ipsum dolor sit amet.

#89861f Color CSS Codes

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

#89861f Text Font Color

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

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


#89861f Background Color

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

This div background color is #89861f


#89861f Border Color

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

This div border color is #89861f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89861f


Comments

No comments written yet.

Please login to write comment.