Color Hex Logo

#897164 Color Hex

#897164
(137,113,100)
0 Favorites   0 Comments

Color spaces of #897164

RGB 137113100
HSL0.060.160.46
HSV21°27°54°
CMYK 0.000.180.27   0.46
XYZ18.521918.048714.5641
Yxy18.04870.36220.3530
Hunter Lab42.48383.47519.4131
CIE-Lab49.55517.315310.7428

#897164 color RGB value is (137,113,100).

#897164 hex color red value is 137, green value is 113 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #897164 hue: 0.06 , saturation: 0.16 and the lightness value of 897164 is 0.46.

The process color (four color CMYK) of #897164 color hex is 0.00, 0.18, 0.27, 0.46. Web safe color of #897164 is #996666. Color #897164 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110001 01100100
Octal 211 161 144
Decimal 137 113 100
Hex 89 71 64

RGB Percentages of Color #897164

%39.14
%32.29
%28.57

CMYK Percentages of Color #897164

%0
%18
%27
%46

Triadic Colors of #897164

#897164 #648971 #716489

Analogous Colors of #897164

#897164 #898464 #89646a

Monochromatic Colors of #897164

#897164

Complementary Color

#897164 #647c89

#897164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897164 Color CSS Codes

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

#897164 Text Font Color

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

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


#897164 Background Color

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

This div background color is #897164


#897164 Border Color

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

This div border color is #897164


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,113,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #897164; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #897164;
  -webkit-box-shadow: 1px 1px 3px 2px #897164;
  box-shadow:         1px 1px 3px 2px #897164; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897164


Comments

No comments written yet.

Please login to write comment.