Color Hex Logo

#899348 Color Hex

#899348
(137,147,72)
0 Favorites   0 Comments

Color spaces of #899348

RGB 13714772
HSL0.190.340.43
HSV68°51°58°
CMYK 0.070.000.51   0.42
XYZ21.919926.653710.1203
Yxy26.65370.37350.4541
Hunter Lab51.6272-14.560124.5166
CIE-Lab58.6524-15.155638.1153

#899348 color RGB value is (137,147,72).

#899348 hex color red value is 137, green value is 147 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #899348 hue: 0.19 , saturation: 0.34 and the lightness value of 899348 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010011 01001000
Octal 211 223 110
Decimal 137 147 72
Hex 89 93 48

RGB Percentages of Color #899348

%38.48
%41.29
%20.22

CMYK Percentages of Color #899348

%7
%0
%51
%42

Triadic Colors of #899348

#899348 #488993 #934889

Analogous Colors of #899348

#899348 #649348 #937848

Monochromatic Colors of #899348

#899348

Complementary Color

#899348 #524893

#899348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899348 Color CSS Codes

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

#899348 Text Font Color

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

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


#899348 Background Color

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

This div background color is #899348


#899348 Border Color

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

This div border color is #899348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899348


Comments

No comments written yet.

Please login to write comment.