Color Hex Logo

#898430 Color Hex

#898430
(137,132,48)
0 Favorites   0 Comments

Color spaces of #898430

RGB 13713248
HSL0.160.480.36
HSV57°65°54°
CMYK 0.000.040.65   0.46
XYZ19.101322.03436.0426
Yxy22.03430.40490.4670
Hunter Lab46.9407-9.510325.2262
CIE-Lab54.0634-9.125144.5118

#898430 color RGB value is (137,132,48).

#898430 hex color red value is 137, green value is 132 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #898430 hue: 0.16 , saturation: 0.48 and the lightness value of 898430 is 0.36.

The process color (four color CMYK) of #898430 color hex is 0.00, 0.04, 0.65, 0.46. Web safe color of #898430 is #999933. Color #898430 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000100 00110000
Octal 211 204 60
Decimal 137 132 48
Hex 89 84 30

RGB Percentages of Color #898430

%43.22
%41.64
%15.14

CMYK Percentages of Color #898430

%0
%4
%65
%46

Triadic Colors of #898430

#898430 #308984 #843089

Analogous Colors of #898430

#898430 #628930 #895830

Monochromatic Colors of #898430

#898430

Complementary Color

#898430 #303589

#898430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898430 Color CSS Codes

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

#898430 Text Font Color

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

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


#898430 Background Color

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

This div background color is #898430


#898430 Border Color

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

This div border color is #898430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898430


Comments

No comments written yet.

Please login to write comment.