Color Hex Logo

#899525 Color Hex

#899525
(137,149,37)
0 Favorites   0 Comments

Color spaces of #899525

RGB 13714937
HSL0.180.600.36
HSV66°75°58°
CMYK 0.080.000.75   0.42
XYZ21.397926.94685.8237
Yxy26.94680.39500.4975
Hunter Lab51.9103-17.263729.6856
CIE-Lab58.9251-18.784353.8265

#899525 color RGB value is (137,149,37).

#899525 hex color red value is 137, green value is 149 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #899525 hue: 0.18 , saturation: 0.60 and the lightness value of 899525 is 0.36.

The process color (four color CMYK) of #899525 color hex is 0.08, 0.00, 0.75, 0.42. Web safe color of #899525 is #999933. Color #899525 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010101 00100101
Octal 211 225 45
Decimal 137 149 37
Hex 89 95 25

RGB Percentages of Color #899525

%42.41
%46.13
%11.46

CMYK Percentages of Color #899525

%8
%0
%75
%42

Triadic Colors of #899525

#899525 #258995 #952589

Analogous Colors of #899525

#899525 #519525 #956925

Monochromatic Colors of #899525

#899525

Complementary Color

#899525 #312595

#899525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899525 Color CSS Codes

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

#899525 Text Font Color

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

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


#899525 Background Color

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

This div background color is #899525


#899525 Border Color

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

This div border color is #899525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899525


Comments

No comments written yet.

Please login to write comment.