Color Hex Logo

#898462 Color Hex

#898462
(137,132,98)
0 Favorites   0 Comments

Color spaces of #898462

RGB 13713298
HSL0.150.170.46
HSV52°28°54°
CMYK 0.000.040.28   0.46
XYZ20.772422.702714.8425
Yxy22.70270.35620.3893
Hunter Lab47.6474-5.563814.8839
CIE-Lab54.7648-3.845319.0774

#898462 color RGB value is (137,132,98).

#898462 hex color red value is 137, green value is 132 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #898462 hue: 0.15 , saturation: 0.17 and the lightness value of 898462 is 0.46.

The process color (four color CMYK) of #898462 color hex is 0.00, 0.04, 0.28, 0.46. Web safe color of #898462 is #999966. Color #898462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000100 01100010
Octal 211 204 142
Decimal 137 132 98
Hex 89 84 62

RGB Percentages of Color #898462

%37.33
%35.97
%26.70

CMYK Percentages of Color #898462

%0
%4
%28
%46

Triadic Colors of #898462

#898462 #628984 #846289

Analogous Colors of #898462

#898462 #7b8962 #897162

Monochromatic Colors of #898462

#898462

Complementary Color

#898462 #626789

#898462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898462 Color CSS Codes

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

#898462 Text Font Color

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

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


#898462 Background Color

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

This div background color is #898462


#898462 Border Color

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

This div border color is #898462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898462


Comments

No comments written yet.

Please login to write comment.