Color Hex Logo

#897d4a Color Hex

#897D4A
(137,125,74)
0 Favorites   0 Comments

Color spaces of #897d4a

RGB 13712574
HSL0.130.300.41
HSV49°46°54°
CMYK 0.000.090.46   0.46
XYZ18.886220.48009.4362
Yxy20.48000.38700.4197
Hunter Lab45.2548-4.702619.3157
CIE-Lab52.3756-2.953829.3824

#897d4a color RGB value is (137,125,74).

#897d4a hex color red value is 137, green value is 125 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #897d4a hue: 0.13 , saturation: 0.30 and the lightness value of 897d4a is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111101 01001010
Octal 211 175 112
Decimal 137 125 74
Hex 89 7D 4A

RGB Percentages of Color #897d4a

%40.77
%37.20
%22.02

CMYK Percentages of Color #897d4a

%0
%9
%46
%46

Triadic Colors of #897d4a

#897d4a #4a897d #7d4a89

Analogous Colors of #897d4a

#897d4a #76894a #895e4a

Monochromatic Colors of #897d4a

#897d4a

Complementary Color

#897d4a #4a5689

#897d4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897d4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#897d4a Color CSS Codes

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

#897d4a Text Font Color

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

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


#897d4a Background Color

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

This div background color is #897d4a


#897d4a Border Color

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

This div border color is #897d4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897d4a


Comments

No comments written yet.

Please login to write comment.