Color Hex Logo

#898381 Color Hex

#898381
(137,131,129)
0 Favorites   0 Comments

Color spaces of #898381

RGB 137131129
HSL0.040.030.52
HSV15°54°
CMYK 0.000.040.06   0.46
XYZ22.395323.135924.0542
Yxy23.13590.32180.3325
Hunter Lab48.0998-1.06494.0195
CIE-Lab55.21201.87441.8755

#898381 color RGB value is (137,131,129).

#898381 hex color red value is 137, green value is 131 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #898381 hue: 0.04 , saturation: 0.03 and the lightness value of 898381 is 0.52.

The process color (four color CMYK) of #898381 color hex is 0.00, 0.04, 0.06, 0.46. Web safe color of #898381 is #999999. Color #898381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000011 10000001
Octal 211 203 201
Decimal 137 131 129
Hex 89 83 81

RGB Percentages of Color #898381

%34.51
%33.00
%32.49

CMYK Percentages of Color #898381

%0
%4
%6
%46

Triadic Colors of #898381

#898381 #818983 #838189

Analogous Colors of #898381

#898381 #898781 #898183

Monochromatic Colors of #898381

#898381

Complementary Color

#898381 #818789

#898381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898381 Color CSS Codes

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

#898381 Text Font Color

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

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


#898381 Background Color

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

This div background color is #898381


#898381 Border Color

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

This div border color is #898381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898381


Comments

No comments written yet.

Please login to write comment.