Color Hex Logo

#898168 Color Hex

#898168
(137,129,104)
0 Favorites   0 Comments

Color spaces of #898168

RGB 137129104
HSL0.130.140.47
HSV45°24°54°
CMYK 0.000.060.24   0.46
XYZ20.665522.018416.2575
Yxy22.01840.35060.3736
Hunter Lab46.9238-3.504212.3047
CIE-Lab54.0465-1.266814.6668

#898168 color RGB value is (137,129,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000001 01101000
Octal 211 201 150
Decimal 137 129 104
Hex 89 81 68

RGB Percentages of Color #898168

%37.03
%34.86
%28.11

CMYK Percentages of Color #898168

%0
%6
%24
%46

Triadic Colors of #898168

#898168 #688981 #816889

Analogous Colors of #898168

#898168 #818968 #897168

Monochromatic Colors of #898168

#898168

Complementary Color

#898168 #687089

#898168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898168 Color CSS Codes

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

#898168 Text Font Color

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

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


#898168 Background Color

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

This div background color is #898168


#898168 Border Color

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

This div border color is #898168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898168


Comments

No comments written yet.

Please login to write comment.