Color Hex Logo

#899330 Color Hex

#899330
(137,147,48)
0 Favorites   0 Comments

Color spaces of #899330

RGB 13714748
HSL0.180.510.38
HSV66°67°58°
CMYK 0.070.000.67   0.42
XYZ21.283726.39926.7701
Yxy26.39920.39090.4848
Hunter Lab51.3802-15.973528.1538
CIE-Lab58.4140-17.123849.0667

#899330 color RGB value is (137,147,48).

#899330 hex color red value is 137, green value is 147 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #899330 hue: 0.18 , saturation: 0.51 and the lightness value of 899330 is 0.38.

The process color (four color CMYK) of #899330 color hex is 0.07, 0.00, 0.67, 0.42. Web safe color of #899330 is #999933. Color #899330 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010011 00110000
Octal 211 223 60
Decimal 137 147 48
Hex 89 93 30

RGB Percentages of Color #899330

%41.27
%44.28
%14.46

CMYK Percentages of Color #899330

%7
%0
%67
%42

Triadic Colors of #899330

#899330 #308993 #933089

Analogous Colors of #899330

#899330 #589330 #936c30

Monochromatic Colors of #899330

#899330

Complementary Color

#899330 #3a3093

#899330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899330 Color CSS Codes

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

#899330 Text Font Color

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

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


#899330 Background Color

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

This div background color is #899330


#899330 Border Color

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

This div border color is #899330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899330


Comments

No comments written yet.

Please login to write comment.