Color Hex Logo

#897e4a Color Hex

#897E4A
(137,126,74)
0 Favorites   0 Comments

Color spaces of #897e4a

RGB 13712674
HSL0.140.300.41
HSV50°46°54°
CMYK 0.000.080.46   0.46
XYZ19.013420.73459.4786
Yxy20.73450.38620.4212
Hunter Lab45.5352-5.153119.5328
CIE-Lab52.6577-3.516029.7364

#897e4a color RGB value is (137,126,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111110 01001010
Octal 211 176 112
Decimal 137 126 74
Hex 89 7E 4A

RGB Percentages of Color #897e4a

%40.65
%37.39
%21.96

CMYK Percentages of Color #897e4a

%0
%8
%46
%46

Triadic Colors of #897e4a

#897e4a #4a897e #7e4a89

Analogous Colors of #897e4a

#897e4a #75894a #895f4a

Monochromatic Colors of #897e4a

#897e4a

Complementary Color

#897e4a #4a5589

#897e4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897e4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#897e4a Color CSS Codes

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

#897e4a Text Font Color

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

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


#897e4a Background Color

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

This div background color is #897e4a


#897e4a Border Color

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

This div border color is #897e4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897e4a


Comments

No comments written yet.

Please login to write comment.