Color Hex Logo

#898768 Color Hex

#898768
(137,135,104)
0 Favorites   0 Comments

Color spaces of #898768

RGB 137135104
HSL0.160.140.47
HSV56°24°54°
CMYK 0.000.010.24   0.46
XYZ21.479223.645816.5287
Yxy23.64580.34840.3835
Hunter Lab48.6269-6.251213.8857
CIE-Lab55.7314-4.633816.9850

#898768 color RGB value is (137,135,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000111 01101000
Octal 211 207 150
Decimal 137 135 104
Hex 89 87 68

RGB Percentages of Color #898768

%36.44
%35.90
%27.66

CMYK Percentages of Color #898768

%0
%1
%24
%46

Triadic Colors of #898768

#898768 #688987 #876889

Analogous Colors of #898768

#898768 #7b8968 #897768

Monochromatic Colors of #898768

#898768

Complementary Color

#898768 #686a89

#898768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898768 Color CSS Codes

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

#898768 Text Font Color

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

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


#898768 Background Color

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

This div background color is #898768


#898768 Border Color

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

This div border color is #898768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898768


Comments

No comments written yet.

Please login to write comment.