Color Hex Logo

#89816f Color Hex

#89816F
(137,129,111)
0 Favorites   0 Comments

Color spaces of #89816f

RGB 137129111
HSL0.120.100.49
HSV42°19°54°
CMYK 0.000.060.19   0.46
XYZ21.036022.166618.2088
Yxy22.16660.34250.3610
Hunter Lab47.0814-2.638610.0265
CIE-Lab54.2033-0.156610.8515

#89816f color RGB value is (137,129,111).

#89816f hex color red value is 137, green value is 129 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #89816f hue: 0.12 , saturation: 0.10 and the lightness value of 89816f is 0.49.

The process color (four color CMYK) of #89816f color hex is 0.00, 0.06, 0.19, 0.46. Web safe color of #89816f is #999966. Color #89816f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000001 01101111
Octal 211 201 157
Decimal 137 129 111
Hex 89 81 6F

RGB Percentages of Color #89816f

%36.34
%34.22
%29.44

CMYK Percentages of Color #89816f

%0
%6
%19
%46

Triadic Colors of #89816f

#89816f #6f8981 #816f89

Analogous Colors of #89816f

#89816f #84896f #89746f

Monochromatic Colors of #89816f

#89816f

Complementary Color

#89816f #6f7789

#89816f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89816f Color Preview on White Background

Lorem ipsum dolor sit amet.

#89816f Color CSS Codes

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

#89816f Text Font Color

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

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


#89816f Background Color

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

This div background color is #89816f


#89816f Border Color

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

This div border color is #89816f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89816f


Comments

No comments written yet.

Please login to write comment.