Color Hex Logo

#898672 Color Hex

#898672
(137,134,114)
0 Favorites   0 Comments

Color spaces of #898672

RGB 137134114
HSL0.140.090.49
HSV52°17°54°
CMYK 0.000.020.17   0.46
XYZ21.878923.583519.3185
Yxy23.58350.33770.3641
Hunter Lab48.5628-4.565810.4082
CIE-Lab55.6684-2.484511.1830

#898672 color RGB value is (137,134,114).

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

The process color (four color CMYK) of #898672 color hex is 0.00, 0.02, 0.17, 0.46. Web safe color of #898672 is #999966. Color #898672 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000110 01110010
Octal 211 206 162
Decimal 137 134 114
Hex 89 86 72

RGB Percentages of Color #898672

%35.58
%34.81
%29.61

CMYK Percentages of Color #898672

%0
%2
%17
%46

Triadic Colors of #898672

#898672 #728986 #867289

Analogous Colors of #898672

#898672 #818972 #897b72

Monochromatic Colors of #898672

#898672

Complementary Color

#898672 #727589

#898672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898672 Color CSS Codes

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

#898672 Text Font Color

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

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


#898672 Background Color

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

This div background color is #898672


#898672 Border Color

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

This div border color is #898672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898672


Comments

No comments written yet.

Please login to write comment.