Color Hex Logo

#898520 Color Hex

#898520
(137,133,32)
0 Favorites   0 Comments

Color spaces of #898520

RGB 13713332
HSL0.160.620.33
HSV58°77°54°
CMYK 0.000.030.77   0.46
XYZ18.964822.19774.6515
Yxy22.19770.41400.4845
Hunter Lab47.1144-10.599327.1265
CIE-Lab54.2361-10.569151.1812

#898520 color RGB value is (137,133,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000101 00100000
Octal 211 205 40
Decimal 137 133 32
Hex 89 85 20

RGB Percentages of Color #898520

%45.36
%44.04
%10.60

CMYK Percentages of Color #898520

%0
%3
%77
%46

Triadic Colors of #898520

#898520 #208985 #852089

Analogous Colors of #898520

#898520 #598920 #895120

Monochromatic Colors of #898520

#898520

Complementary Color

#898520 #202489

#898520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898520 Color CSS Codes

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

#898520 Text Font Color

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

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


#898520 Background Color

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

This div background color is #898520


#898520 Border Color

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

This div border color is #898520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898520


Comments

No comments written yet.

Please login to write comment.