Color Hex Logo

#89824d Color Hex

#89824D
(137,130,77)
0 Favorites   0 Comments

Color spaces of #89824d

RGB 13713077
HSL0.150.280.42
HSV53°44°54°
CMYK 0.000.050.44   0.46
XYZ19.638721.819510.1977
Yxy21.81950.38020.4224
Hunter Lab46.7113-6.698719.7542
CIE-Lab53.8350-5.419329.5790

#89824d color RGB value is (137,130,77).

#89824d hex color red value is 137, green value is 130 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #89824d hue: 0.15 , saturation: 0.28 and the lightness value of 89824d is 0.42.

The process color (four color CMYK) of #89824d color hex is 0.00, 0.05, 0.44, 0.46. Web safe color of #89824d is #999966. Color #89824d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000010 01001101
Octal 211 202 115
Decimal 137 130 77
Hex 89 82 4D

RGB Percentages of Color #89824d

%39.83
%37.79
%22.38

CMYK Percentages of Color #89824d

%0
%5
%44
%46

Triadic Colors of #89824d

#89824d #4d8982 #824d89

Analogous Colors of #89824d

#89824d #72894d #89644d

Monochromatic Colors of #89824d

#89824d

Complementary Color

#89824d #4d5489

#89824d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89824d Color Preview on White Background

Lorem ipsum dolor sit amet.

#89824d Color CSS Codes

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

#89824d Text Font Color

<p style="color:#89824d">Text here</p>

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


#89824d Background Color

<div style="background-color:#89824d">
Div content here</div>

This div background color is #89824d


#89824d Border Color

<div style="border:3px solid #89824d">
Div here</div>

This div border color is #89824d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,130,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89824d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89824d;
  -webkit-box-shadow: 1px 1px 3px 2px #89824d;
  box-shadow:         1px 1px 3px 2px #89824d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89824d


Comments

No comments written yet.

Please login to write comment.