Color Hex Logo

#89861e Color Hex

#89861E
(137,134,30)
0 Favorites   0 Comments

Color spaces of #89861e

RGB 13713430
HSL0.160.640.33
HSV58°78°54°
CMYK 0.000.020.78   0.46
XYZ19.076022.46234.5585
Yxy22.46230.41380.4873
Hunter Lab47.3944-11.094927.4734
CIE-Lab54.5141-11.197352.1295

#89861e color RGB value is (137,134,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000110 00011110
Octal 211 206 36
Decimal 137 134 30
Hex 89 86 1E

RGB Percentages of Color #89861e

%45.51
%44.52
%9.97

CMYK Percentages of Color #89861e

%0
%2
%78
%46

Triadic Colors of #89861e

#89861e #1e8986 #861e89

Analogous Colors of #89861e

#89861e #57891e #89511e

Monochromatic Colors of #89861e

#89861e

Complementary Color

#89861e #1e2189

#89861e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89861e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89861e Color CSS Codes

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

#89861e Text Font Color

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

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


#89861e Background Color

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

This div background color is #89861e


#89861e Border Color

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

This div border color is #89861e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89861e


Comments

No comments written yet.

Please login to write comment.