Color Hex Logo

#899059 Color Hex

#899059
(137,144,89)
0 Favorites   0 Comments

Color spaces of #899059

RGB 13714489
HSL0.190.240.46
HSV68°38°56°
CMYK 0.050.000.38   0.44
XYZ22.093025.986213.3026
Yxy25.98620.35990.4234
Hunter Lab50.9767-11.848320.2117
CIE-Lab58.0239-11.641728.3870

#899059 color RGB value is (137,144,89).

#899059 hex color red value is 137, green value is 144 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #899059 hue: 0.19 , saturation: 0.24 and the lightness value of 899059 is 0.46.

The process color (four color CMYK) of #899059 color hex is 0.05, 0.00, 0.38, 0.44. Web safe color of #899059 is #999966. Color #899059 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010000 01011001
Octal 211 220 131
Decimal 137 144 89
Hex 89 90 59

RGB Percentages of Color #899059

%37.03
%38.92
%24.05

CMYK Percentages of Color #899059

%5
%0
%38
%44

Triadic Colors of #899059

#899059 #598990 #905989

Analogous Colors of #899059

#899059 #6e9059 #907c59

Monochromatic Colors of #899059

#899059

Complementary Color

#899059 #605990

#899059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899059 Color CSS Codes

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

#899059 Text Font Color

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

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


#899059 Background Color

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

This div background color is #899059


#899059 Border Color

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

This div border color is #899059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899059


Comments

No comments written yet.

Please login to write comment.