Color Hex Logo

#897374 Color Hex

#897374
(137,115,116)
0 Favorites   0 Comments

Color spaces of #897374

RGB 137115116
HSL0.990.090.49
HSV357°16°54°
CMYK 0.000.160.15   0.46
XYZ19.599618.840819.1266
Yxy18.84080.34050.3273
Hunter Lab43.40604.63964.2584
CIE-Lab50.50048.75742.6461

#897374 color RGB value is (137,115,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110011 01110100
Octal 211 163 164
Decimal 137 115 116
Hex 89 73 74

RGB Percentages of Color #897374

%37.23
%31.25
%31.52

CMYK Percentages of Color #897374

%0
%16
%15
%46

Triadic Colors of #897374

#897374 #748973 #737489

Analogous Colors of #897374

#897374 #897d73 #89737f

Monochromatic Colors of #897374

#897374

Complementary Color

#897374 #738988

#897374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897374 Color CSS Codes

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

#897374 Text Font Color

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

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


#897374 Background Color

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

This div background color is #897374


#897374 Border Color

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

This div border color is #897374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897374


Comments

No comments written yet.

Please login to write comment.