Color Hex Logo

#898c3a Color Hex

#898C3A
(137,140,58)
0 Favorites   0 Comments

Color spaces of #898c3a

RGB 13714058
HSL0.170.410.39
HSV62°59°55°
CMYK 0.020.000.59   0.45
XYZ20.458324.38007.6305
Yxy24.38000.38990.4647
Hunter Lab49.3761-12.449225.4007
CIE-Lab56.4663-12.705042.4848

#898c3a color RGB value is (137,140,58).

#898c3a hex color red value is 137, green value is 140 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #898c3a hue: 0.17 , saturation: 0.41 and the lightness value of 898c3a is 0.39.

The process color (four color CMYK) of #898c3a color hex is 0.02, 0.00, 0.59, 0.45. Web safe color of #898c3a is #999933. Color #898c3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 00111010
Octal 211 214 72
Decimal 137 140 58
Hex 89 8C 3A

RGB Percentages of Color #898c3a

%40.90
%41.79
%17.31

CMYK Percentages of Color #898c3a

%2
%0
%59
%45

Triadic Colors of #898c3a

#898c3a #3a898c #8c3a89

Analogous Colors of #898c3a

#898c3a #608c3a #8c663a

Monochromatic Colors of #898c3a

#898c3a

Complementary Color

#898c3a #3d3a8c

#898c3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898c3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#898c3a Color CSS Codes

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

#898c3a Text Font Color

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

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


#898c3a Background Color

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

This div background color is #898c3a


#898c3a Border Color

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

This div border color is #898c3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,140,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #898c3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #898c3a;
  -webkit-box-shadow: 1px 1px 3px 2px #898c3a;
  box-shadow:         1px 1px 3px 2px #898c3a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898c3a


Comments

No comments written yet.

Please login to write comment.