Color Hex Logo

#89492d Color Hex

#89492D
(137,73,45)
0 Favorites   0 Comments

Color spaces of #89492d

RGB 1377345
HSL0.050.510.36
HSV18°67°54°
CMYK 0.000.470.67   0.46
XYZ13.172710.27293.7712
Yxy10.27290.48400.3774
Hunter Lab32.051417.271315.4598
CIE-Lab38.327824.579428.4753

#89492d color RGB value is (137,73,45).

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

The process color (four color CMYK) of #89492d color hex is 0.00, 0.47, 0.67, 0.46. Web safe color of #89492d is #993333. Color #89492d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001001 00101101
Octal 211 111 55
Decimal 137 73 45
Hex 89 49 2D

RGB Percentages of Color #89492d

%53.73
%28.63
%17.65

CMYK Percentages of Color #89492d

%0
%47
%67
%46

Triadic Colors of #89492d

#89492d #2d8949 #492d89

Analogous Colors of #89492d

#89492d #89772d #892d3f

Monochromatic Colors of #89492d

#89492d

Complementary Color

#89492d #2d6d89

#89492d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89492d Color Preview on White Background

Lorem ipsum dolor sit amet.

#89492d Color CSS Codes

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

#89492d Text Font Color

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

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


#89492d Background Color

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

This div background color is #89492d


#89492d Border Color

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

This div border color is #89492d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,73,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 #89492d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89492d

#89492d Color Palettes


Comments

No comments written yet.

Please login to write comment.