Color Hex Logo

#898742 Color Hex

#898742
(137,135,66)
0 Favorites   0 Comments

Color spaces of #898742

RGB 13713566
HSL0.160.350.40
HSV58°52°54°
CMYK 0.000.010.52   0.46
XYZ19.963923.03978.5491
Yxy23.03970.38730.4469
Hunter Lab47.9997-9.758223.0398
CIE-Lab55.1132-9.306336.9676

#898742 color RGB value is (137,135,66).

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

The process color (four color CMYK) of #898742 color hex is 0.00, 0.01, 0.52, 0.46. Web safe color of #898742 is #999933. Color #898742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000111 01000010
Octal 211 207 102
Decimal 137 135 66
Hex 89 87 42

RGB Percentages of Color #898742

%40.53
%39.94
%19.53

CMYK Percentages of Color #898742

%0
%1
%52
%46

Triadic Colors of #898742

#898742 #428987 #874289

Analogous Colors of #898742

#898742 #688942 #896442

Monochromatic Colors of #898742

#898742

Complementary Color

#898742 #424489

#898742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898742 Color CSS Codes

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

#898742 Text Font Color

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

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


#898742 Background Color

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

This div background color is #898742


#898742 Border Color

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

This div border color is #898742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898742


Comments

No comments written yet.

Please login to write comment.