Color Hex Logo

#899574 Color Hex

#899574
(137,149,116)
0 Favorites   0 Comments

Color spaces of #899574

RGB 137149116
HSL0.230.130.52
HSV82°22°58°
CMYK 0.080.000.22   0.42
XYZ24.216428.074220.6655
Yxy28.07420.33190.3848
Hunter Lab52.9851-11.142013.9650
CIE-Lab59.9557-10.418816.0215

#899574 color RGB value is (137,149,116).

#899574 hex color red value is 137, green value is 149 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #899574 hue: 0.23 , saturation: 0.13 and the lightness value of 899574 is 0.52.

The process color (four color CMYK) of #899574 color hex is 0.08, 0.00, 0.22, 0.42. Web safe color of #899574 is #999966. Color #899574 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010101 01110100
Octal 211 225 164
Decimal 137 149 116
Hex 89 95 74

RGB Percentages of Color #899574

%34.08
%37.06
%28.86

CMYK Percentages of Color #899574

%8
%0
%22
%42

Triadic Colors of #899574

#899574 #748995 #957489

Analogous Colors of #899574

#899574 #799574 #959174

Monochromatic Colors of #899574

#899574

Complementary Color

#899574 #807495

#899574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899574 Color CSS Codes

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

#899574 Text Font Color

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

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


#899574 Background Color

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

This div background color is #899574


#899574 Border Color

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

This div border color is #899574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899574


Comments

No comments written yet.

Please login to write comment.