Color Hex Logo

#897372 Color Hex

#897372
(137,115,114)
0 Favorites   0 Comments

Color spaces of #897372

RGB 137115114
HSL0.010.090.49
HSV17°54°
CMYK 0.000.160.17   0.46
XYZ19.484518.794718.5204
Yxy18.79470.34300.3309
Hunter Lab43.35294.35755.0182
CIE-Lab50.44618.41193.7486

#897372 color RGB value is (137,115,114).

#897372 hex color red value is 137, green value is 115 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #897372 hue: 0.01 , saturation: 0.09 and the lightness value of 897372 is 0.49.

The process color (four color CMYK) of #897372 color hex is 0.00, 0.16, 0.17, 0.46. Web safe color of #897372 is #996666. Color #897372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110011 01110010
Octal 211 163 162
Decimal 137 115 114
Hex 89 73 72

RGB Percentages of Color #897372

%37.43
%31.42
%31.15

CMYK Percentages of Color #897372

%0
%16
%17
%46

Triadic Colors of #897372

#897372 #728973 #737289

Analogous Colors of #897372

#897372 #897f72 #89727d

Monochromatic Colors of #897372

#897372

Complementary Color

#897372 #728889

#897372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897372 Color CSS Codes

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

#897372 Text Font Color

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

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


#897372 Background Color

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

This div background color is #897372


#897372 Border Color

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

This div border color is #897372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897372


Comments

No comments written yet.

Please login to write comment.