Color Hex Logo

#898372 Color Hex

#898372
(137,131,114)
0 Favorites   0 Comments

Color spaces of #898372

RGB 137131114
HSL0.120.090.49
HSV44°17°54°
CMYK 0.000.040.17   0.46
XYZ21.470122.765919.1822
Yxy22.76590.33850.3590
Hunter Lab47.7136-3.17779.5633
CIE-Lab54.8304-0.793110.0032

#898372 color RGB value is (137,131,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000011 01110010
Octal 211 203 162
Decimal 137 131 114
Hex 89 83 72

RGB Percentages of Color #898372

%35.86
%34.29
%29.84

CMYK Percentages of Color #898372

%0
%4
%17
%46

Triadic Colors of #898372

#898372 #728983 #837289

Analogous Colors of #898372

#898372 #848972 #897872

Monochromatic Colors of #898372

#898372

Complementary Color

#898372 #727889

#898372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898372 Color CSS Codes

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

#898372 Text Font Color

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

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


#898372 Background Color

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

This div background color is #898372


#898372 Border Color

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

This div border color is #898372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898372


Comments

No comments written yet.

Please login to write comment.