Color Hex Logo

#898525 Color Hex

#898525
(137,133,37)
0 Favorites   0 Comments

Color spaces of #898525

RGB 13713337
HSL0.160.570.34
HSV58°73°54°
CMYK 0.000.030.73   0.46
XYZ19.038022.22705.0371
Yxy22.22700.41120.4800
Hunter Lab47.1455-10.423926.6672
CIE-Lab54.2670-10.326849.3535

#898525 color RGB value is (137,133,37).

#898525 hex color red value is 137, green value is 133 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #898525 hue: 0.16 , saturation: 0.57 and the lightness value of 898525 is 0.34.

The process color (four color CMYK) of #898525 color hex is 0.00, 0.03, 0.73, 0.46. Web safe color of #898525 is #999933. Color #898525 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000101 00100101
Octal 211 205 45
Decimal 137 133 37
Hex 89 85 25

RGB Percentages of Color #898525

%44.63
%43.32
%12.05

CMYK Percentages of Color #898525

%0
%3
%73
%46

Triadic Colors of #898525

#898525 #258985 #852589

Analogous Colors of #898525

#898525 #5b8925 #895325

Monochromatic Colors of #898525

#898525

Complementary Color

#898525 #252989

#898525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898525 Color CSS Codes

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

#898525 Text Font Color

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

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


#898525 Background Color

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

This div background color is #898525


#898525 Border Color

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

This div border color is #898525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898525


Comments

No comments written yet.

Please login to write comment.