Color Hex Logo

#897d32 Color Hex

#897D32
(137,125,50)
0 Favorites   0 Comments

Color spaces of #897d32

RGB 13712550
HSL0.140.470.37
HSV52°64°54°
CMYK 0.000.090.64   0.46
XYZ18.225920.21595.9591
Yxy20.21590.41050.4553
Hunter Lab44.9621-6.326623.6154
CIE-Lab52.0804-5.122141.4460

#897d32 color RGB value is (137,125,50).

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

The process color (four color CMYK) of #897d32 color hex is 0.00, 0.09, 0.64, 0.46. Web safe color of #897d32 is #996633. Color #897d32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111101 00110010
Octal 211 175 62
Decimal 137 125 50
Hex 89 7D 32

RGB Percentages of Color #897d32

%43.91
%40.06
%16.03

CMYK Percentages of Color #897d32

%0
%9
%64
%46

Triadic Colors of #897d32

#897d32 #32897d #7d3289

Analogous Colors of #897d32

#897d32 #6a8932 #895232

Monochromatic Colors of #897d32

#897d32

Complementary Color

#897d32 #323e89

#897d32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897d32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897d32 Color CSS Codes

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

#897d32 Text Font Color

<p style="color:#897d32">Text here</p>

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


#897d32 Background Color

<div style="background-color:#897d32">
Div content here</div>

This div background color is #897d32


#897d32 Border Color

<div style="border:3px solid #897d32">
Div here</div>

This div border color is #897d32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897d32


Comments

No comments written yet.

Please login to write comment.