Color Hex Logo

#898756 Color Hex

#898756
(137,135,86)
0 Favorites   0 Comments

Color spaces of #898756

RGB 13713586
HSL0.160.230.44
HSV58°37°54°
CMYK 0.000.010.37   0.46
XYZ20.660223.318212.2161
Yxy23.31820.36770.4150
Hunter Lab48.2889-8.135218.8031
CIE-Lab55.3986-7.120426.6395

#898756 color RGB value is (137,135,86).

#898756 hex color red value is 137, green value is 135 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #898756 hue: 0.16 , saturation: 0.23 and the lightness value of 898756 is 0.44.

The process color (four color CMYK) of #898756 color hex is 0.00, 0.01, 0.37, 0.46. Web safe color of #898756 is #999966. Color #898756 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000111 01010110
Octal 211 207 126
Decimal 137 135 86
Hex 89 87 56

RGB Percentages of Color #898756

%38.27
%37.71
%24.02

CMYK Percentages of Color #898756

%0
%1
%37
%46

Triadic Colors of #898756

#898756 #568987 #875689

Analogous Colors of #898756

#898756 #728956 #896e56

Monochromatic Colors of #898756

#898756

Complementary Color

#898756 #565889

#898756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898756 Color CSS Codes

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

#898756 Text Font Color

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

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


#898756 Background Color

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

This div background color is #898756


#898756 Border Color

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

This div border color is #898756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898756


Comments

No comments written yet.

Please login to write comment.