Color Hex Logo

#895e32 Color Hex

#895E32
(137,94,50)
0 Favorites   0 Comments

Color spaces of #895e32

RGB 1379450
HSL0.080.470.37
HSV30°64°54°
CMYK 0.000.310.64   0.46
XYZ14.895013.55414.8488
Yxy13.55410.44730.4071
Hunter Lab36.81597.789817.9624
CIE-Lab43.586512.730931.8449

#895e32 color RGB value is (137,94,50).

#895e32 hex color red value is 137, green value is 94 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #895e32 hue: 0.08 , saturation: 0.47 and the lightness value of 895e32 is 0.37.

The process color (four color CMYK) of #895e32 color hex is 0.00, 0.31, 0.64, 0.46. Web safe color of #895e32 is #996633. Color #895e32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011110 00110010
Octal 211 136 62
Decimal 137 94 50
Hex 89 5E 32

RGB Percentages of Color #895e32

%48.75
%33.45
%17.79

CMYK Percentages of Color #895e32

%0
%31
%64
%46

Triadic Colors of #895e32

#895e32 #32895e #5e3289

Analogous Colors of #895e32

#895e32 #898932 #893332

Monochromatic Colors of #895e32

#895e32

Complementary Color

#895e32 #325d89

#895e32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895e32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895e32 Color CSS Codes

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

#895e32 Text Font Color

<p style="color:#895e32">Text here</p>

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


#895e32 Background Color

<div style="background-color:#895e32">
Div content here</div>

This div background color is #895e32


#895e32 Border Color

<div style="border:3px solid #895e32">
Div here</div>

This div border color is #895e32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,94,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #895e32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #895e32;
  -webkit-box-shadow: 1px 1px 3px 2px #895e32;
  box-shadow:         1px 1px 3px 2px #895e32; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895e32


Comments

No comments written yet.

Please login to write comment.