Color Hex Logo

#89522d Color Hex

#89522D
(137,82,45)
0 Favorites   0 Comments

Color spaces of #89522d

RGB 1378245
HSL0.070.510.36
HSV24°67°54°
CMYK 0.000.400.67   0.46
XYZ13.807511.54243.9828
Yxy11.54240.47070.3935
Hunter Lab33.974113.089916.8313
CIE-Lab40.479419.396830.9877

#89522d color RGB value is (137,82,45).

#89522d hex color red value is 137, green value is 82 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #89522d hue: 0.07 , saturation: 0.51 and the lightness value of 89522d is 0.36.

The process color (four color CMYK) of #89522d color hex is 0.00, 0.40, 0.67, 0.46. Web safe color of #89522d is #996633. Color #89522d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010010 00101101
Octal 211 122 55
Decimal 137 82 45
Hex 89 52 2D

RGB Percentages of Color #89522d

%51.89
%31.06
%17.05

CMYK Percentages of Color #89522d

%0
%40
%67
%46

Triadic Colors of #89522d

#89522d #2d8952 #522d89

Analogous Colors of #89522d

#89522d #89802d #892d36

Monochromatic Colors of #89522d

#89522d

Complementary Color

#89522d #2d6489

#89522d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89522d Color Preview on White Background

Lorem ipsum dolor sit amet.

#89522d Color CSS Codes

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

#89522d Text Font Color

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

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


#89522d Background Color

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

This div background color is #89522d


#89522d Border Color

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

This div border color is #89522d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89522d


Comments

No comments written yet.

Please login to write comment.