Color Hex Logo

#89863a Color Hex

#89863A
(137,134,58)
0 Favorites   0 Comments

Color spaces of #89863a

RGB 13713458
HSL0.160.410.38
HSV58°58°54°
CMYK 0.000.020.58   0.46
XYZ19.605322.67407.3462
Yxy22.67400.39510.4569
Hunter Lab47.6172-9.836924.1850
CIE-Lab54.7349-9.466340.5368

#89863a color RGB value is (137,134,58).

#89863a hex color red value is 137, green value is 134 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #89863a hue: 0.16 , saturation: 0.41 and the lightness value of 89863a is 0.38.

The process color (four color CMYK) of #89863a color hex is 0.00, 0.02, 0.58, 0.46. Web safe color of #89863a is #999933. Color #89863a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000110 00111010
Octal 211 206 72
Decimal 137 134 58
Hex 89 86 3A

RGB Percentages of Color #89863a

%41.64
%40.73
%17.63

CMYK Percentages of Color #89863a

%0
%2
%58
%46

Triadic Colors of #89863a

#89863a #3a8986 #863a89

Analogous Colors of #89863a

#89863a #65893a #895f3a

Monochromatic Colors of #89863a

#89863a

Complementary Color

#89863a #3a3d89

#89863a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89863a Color Preview on White Background

Lorem ipsum dolor sit amet.

#89863a Color CSS Codes

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

#89863a Text Font Color

<p style="color:#89863a">Text here</p>

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


#89863a Background Color

<div style="background-color:#89863a">
Div content here</div>

This div background color is #89863a


#89863a Border Color

<div style="border:3px solid #89863a">
Div here</div>

This div border color is #89863a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89863a


Comments

No comments written yet.

Please login to write comment.